Author: tchemit Date: 2008-04-02 09:15:47 +0000 (Wed, 02 Apr 2008) New Revision: 298 Modified: trunk/lutinvcs/pom.xml Log: on deploy les sources et javadocs uniquement a un goal deploy Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-02 09:15:20 UTC (rev 297) +++ trunk/lutinvcs/pom.xml 2008-04-02 09:15:47 UTC (rev 298) @@ -140,7 +140,7 @@ <artifactId>maven-source-plugin</artifactId> <executions> <execution> - <phase>verify</phase> + <phase>deploy</phase> <goals> <goal>jar</goal> </goals> @@ -152,7 +152,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> - <phase>verify</phase> + <phase>deploy</phase> <goals> <goal>jar</goal> </goals>
participants (1)
-
tchemit@users.labs.libre-entreprise.org