Author: tchemit Date: 2009-01-22 21:08:00 +0000 (Thu, 22 Jan 2009) New Revision: 1752 Modified: isis-fish/trunk/pom.xml Log: remplacement du goal pour assembly quin'existe plus! ajout d'un todo pour faire une nouvelle passe sur jnlp car on a mieux maintenant :) Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-01-22 00:12:27 UTC (rev 1751) +++ isis-fish/trunk/pom.xml 2009-01-22 21:08:00 UTC (rev 1752) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.3</version> + <version>3.4-SNAPSHOT</version> </parent> <groupId>ifremer</groupId> @@ -57,7 +57,7 @@ <version>${lutinwidget.version}</version> <scope>compile</scope> </dependency> - + <!--Jaxx--> <dependency> <groupId>org.codelutin.jaxx</groupId> @@ -72,7 +72,7 @@ <version>${jaxx.version}</version> <scope>compile</scope> </dependency> - + <!--Commons--> <dependency> <groupId>commons-jxpath</groupId> @@ -108,7 +108,7 @@ <version>1.8.0</version> <scope>compile</scope> </dependency> - + <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -328,12 +328,13 @@ <lutinwidget.version>0.12</lutinwidget.version> <lutinmatrix.version>1.2-SNAPSHOT</lutinmatrix.version> <openmap.version>4.6.4</openmap.version> - + <!--Main class in JAR --> <maven.jar.main.class>fr.ifremer.isisfish.IsisFish</maven.jar.main.class> <!-- Ignore failure test for now --> <maven.test.testFailureIgnore>true</maven.test.testFailureIgnore> + <maven.javadoc.skip>true</maven.javadoc.skip> <!-- jnlp --> <keystorepath>../../../CodeLutinKeystore</keystorepath> @@ -506,7 +507,7 @@ <plugins> <plugin> - + <!-- todo utiliser ce qui a ete refait dans observe ou jaxx par exemple --> <artifactId>maven-antrun-plugin</artifactId> <executions> <!-- Ajout des libs signe par Sun dans un fichier jnlp separe --> @@ -560,7 +561,7 @@ <execution> <phase>verify</phase> <goals> - <goal>inline</goal> + <goal>attached</goal> </goals> </execution> </executions> @@ -621,6 +622,7 @@ <verbose>false</verbose> </configuration> </plugin> + </plugins> </build> </profile>