[json-simple] r204 committed - [65] Added maven-sources-plugin to pom.xml.

1 view
Skip to first unread message

json-...@googlecode.com

unread,
Feb 23, 2012, 1:52:26 AM2/23/12
to json-...@googlegroups.com
Revision: 204
Author: noss...@gmail.com
Date: Wed Feb 22 22:51:49 2012
Log: [65] Added maven-sources-plugin to pom.xml.
http://code.google.com/p/json-simple/source/detail?r=204

Modified:
/branches/mavenization/pom.xml

=======================================
--- /branches/mavenization/pom.xml Fri Jan 13 11:31:23 2012
+++ /branches/mavenization/pom.xml Wed Feb 22 22:51:49 2012
@@ -50,6 +50,20 @@
<version>2.3.6</version>
<extensions>true</extensions>
</plugin>
+ <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>
</project>

Reply all
Reply to author
Forward
0 new messages