Author: tchemit Date: 2010-01-25 09:58:01 +0100 (Mon, 25 Jan 2010) New Revision: 2723 Modified: trunk/pom.xml Log: clean pom + make site compatible with mavenpom4redmine 2.0.3 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-25 08:13:19 UTC (rev 2722) +++ trunk/pom.xml 2010-01-25 08:58:01 UTC (rev 2723) @@ -25,46 +25,7 @@ <distribution>local</distribution> </license> </licenses> - - <!--organization> - <name>CodeLutin</name> - <url>http://www.codelutin.com/</url> - </organization-> - <licenses> - <license> - <name>GPL</name> - <url>http://www.gnu.org/licenses/gpl.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - - <mailingLists> - <mailingList> - <name>jtimer-commits</name> - <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/jtimer-commits</subscribe> - <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/jtimer-commits</unsubscribe> - <post>jtimer-commits@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/jtimer-commits/</archive> - </mailingList> - - <mailingList> - <name>jtimer-devel</name> - <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/jtimer-devel</subscribe> - <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/jtimer-devel</unsubscribe> - <post>jtimer-devel@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/jtimer-devel/</archive> - </mailingList> - - <mailingList> - <name>jtimer-users</name> - <subscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/jtimer-users</subscribe> - <unsubscribe>http://list.chorem.org/cgi-bin/mailman/listinfo/jtimer-users</unsubscribe> - <post>jtimer-users@list.chorem.org</post> - <archive>http://list.chorem.org/pipermail/jtimer-users/</archive> - </mailingList> - </mailingLists--> - <developers> <developer> <name>Eric Chatellier</name> @@ -98,37 +59,12 @@ </developer> </developers> - <!--issueManagement> - <system>redmine</system> - <url>http://www.chorem.org/projects/jtimer/issues</url> - </issueManagement--> - <scm> <connection>scm:svn:http://svn.chorem.org/svn/jtimer/trunk</connection> <developerConnection>scm:svn:http://svn.chorem.org/svn/jtimer/trunk</developerConnection> <url>http://www.chorem.org/repositories/browse/jtimer/trunk</url> </scm> - <!--ciManagement> - <system>hudson</system> - <url>http://hudson.chorem.org</url> - </ciManagement--> - - <!--distributionManagement> - <repository> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/maven/release</url> - </repository> - <snapshotRepository> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/maven/snapshot</url> - </snapshotRepository> - <site> - <id>nuiton</id> - <url>scpexe://chorem.org/var/lib/redmine-chorem/project-site/jtimer</url> - </site> - </distributionManagement--> - <properties> <!-- redmine platform --> @@ -141,7 +77,7 @@ <license.licenseName>gpl_v3</license.licenseName> <!--Multilanguage maven-site --> - <maven.site.locales>fr,en</maven.site.locales> + <siteLocales>fr,en</siteLocales> <!-- files to deploy to redmine --> <redmine.releaseFiles> @@ -152,11 +88,6 @@ <!-- version to use of javadoc plugin --> <javadoc.version>2.6.1</javadoc.version> - <!--project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputDirectory>UTF-8</project.reporting.outputDirectory> - <exec.mainClass>org.chorem.jtimer.JTimer</exec.mainClass> - <maven.compiler.source>1.6</maven.compiler.source> - <maven.compiler.target>1.6</maven.compiler.target--> </properties> <build> @@ -207,10 +138,6 @@ </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> - <!--<version>2.0.1</version> - <configuration> - <locales>fr,en</locales> - </configuration--> <dependencies> <dependency> <groupId>org.nuiton.jrst</groupId> @@ -219,11 +146,6 @@ </dependency> </dependencies> </plugin> - <!--plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>buildnumber-maven-plugin</artifactId> - <version>1.0-beta-3</version> - </plugin--> </plugins> </pluginManagement> @@ -231,7 +153,6 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <!--<version>1.0-beta-3</version>--> <executions> <execution> <phase>validate</phase> @@ -247,25 +168,6 @@ </execution> </executions> </plugin> - <!--plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>assembly-bin</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - <configuration> - <descriptors> - <descriptor>src/main/assembly/bin.xml</descriptor> - <descriptor>src/main/assembly/src.xml</descriptor> - </descriptors> - <attach>false</attach> - </configuration> - </execution> - </executions> - </plugin--> </plugins> </build> @@ -279,84 +181,13 @@ <excludes>**/Xss.java,**/X11.java,**/Kernel32.java,**/User32.java, **/ApplicationServices.java</excludes> </configuration> </plugin> - <!--plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.2</version> - <configuration> - <developerConnection>${project.scm.connection}</developerConnection> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>cim</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>dependency-management</report> - <report>issue-tracking</report> - <report>license</report> - <report>mailing-list</report> - <report>project-team</report> - <report>scm</report> - </reports> - </reportSet> - </reportSets> - </plugin--> - <!--plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.6.1</version> - <configuration> - <links> - <link>http://java.sun.com/javase/6/docs/api/</link> - </links> - </configuration> - </plugin--> - <!--plugin> - <artifactId>maven-changelog-plugin</artifactId> - <version>2.1</version> - <configuration> - <type>range</type> - <range>365</range> - </configuration> - </plugin> + <plugin> - <artifactId>maven-changes-plugin</artifactId> - <version>2.3</version> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin--> - <!--plugin> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.4</version> - <configuration> - <targetJdk>${maven.compiler.source}</targetJdk> - </configuration> - </plugin--> - <!--plugin> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.3</version> - </plugin--> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.3</version> </plugin> - <!--plugin> - <groupId>org.codehaus.sonar-plugins</groupId> - <artifactId>maven-report</artifactId> - <version>0.1</version> - <configuration> - <sonar.host.url>http://hudson.chorem.org/sonar</sonar.host.url> - </configuration> - </plugin--> + <!-- TODO Use this when jnlp will be ok --> <!--plugin> <groupId>org.nuiton.thirdparty</groupId>