diff options
author | Cédric Walter <cedricwalter@apache.org> | 2014-04-02 13:57:10 +0000 |
---|---|---|
committer | Cédric Walter <cedricwalter@apache.org> | 2014-04-02 13:57:10 +0000 |
commit | 2e41a127da7e1d69b2ed10298b71a8b70b996178 (patch) | |
tree | 392cee3d7e57d9f0257f58af8b8cd3bed09910c1 /pom.xml | |
parent | e09725b1444c41a0fccd609b8e1c6e426bb3e96e (diff) | |
download | poi-2e41a127da7e1d69b2ed10298b71a8b70b996178.tar.gz poi-2e41a127da7e1d69b2ed10298b71a8b70b996178.zip |
added source code to all artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1584035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -143,6 +143,19 @@ </configuration> </plugin> + <!-- Attach source code to all artifacts TODO add dir="legal/" --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> <plugin> <groupId>org.apache.rat</groupId> |