Author: tchemit Date: 2009-10-01 22:52:52 +0200 (Thu, 01 Oct 2009) New Revision: 656 Modified: trunk/pom.xml Log: Evolution #70: aider l'utilisation de webstart (isolation des configurations de plugin) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-01 20:46:26 UTC (rev 655) +++ trunk/pom.xml 2009-10-01 20:52:52 UTC (rev 656) @@ -495,32 +495,6 @@ <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> <version>${helper.version}</version> - <executions> - <execution> - <id>get-jnlp-keystore</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>package</phase> - <configuration> - <serverId>codelutin-keystore</serverId> - <usernameOut>keystorepath</usernameOut> - <passwordOut>keystorepass</passwordOut> - </configuration> - </execution> - <execution> - <id>get-jnlp-key</id> - <goals> - <goal>share-server-secret</goal> - </goals> - <phase>package</phase> - <configuration> - <serverId>codelutin-keystore-nuiton-key</serverId> - <usernameOut>keyalias</usernameOut> - <passwordOut>keypass</passwordOut> - </configuration> - </execution> - </executions> </plugin> <plugin> @@ -1077,12 +1051,31 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> + <version>${helper.version}</version> <executions> <execution> <id>get-jnlp-keystore</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>package</phase> + <configuration> + <serverId>codelutin-keystore</serverId> + <usernameOut>keystorepath</usernameOut> + <passwordOut>keystorepass</passwordOut> + </configuration> </execution> <execution> <id>get-jnlp-key</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>package</phase> + <configuration> + <serverId>codelutin-keystore-nuiton-key</serverId> + <usernameOut>keyalias</usernameOut> + <passwordOut>keypass</passwordOut> + </configuration> </execution> </executions> </plugin> @@ -1123,12 +1116,31 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> + <version>${helper.version}</version> <executions> <execution> <id>get-jnlp-keystore</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>package</phase> + <configuration> + <serverId>codelutin-keystore</serverId> + <usernameOut>keystorepath</usernameOut> + <passwordOut>keystorepass</passwordOut> + </configuration> </execution> <execution> <id>get-jnlp-key</id> + <goals> + <goal>share-server-secret</goal> + </goals> + <phase>package</phase> + <configuration> + <serverId>codelutin-keystore-nuiton-key</serverId> + <usernameOut>keyalias</usernameOut> + <passwordOut>keypass</passwordOut> + </configuration> </execution> </executions> </plugin>