Author: tchemit Date: 2008-12-02 21:13:10 +0000 (Tue, 02 Dec 2008) New Revision: 1644 Modified: isis-fish/trunk/pom.xml Log: use webstart new version (with new groupId...) wich allows inline mode Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2008-12-02 20:57:45 UTC (rev 1643) +++ isis-fish/trunk/pom.xml 2008-12-02 21:13:10 UTC (rev 1644) @@ -433,11 +433,11 @@ <executions> <execution> <phase>package</phase> - <configuration> - <outputDirectory>${project.build.directory}/lib</outputDirectory> - </configuration> </execution> </executions> + <configuration> + <outputDirectory>${project.build.directory}/lib</outputDirectory> + </configuration> </plugin> <plugin> @@ -500,14 +500,14 @@ <!-- Java Web Start --> <!-- Creation du fichier principal jnlp sans les libs signees par Sun --> <plugin> - <groupId>org.codehaus.mojo</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> - <version>1.0-alpha-1</version> + <version>1.0-alpha-2-cl_20081018</version> <executions> <execution> <phase>deploy</phase> <goals> - <goal>jnlp</goal> + <goal>jnlp-inline</goal> </goals> </execution> </executions>