diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-05-14 14:17:25 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-05-14 14:17:25 +0200 |
| commit | 46e7aaa7d4bf0b5fe605e3b0d0944362f99bd481 (patch) | |
| tree | 36fb57a59fed23f5759a53d7cee3802ca8f5b114 | |
| parent | 659102fd7acb62adc01a3a0e58de24d1cefe3a52 (diff) | |
Source jar
| -rw-r--r-- | pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -36,7 +36,22 @@ </plugin>
</plugins>
</pluginManagement>
-
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
<distributionManagement>
<repository>
|
