From 2e41a127da7e1d69b2ed10298b71a8b70b996178 Mon Sep 17 00:00:00 2001 From: Cédric Walter <cedricwalter@apache.org> Date: Wed, 2 Apr 2014 13:57:10 +0000 Subject: added source code to all artifacts git-svn-id: https://svn.apache.org/repos/asf/poi/branches/maven@1584035 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pom.xml') 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> -- cgit v1.2.3