This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See http://git.nuiton.org/maven-helper-plugin.git commit c1ce5aaad47a6cd23b69f4627d36be6baee00d9f Author: Maven Release <maven-release@codelutin.com> Date: Tue May 26 06:24:22 2015 +0000 tidy poms --- helper-maven-plugin-api/pom.xml | 5 +---- helper-maven-plugin-test-api/pom.xml | 3 +-- helper-maven-plugin/pom.xml | 7 ++----- pom.xml | 19 ++++++++----------- 4 files changed, 12 insertions(+), 22 deletions(-) diff --git a/helper-maven-plugin-api/pom.xml b/helper-maven-plugin-api/pom.xml index 2896558..3681c6b 100644 --- a/helper-maven-plugin-api/pom.xml +++ b/helper-maven-plugin-api/pom.xml @@ -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> @@ -31,6 +30,7 @@ </parent> <artifactId>helper-maven-plugin-api</artifactId> + <name>Helper Maven Plugin :: Api</name> <description>Simple maven mojo api for our projects</description> @@ -114,7 +114,6 @@ </dependencies> <build> - <testResources> <testResource> <directory>${project.basedir}/src/test/resources</directory> @@ -126,7 +125,6 @@ </excludes> </testResource> </testResources> - </build> <profiles> @@ -215,5 +213,4 @@ </profile> </profiles> - </project> diff --git a/helper-maven-plugin-test-api/pom.xml b/helper-maven-plugin-test-api/pom.xml index 65586ee..9b015ca 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -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> @@ -31,6 +30,7 @@ </parent> <artifactId>helper-maven-plugin-test-api</artifactId> + <name>Helper Maven Plugin :: Test Api</name> <description>Simple maven mojo test api for our projects</description> @@ -201,5 +201,4 @@ </profiles> - </project> diff --git a/helper-maven-plugin/pom.xml b/helper-maven-plugin/pom.xml index 3ac2710..15bcff4 100644 --- a/helper-maven-plugin/pom.xml +++ b/helper-maven-plugin/pom.xml @@ -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> @@ -31,9 +30,10 @@ </parent> <artifactId>helper-maven-plugin</artifactId> + <packaging>maven-plugin</packaging> + <name>Helper Maven Plugin :: Mojos</name> <description>maven mojos api for our project</description> - <packaging>maven-plugin</packaging> <properties> @@ -160,7 +160,6 @@ </dependencies> <build> - <plugins> <plugin> @@ -179,7 +178,6 @@ </plugin> </plugins> - </build> <profiles> @@ -279,5 +277,4 @@ </profile> </profiles> - </project> diff --git a/pom.xml b/pom.xml index 6664492..30075f4 100644 --- a/pom.xml +++ b/pom.xml @@ -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,18 +31,12 @@ <artifactId>helper-maven-plugin-parent</artifactId> <version>2.2-SNAPSHOT</version> + <packaging>pom</packaging> <name>Helper Maven Plugin</name> <description>Toolbox to help creating new maven plugins</description> - <packaging>pom</packaging> - <inceptionYear>2009</inceptionYear> <url>http://maven-helper-plugin.nuiton.org</url> - - <modules> - <module>helper-maven-plugin-api</module> - <module>helper-maven-plugin-test-api</module> - <module>helper-maven-plugin</module> - </modules> + <inceptionYear>2009</inceptionYear> <developers> <developer> @@ -71,12 +64,17 @@ </developer> </developers> + <modules> + <module>helper-maven-plugin-api</module> + <module>helper-maven-plugin-test-api</module> + <module>helper-maven-plugin</module> + </modules> + <scm> <connection>scm:git:http://git.nuiton.org/maven-helper-plugin.git</connection> <developerConnection>scm:git:https://git.nuiton.org/maven-helper-plugin.git</developerConnection> <url>https://gitweb.nuiton.org/maven-helper-plugin.git</url> </scm> - <distributionManagement> <site> <id>${site.server}</id> @@ -277,5 +275,4 @@ </dependencies> </dependencyManagement> - </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.