Author: tchemit Date: 2013-07-18 15:22:17 +0200 (Thu, 18 Jul 2013) New Revision: 2010 Url: http://nuiton.org/projects/i18n/repository/revisions/2010 Log: apply tidy to poms Modified: trunk/i18n-maven-plugin/pom.xml trunk/nuiton-i18n/pom.xml trunk/pom.xml Modified: trunk/i18n-maven-plugin/pom.xml =================================================================== --- trunk/i18n-maven-plugin/pom.xml 2013-07-18 13:15:47 UTC (rev 2009) +++ trunk/i18n-maven-plugin/pom.xml 2013-07-18 13:22:17 UTC (rev 2010) @@ -21,10 +21,8 @@ #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> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> <parent> @@ -34,7 +32,19 @@ </parent> <groupId>org.nuiton.i18n</groupId> - <artifactId>i18n-maven-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId><!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>maven-plugin</packaging> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>I18n :: Maven Plugin</name> + <description> + Maven plugin to deal with i18n stuff in a project, mainly base on the + nuiton-i18n api (but not only). + </description> + <inceptionYear>2007</inceptionYear> <dependencies> @@ -135,22 +145,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>I18n :: Maven Plugin</name> - <description> - Maven plugin to deal with i18n stuff in a project, mainly base on the - nuiton-i18n api (but not only). - </description> - <inceptionYear>2007</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - <build> <plugins> @@ -184,6 +178,7 @@ </plugins> </build> + <profiles> <!-- perform only on a release stage when using the maven-release-plugin --> @@ -311,5 +306,4 @@ </build> </profile> </profiles> - </project> Modified: trunk/nuiton-i18n/pom.xml =================================================================== --- trunk/nuiton-i18n/pom.xml 2013-07-18 13:15:47 UTC (rev 2009) +++ trunk/nuiton-i18n/pom.xml 2013-07-18 13:22:17 UTC (rev 2010) @@ -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>i18n</artifactId> @@ -36,7 +33,22 @@ <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>I18n :: Api</name> + <description>Api of i18n system</description> + <inceptionYear>2004</inceptionYear> +<!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + + </properties> + <dependencies> <dependency> @@ -71,31 +83,9 @@ </dependency> </dependencies> - - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>I18n :: Api</name> - <description>Api of i18n system</description> - <inceptionYear>2004</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - - </properties> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <!-- make assemblies at release time --> @@ -136,5 +126,4 @@ </build> </profile> </profiles> - </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-18 13:15:47 UTC (rev 2009) +++ trunk/pom.xml 2013-07-18 13:22:17 UTC (rev 2010) @@ -24,10 +24,8 @@ #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> @@ -37,13 +35,53 @@ </parent> <artifactId>i18n</artifactId> - <version>2.5.2-SNAPSHOT</version> + <version>2.5.2-SNAPSHOT</version><!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>pom</packaging> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>I18n</name> + <description>Nuiton i18n tools</description> + <url>http://maven-site.nuiton.org/i18n</url> + <inceptionYear>2008</inceptionYear> <modules> <module>nuiton-i18n</module> <module>i18n-maven-plugin</module> </modules> +<!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <!-- Source control management. --> + <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk</connection> + <developerConnection> + scm:svn:http://svn.nuiton.org/svn/i18n/trunk + </developerConnection> + <url>http://nuiton.org/projects/i18n/repository/show/trunk</url> + </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + + <properties> + + <!-- pour un muli module on doit fixer le projectId --> + <projectId>i18n</projectId> + + <processorVersion>1.3</processorVersion> + + <!--Multilanguage maven-site --> + <locales>fr,en</locales> + + </properties> + <dependencyManagement> <dependencies> @@ -118,52 +156,6 @@ </dependencies> </dependencyManagement> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>I18n</name> - <description>Nuiton i18n tools</description> - <inceptionYear>2008</inceptionYear> - <url>http://maven-site.nuiton.org/i18n</url> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>pom</packaging> - - <properties> - - <!-- pour un muli module on doit fixer le projectId --> - <projectId>i18n</projectId> - - <processorVersion>1.3</processorVersion> - - <!--Multilanguage maven-site --> - <locales>fr,en</locales> - - </properties> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!-- Source control management. --> - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk</connection> - <developerConnection> - scm:svn:http://svn.nuiton.org/svn/i18n/trunk - </developerConnection> - <url>http://nuiton.org/projects/i18n/repository/show/trunk</url> - </scm> - - <distributionManagement> - <site> - <id>${platform}</id> - <url>${our.site.repository}/${projectId}</url> - </site> - </distributionManagement> - <profiles> <!-- to include in the build the ant task --> <profile>