r2588 - in trunk: . nuiton-config nuiton-csv nuiton-updater nuiton-utils nuiton-utils-maven-report-plugin nuiton-validator
Author: tchemit Date: 2013-07-20 17:06:24 +0200 (Sat, 20 Jul 2013) New Revision: 2588 Url: http://nuiton.org/projects/nuiton-utils/repository/revisions/2588 Log: tidy pom Modified: trunk/nuiton-config/pom.xml trunk/nuiton-csv/pom.xml trunk/nuiton-updater/pom.xml trunk/nuiton-utils-maven-report-plugin/pom.xml trunk/nuiton-utils/pom.xml trunk/nuiton-validator/pom.xml trunk/pom.xml Modified: trunk/nuiton-config/pom.xml =================================================================== --- trunk/nuiton-config/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/nuiton-config/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -96,7 +95,6 @@ </dependencies> <build> - <plugins> <!-- plugin i18n --> @@ -118,7 +116,6 @@ </plugin> </plugins> - </build> <profiles> @@ -187,5 +184,4 @@ </profile> </profiles> - </project> Modified: trunk/nuiton-csv/pom.xml =================================================================== --- trunk/nuiton-csv/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/nuiton-csv/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -21,13 +21,10 @@ #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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils-parent</artifactId> @@ -35,7 +32,22 @@ </parent> <artifactId>nuiton-csv</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Nuiton Utils :: Nuiton Csv</name> + <description>Library of usefull classes to import export csv.</description> + <inceptionYear>2011</inceptionYear> +<!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + + </properties> + <dependencies> <dependency> @@ -98,28 +110,7 @@ </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Nuiton Utils :: Nuiton Csv</name> - <description>Library of usefull classes to import export csv.</description> - <inceptionYear>2011</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - - </properties> - <build> - <plugins> <!-- plugin i18n --> @@ -141,13 +132,10 @@ </plugin> </plugins> - </build> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <!-- create assemblies at release time --> <profile> @@ -189,5 +177,4 @@ </profile> </profiles> - </project> Modified: trunk/nuiton-updater/pom.xml =================================================================== --- trunk/nuiton-updater/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/nuiton-updater/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -21,13 +21,10 @@ #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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils-parent</artifactId> @@ -35,7 +32,22 @@ </parent> <artifactId>nuiton-updater</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Nuiton Utils :: Nuiton Updater</name> + <description>Application updater api.</description> + <inceptionYear>2013</inceptionYear> +<!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + + </properties> + <dependencies> <dependency> @@ -95,38 +107,14 @@ </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Nuiton Utils :: Nuiton Updater</name> - <description>Application updater api.</description> - <inceptionYear>2013</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - - </properties> - <build> - <plugins> </plugins> - </build> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <profile> <id>reporting</id> Modified: trunk/nuiton-utils/pom.xml =================================================================== --- trunk/nuiton-utils/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/nuiton-utils/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -21,13 +21,10 @@ #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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils-parent</artifactId> @@ -35,7 +32,22 @@ </parent> <artifactId>nuiton-utils</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Nuiton Utils :: Nuiton Utils</name> + <description>Library of usefull class to be used in any project.</description> + <inceptionYear>2004</inceptionYear> +<!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + + </properties> + <dependencies> <dependency> @@ -103,28 +115,7 @@ </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Nuiton Utils :: Nuiton Utils</name> - <description>Library of usefull class to be used in any project.</description> - <inceptionYear>2004</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - - </properties> - <build> - <plugins> <!-- plugin i18n --> @@ -146,13 +137,10 @@ </plugin> </plugins> - </build> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <profile> <id>reporting</id> @@ -219,5 +207,4 @@ </profile> </profiles> - </project> Modified: trunk/nuiton-utils-maven-report-plugin/pom.xml =================================================================== --- trunk/nuiton-utils-maven-report-plugin/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/nuiton-utils-maven-report-plugin/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -21,13 +21,10 @@ #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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils-parent</artifactId> @@ -35,8 +32,20 @@ </parent> <artifactId>nuiton-utils-maven-report-plugin</artifactId> - <packaging>maven-plugin</packaging> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Nuiton Utils :: Maven Report Plugin</name> + <description>Some nice maven reports for api of nuiton-utils.</description> + <inceptionYear>2012</inceptionYear> +<!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + + </properties> + <dependencies> <dependency> @@ -138,25 +147,7 @@ </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Nuiton Utils :: Maven Report Plugin</name> - <description>Some nice maven reports for api of nuiton-utils.</description> - <inceptionYear>2012</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - - </properties> - <build> - <pluginManagement> <plugins> <plugin> @@ -175,7 +166,6 @@ </plugin> </plugins> </pluginManagement> - <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -196,11 +186,9 @@ </plugins> </build> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <profile> @@ -245,5 +233,4 @@ </profile> </profiles> - </project> Modified: trunk/nuiton-validator/pom.xml =================================================================== --- trunk/nuiton-validator/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/nuiton-validator/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -21,13 +21,10 @@ #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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils-parent</artifactId> @@ -35,7 +32,22 @@ </parent> <artifactId>nuiton-validator</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Nuiton Utils :: Nuiton Validator</name> + <description>Validator Api.</description> + <inceptionYear>2011</inceptionYear> +<!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + + </properties> + <dependencies> <dependency> @@ -101,28 +113,22 @@ </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Nuiton Utils :: Nuiton Validator</name> - <description>Validator Api.</description> - <inceptionYear>2011</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - - </properties> - <build> - + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <id>attach-test</id> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </pluginManagement> <plugins> <!-- plugin i18n --> @@ -143,29 +149,10 @@ </plugin> </plugins> - - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <executions> - <execution> - <id>attach-test</id> - <goals> - <goal>test-jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </pluginManagement> - </build> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <!-- perform only on a release stage when using the maven-release-plugin --> @@ -273,5 +260,4 @@ </profile> </profiles> - </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-20 07:10:55 UTC (rev 2587) +++ trunk/pom.xml 2013-07-20 15:06:24 UTC (rev 2588) @@ -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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -32,20 +31,12 @@ <artifactId>nuiton-utils-parent</artifactId> <version>2.7-SNAPSHOT</version> + <packaging>pom</packaging> - <modules> - <module>nuiton-utils</module> - <module>nuiton-config</module> - <module>nuiton-updater</module> - <module>nuiton-csv</module> - <module>nuiton-validator</module> - <module>nuiton-utils-maven-report-plugin</module> - </modules> - <name>Nuiton Utils</name> <description>Parent of nuiton utils projects.</description> - <inceptionYear>2011</inceptionYear> <url>http://maven-site.nuiton.org/nuiton-utils</url> + <inceptionYear>2011</inceptionYear> <developers> @@ -121,8 +112,31 @@ </developers> - <packaging>pom</packaging> + <modules> + <module>nuiton-utils</module> + <module>nuiton-config</module> + <module>nuiton-updater</module> + <module>nuiton-csv</module> + <module>nuiton-validator</module> + <module>nuiton-utils-maven-report-plugin</module> + </modules> + <scm> + <connection> + scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk + </connection> + <developerConnection> + scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk + </developerConnection> + <url>http://nuiton.org/projects/nuiton-utils/repository/show/trunk</url> + </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + <properties> <projectId>nuiton-utils</projectId> @@ -331,23 +345,6 @@ </pluginManagement> </build> - <scm> - <connection> - scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk - </connection> - <developerConnection> - scm:svn:http://svn.nuiton.org/svn/nuiton-utils/trunk - </developerConnection> - <url>http://nuiton.org/projects/nuiton-utils/repository/show/trunk</url> - </scm> - - <distributionManagement> - <site> - <id>${platform}</id> - <url>${our.site.repository}/${projectId}</url> - </site> - </distributionManagement> - <profiles> <profile> @@ -392,5 +389,4 @@ </profile> </profiles> - </project>
participants (1)
-
tchemit@users.nuiton.org