[Statelessfilter-commits] SF.net SVN: statelessfilter:[125] trunk/pom.xml
Status: Beta
Brought to you by:
nricheton
From: <nri...@us...> - 2013-10-24 11:12:02
|
Revision: 125 http://sourceforge.net/p/statelessfilter/code/125 Author: nricheton Date: 2013-10-24 11:11:59 +0000 (Thu, 24 Oct 2013) Log Message: ----------- Pom update Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-10-24 10:49:30 UTC (rev 124) +++ trunk/pom.xml 2013-10-24 11:11:59 UTC (rev 125) @@ -54,11 +54,18 @@ <url>http://sourceforge.net/p/statelessfilter/code/HEAD/tree/trunk/</url> </scm> <build> + <extensions> +<extension> +<groupId>org.apache.maven.wagon</groupId> +<artifactId>wagon-ssh</artifactId> +<version>2.4</version> +</extension> +</extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> + <version>2.3.2</version> <configuration> <source>1.5</source> <target>1.5</target> @@ -69,45 +76,40 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>2.0.1</version> + <version>3.3</version> </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>2.0-beta-9</version> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - <preparationGoals>clean install</preparationGoals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - - <configuration> - - <reportPlugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>@projectInfoReportsPluginVersion@</version> - <configuration> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - </configuration> - <reports> - <report>foo</report> - <report>toto</report> - </reports> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>${javadocPluginVersion}</version> - </plugin> - </reportPlugins> - </configuration> - </plugin> +<groupId>org.apache.maven.plugins</groupId> +<artifactId>maven-release-plugin</artifactId> +<version>2.4.1</version> +<configuration> +<autoVersionSubmodules>true</autoVersionSubmodules> +<preparationGoals>clean install</preparationGoals> +</configuration> +<!-- + These dependencies are required : + release pugin 2.4.1 depends on a previous version of svn plugin which has issues with svn+ssh. scm 1.8.1 is required +--> +<dependencies> +<dependency> +<groupId>org.apache.maven.scm</groupId> +<artifactId>maven-scm-provider-svnexe</artifactId> +<version>1.8.1</version> +</dependency> +<dependency> +<groupId>org.apache.maven.scm</groupId> +<artifactId>maven-scm-api</artifactId> +<version>1.8.1</version> +</dependency> +<dependency> +<groupId>org.apache.maven.scm</groupId> +<artifactId>maven-scm-providers-standard</artifactId> +<type>pom</type> +<version>1.8.1</version> +</dependency> +</dependencies> +</plugin> + </plugins> </build> @@ -122,38 +124,68 @@ </modules> <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.5</version> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.2</version> - </plugin> - </plugins> - </reporting> +<plugins> +<plugin> +<groupId>org.apache.maven.plugins</groupId> +<artifactId>maven-project-info-reports-plugin</artifactId> +<version>2.7</version> +<configuration> +<dependencyDetailsEnabled>false</dependencyDetailsEnabled> +<dependencyLocationsEnabled>false</dependencyLocationsEnabled> +</configuration> +</plugin> +<plugin> +<groupId>org.apache.maven.plugins</groupId> +<artifactId>maven-javadoc-plugin</artifactId> +<version>2.9.1</version> +</plugin> +<plugin> +<groupId>org.apache.maven.plugins</groupId> +<artifactId>maven-jxr-plugin</artifactId> +<version>2.3</version> +<configuration> +<aggregate>true</aggregate> +</configuration> +</plugin> +<plugin> +<groupId>org.apache.maven.plugins</groupId> +<artifactId>maven-surefire-report-plugin</artifactId> +<version>2.15</version> +</plugin> +<plugin> +<groupId>org.codehaus.mojo</groupId> +<artifactId>cobertura-maven-plugin</artifactId> +<version>2.5.2</version> +<configuration> +<formats> +<format>xml</format> +<format>html</format> +</formats> +</configuration> +</plugin> +<plugin> +<groupId>org.apache.maven.plugins</groupId> +<artifactId>maven-checkstyle-plugin</artifactId> +<version>2.10</version> +</plugin> +</plugins> +</reporting> <distributionManagement> <repository> <id>statelessfilter-sourceforge</id> <name>Stateless Filter Repository</name> - <url>sftp://web.sourceforge.net/home/groups/s/st/statelessfilter/htdocs/maven2/repository</url> + <url>scp://shell.sourceforge.net/home/project-web/statelessfilter/htdocs/maven2/repository</url> </repository> <snapshotRepository> <uniqueVersion>false</uniqueVersion> <id>statelessfilter-sourceforge-snapshots</id> <name>Stateless Filter Snapshot Repository</name> - <url>sftp://web.sourceforge.net/home/groups/s/st/statelessfilter/htdocs/maven2/snapshots</url> + <url>scp://shell.sourceforge.net/home/project-web/statelessfilter/htdocs/maven2/snapshots</url> </snapshotRepository> <site> <id>statelessfilter-site</id> <name>Stateless Filter</name> - <url>sftp://web.sourceforge.net/home/groups/s/st/statelessfilter/htdocs</url> + <url>scp://shell.sourceforge.net/home/project-web/statelessfilter/htdocs</url> </site> </distributionManagement> <properties> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |