Author: echatellier Date: 2009-11-02 18:06:20 +0100 (Mon, 02 Nov 2009) New Revision: 2683 Modified: trunk/pom.xml Log: Restore checktyle exclusion. Readd jnlp launcher. Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 04:26:07 UTC (rev 2682) +++ trunk/pom.xml 2009-11-02 17:06:20 UTC (rev 2683) @@ -186,19 +186,6 @@ <configuration> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> - </descriptors> - <attach>false</attach> - <appendAssemblyId>false</appendAssemblyId> - </configuration> - </execution> - <execution> - <id>assembly-src</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> <attach>false</attach> @@ -211,14 +198,14 @@ <reporting> <plugins> - <!-- <plugin> + <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.4</version> + <!-- <version>2.4</version>--> <configuration> - <configLocation>checkstyle.xml</configLocation> - <excludes>**/Xss.java,**/X11.java</excludes> + <!-- <configLocation>checkstyle.xml</configLocation>--> + <excludes>**/Xss.java,**/X11.java,**/Kernel32.java,**/User32.java</excludes> </configuration> - </plugin> --> + </plugin> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> <!-- fix french characters --> @@ -244,7 +231,7 @@ </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.5</version> + <version>2.6.1</version> <configuration> <links> <link>http://java.sun.com/javase/6/docs/api/</link> @@ -395,7 +382,7 @@ </dependency> </dependencies> - <!--profiles> + <profiles> <profile> <id>release-profile</id> <activation> @@ -429,7 +416,6 @@ <alias>${keystorealias}</alias> <verify>true</verify> </sign> - <unsign>true</unsign> <pack200>true</pack200> <gzip>true</gzip> </configuration> @@ -454,7 +440,7 @@ </plugins> </build> </profile> - </profiles--> + </profiles> <repositories> <repository>
participants (1)
-
echatellier@users.chorem.org