Author: tchemit Date: 2009-10-03 11:13:43 +0200 (Sat, 03 Oct 2009) New Revision: 657 Modified: trunk/pom.xml Log: Evolution #70: aider l'utilisation de webstart (am?\195?\169lioration des configurations de plugin) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-01 20:52:52 UTC (rev 656) +++ trunk/pom.xml 2009-10-03 09:13:43 UTC (rev 657) @@ -1051,32 +1051,21 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> - <version>${helper.version}</version> <executions> <execution> - <id>get-jnlp-keystore</id> + <id>get-keystore</id> <goals> <goal>share-server-secret</goal> </goals> <phase>package</phase> <configuration> <serverId>codelutin-keystore</serverId> - <usernameOut>keystorepath</usernameOut> + <privateKeyOut>keystorepath</privateKeyOut> <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> + <passphraseOut>keypass</passphraseOut> </configuration> - </execution> + </execution> </executions> </plugin> @@ -1116,30 +1105,19 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> - <version>${helper.version}</version> <executions> <execution> - <id>get-jnlp-keystore</id> + <id>get-keystore</id> <goals> <goal>share-server-secret</goal> </goals> <phase>package</phase> <configuration> <serverId>codelutin-keystore</serverId> - <usernameOut>keystorepath</usernameOut> + <privateKeyOut>keystorepath</privateKeyOut> <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> + <passphraseOut>keypass</passphraseOut> </configuration> </execution> </executions> @@ -1170,7 +1148,7 @@ <activeByDefault>false</activeByDefault> </activation> <build> - <defaultGoal>compile</defaultGoal> + <defaultGoal>package</defaultGoal> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId>