[parancoe] push by lucio.be...@gmail.com - Added configuration for deploying sources and javadocs on 2013-03-18 11:05 GMT

0 views
Skip to first unread message

para...@googlecode.com

unread,
Mar 18, 2013, 7:05:21 AM3/18/13
to parancoe...@googlegroups.com
Revision: c247aff9376e
Branch: default
Author: lucio.benfante <lucio.b...@gmail.com>
Date: Mon Mar 18 04:05:10 2013
Log: Added configuration for deploying sources and javadocs
http://code.google.com/p/parancoe/source/detail?r=c247aff9376e

Modified:
/pom.xml

=======================================
--- /pom.xml Mon Mar 18 04:01:08 2013
+++ /pom.xml Mon Mar 18 04:05:10 2013
@@ -255,6 +255,46 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.2.1</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.9</version>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <!-- explicitly define maven-deploy-plugin after other to
force exec order -->
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.7</version>
+ <executions>
+ <execution>
+ <id>deploy</id>
+ <phase>deploy</phase>
+ <goals>
+ <goal>deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<repositories>
Reply all
Reply to author
Forward
0 new messages