r413 - in trunk: . jredmine-client jredmine-maven-plugin
Author: tchemit Date: 2013-08-08 16:26:32 +0200 (Thu, 08 Aug 2013) New Revision: 413 Url: http://nuiton.org/projects/jredmine/repository/revisions/413 Log: apply tidy plugin on pom Modified: trunk/jredmine-client/pom.xml trunk/jredmine-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2013-08-08 14:05:04 UTC (rev 412) +++ trunk/jredmine-client/pom.xml 2013-08-08 14:26:32 UTC (rev 413) @@ -22,7 +22,6 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -33,6 +32,7 @@ <groupId>org.nuiton.jredmine</groupId> <artifactId>jredmine-client</artifactId> + <name>JRedmine :: Client</name> <description>The JRedmine client</description> @@ -117,7 +117,6 @@ </dependencies> <build> - <plugins> <!-- expose new plexus components --> <plugin> @@ -132,7 +131,6 @@ </executions> </plugin> </plugins> - </build> <reporting> @@ -256,5 +254,4 @@ </profile> </profiles> - </project> Modified: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/jredmine-maven-plugin/pom.xml 2013-08-08 14:05:04 UTC (rev 412) +++ trunk/jredmine-maven-plugin/pom.xml 2013-08-08 14:26:32 UTC (rev 413) @@ -22,7 +22,6 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -33,12 +32,12 @@ <groupId>org.nuiton.jredmine</groupId> <artifactId>jredmine-maven-plugin</artifactId> + <packaging>maven-plugin</packaging> <name>JRedmine :: Maven plugin</name> <description> JRedmine maven plugin to interacts with Redmine's server </description> - <packaging>maven-plugin</packaging> <dependencies> @@ -199,7 +198,6 @@ </dependencies> <build> - <pluginManagement> <plugins> @@ -221,7 +219,6 @@ </plugins> </pluginManagement> - </build> <profiles> @@ -290,5 +287,4 @@ </profile> </profiles> - </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-08 14:05:04 UTC (rev 412) +++ trunk/pom.xml 2013-08-08 14:26:32 UTC (rev 413) @@ -21,7 +21,6 @@ #L% --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -32,12 +31,12 @@ <artifactId>jredmine</artifactId> <version>1.6-SNAPSHOT</version> + <packaging>pom</packaging> <name>JRedmine</name> <description>JRedmine is a java redmine client</description> - <inceptionYear>2009</inceptionYear> <url>http://maven-site.nuiton.org/jredmine</url> - <packaging>pom</packaging> + <inceptionYear>2009</inceptionYear> <developers> @@ -58,23 +57,6 @@ <maven>3.0</maven> </prerequisites> - <properties> - - <projectId>jredmine</projectId> - - <!-- must be on a fixed version, not on the snapshot to make possible release --> - <jredminePluginVersion>1.5.1</jredminePluginVersion> - - <!-- remove this when using mavenpom >= 4.0 --> - <helperPluginVersion>2.1</helperPluginVersion> - - <doxiaVersion>1.4</doxiaVersion> - - <!-- documentation is in apt --> - <siteSourcesType>apt</siteSourcesType> - - </properties> - <modules> <module>jredmine-client</module> <module>jredmine-maven-plugin</module> @@ -87,7 +69,6 @@ </developerConnection> <url>http://nuiton.org/projects/jredmine/repository/show/trunk</url> </scm> - <distributionManagement> <site> <id>${platform}</id> @@ -95,6 +76,23 @@ </site> </distributionManagement> + <properties> + + <projectId>jredmine</projectId> + + <!-- must be on a fixed version, not on the snapshot to make possible release --> + <jredminePluginVersion>1.5.1</jredminePluginVersion> + + <!-- remove this when using mavenpom >= 4.0 --> + <helperPluginVersion>2.1</helperPluginVersion> + + <doxiaVersion>1.4</doxiaVersion> + + <!-- documentation is in apt --> + <siteSourcesType>apt</siteSourcesType> + + </properties> + <dependencyManagement> <dependencies> @@ -574,7 +572,6 @@ </dependencyManagement> <build> - <pluginManagement> <plugins> @@ -604,7 +601,6 @@ </plugins> </pluginManagement> - </build> <profiles> @@ -798,5 +794,4 @@ </profile> </profiles> - </project>
participants (1)
-
tchemit@users.nuiton.org