summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorCédric Walter <cedricwalter@apache.org>2014-04-02 13:57:10 +0000
committerCédric Walter <cedricwalter@apache.org>2014-04-02 13:57:10 +0000
commit2e41a127da7e1d69b2ed10298b71a8b70b996178 (patch)
tree392cee3d7e57d9f0257f58af8b8cd3bed09910c1 /pom.xml
parente09725b1444c41a0fccd609b8e1c6e426bb3e96e (diff)
downloadpoi-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.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9d0c7c7945..b6e6f1fbcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>