aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Brosius <dbrosius@apache.org>2016-06-19 16:10:00 +0000
committerDavid Brosius <dbrosius@apache.org>2016-06-19 16:10:00 +0000
commit15d015a2817103594e013e2ff6a7985e35ed03d0 (patch)
treec4ecac5c72ead050d5b3164c6b73027caa0b15d9 /pom.xml
parentb57d09ae5a0f4625d89aa0a6feaf9751db108e7e (diff)
downloadapache-commons-bcel-15d015a2817103594e013e2ff6a7985e35ed03d0.tar.gz
add source jar plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1749184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6de09ca6..c82e189f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -225,6 +225,18 @@
</configuration>
</plugin>
<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>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>