r2014 - in trunk: . i18n-maven-plugin nuiton-i18n
Author: tchemit Date: 2013-08-09 11:04:00 +0200 (Fri, 09 Aug 2013) New Revision: 2014 Url: http://nuiton.org/projects/i18n/repository/revisions/2014 Log: - updates mavenpom to 4.0 - reformat 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:28:42 UTC (rev 2013) +++ trunk/i18n-maven-plugin/pom.xml 2013-08-09 09:04:00 UTC (rev 2014) @@ -20,11 +20,10 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #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"> +<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> <groupId>org.nuiton</groupId> <artifactId>i18n</artifactId> @@ -32,13 +31,8 @@ </parent> <groupId>org.nuiton.i18n</groupId> - <artifactId>i18n-maven-plugin</artifactId><!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <artifactId>i18n-maven-plugin</artifactId> <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 @@ -46,6 +40,11 @@ </description> <inceptionYear>2007</inceptionYear> + <properties> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> <dependencies> <dependency> @@ -78,7 +77,7 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> - + <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> @@ -137,7 +136,7 @@ <artifactId>log4j</artifactId> <scope>runtime</scope> </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -181,7 +180,7 @@ <profiles> - <!-- perform only on a release stage when using the maven-release-plugin --> + <!-- perform only on a release stage when using the maven-release-plugin --> <profile> <id>reporting</id> <activation> Modified: trunk/nuiton-i18n/pom.xml =================================================================== --- trunk/nuiton-i18n/pom.xml 2013-07-18 13:28:42 UTC (rev 2013) +++ trunk/nuiton-i18n/pom.xml 2013-08-09 09:04:00 UTC (rev 2014) @@ -20,11 +20,11 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #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"> +<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> @@ -33,15 +33,10 @@ <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 --> @@ -83,9 +78,7 @@ </dependency> </dependencies> -<!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> + <profiles> <!-- make assemblies at release time --> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-18 13:28:42 UTC (rev 2013) +++ trunk/pom.xml 2013-08-09 09:04:00 UTC (rev 2014) @@ -23,25 +23,20 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #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"> +<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>mavenpom4redmineAndCentral</artifactId> - <version>3.4.13</version> + <version>4.0</version> </parent> <artifactId>i18n</artifactId> - <version>2.5.3-SNAPSHOT</version><!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <version>2.5.3-SNAPSHOT</version> <packaging>pom</packaging> -<!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> <name>I18n</name> <description>Nuiton i18n tools</description> <url>http://maven-site.nuiton.org/i18n</url> @@ -51,11 +46,7 @@ <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>
participants (1)
-
tchemit@users.nuiton.org