Author: tchemit Date: 2009-10-04 10:25:09 +0200 (Sun, 04 Oct 2009) New Revision: 1554 Modified: trunk/jaxx-demo/pom.xml Log: fix websatrt config + readd sources in class-path (demo shows them) Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2009-10-03 23:22:44 UTC (rev 1553) +++ trunk/jaxx-demo/pom.xml 2009-10-04 08:25:09 UTC (rev 1554) @@ -85,6 +85,12 @@ <include>**/*</include> </includes> </resource> + <resource> + <directory>src/main/java</directory> + <includes> + <include>**/*</include> + </includes> + </resource> </resources> <pluginManagement> @@ -247,27 +253,17 @@ <artifactId>maven-helper-plugin</artifactId> <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>
participants (1)
-
tchemit@users.nuiton.org