r41 - in trunk: . nuiton-mojo-goal nuiton-mojo-goal/src/main/resources/archetype-resources nuiton-mojo-pom nuiton-mojo-pom/src/main/resources/archetype-resources
Author: tchemit Date: 2010-10-29 13:04:03 +0200 (Fri, 29 Oct 2010) New Revision: 41 Url: http://nuiton.org/repositories/revision/archetypes/41 Log: fix pom + add svn ignores Modified: trunk/nuiton-mojo-goal/ trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml trunk/nuiton-mojo-pom/ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml trunk/pom.xml Property changes on: trunk/nuiton-mojo-goal ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iws *.iml .project .classpath .settings Modified: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml 2010-10-29 08:30:00 UTC (rev 40) +++ trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml 2010-10-29 11:04:03 UTC (rev 41) @@ -118,7 +118,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> + <version>${jrstPluginVersion}</version> </dependency> </dependencies> </plugin> Property changes on: trunk/nuiton-mojo-pom ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iws *.iml .classpath .project .settings Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml 2010-10-29 08:30:00 UTC (rev 40) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml 2010-10-29 11:04:03 UTC (rev 41) @@ -118,7 +118,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> + <version>${jrstPluginVersion}</version> </dependency> </dependencies> </plugin> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-29 08:30:00 UTC (rev 40) +++ trunk/pom.xml 2010-10-29 11:04:03 UTC (rev 41) @@ -1,87 +1,90 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mavenpom4redmine</artifactId> - <version>2.4</version> - </parent> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom4redmine</artifactId> + <version>2.4</version> + </parent> - <artifactId>archetypes</artifactId> - <version>1.0.0-SNAPSHOT</version> + <artifactId>archetypes</artifactId> + <version>1.0.0-SNAPSHOT</version> - <modules> - <module>nuiton-mojo-pom</module> - <module>nuiton-mojo-goal</module> - </modules> + <modules> + <module>nuiton-mojo-pom</module> + <module>nuiton-mojo-goal</module> + </modules> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>Nuiton archetypes</name> - <description>Nuiton archetype project</description> - <inceptionYear>2009</inceptionYear> - <url>http://maven-site.nuiton.org/archetypes</url> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Nuiton archetypes</name> + <description>Nuiton archetype project</description> + <inceptionYear>2009</inceptionYear> + <url>http://maven-site.nuiton.org/archetypes</url> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> - <packaging>pom</packaging> + <packaging>pom</packaging> - <properties> - <!-- pour un muli module on doit fixer le projectId --> - <projectId>archetypes</projectId> + <properties> + <!-- pour un muli module on doit fixer le projectId --> + <projectId>archetypes</projectId> - <archetype.version>2.0-alpha-4</archetype.version> - </properties> + <archetype.version>2.0-alpha-4</archetype.version> + </properties> - <build> - <defaultGoal>install</defaultGoal> + <build> + <defaultGoal>install</defaultGoal> - <extensions> - <extension> - <groupId>org.apache.maven.archetype</groupId> - <artifactId>archetype-packaging</artifactId> - <version>${archetype.version}</version> - </extension> - </extensions> + <extensions> + <extension> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>archetype-packaging</artifactId> + <version>${archetype.version}</version> + </extension> + </extensions> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton.jrst</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrst.version}</version> - </dependency> - </dependencies> - </plugin> - <plugin> - <artifactId>maven-archetype-plugin</artifactId> - <version>${archetype.version}</version> - <extensions>true</extensions> - </plugin> - </plugins> - </pluginManagement> - </build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrstPluginVersion}</version> + </dependency> + </dependencies> + </plugin> + <plugin> + <artifactId>maven-archetype-plugin</artifactId> + <version>${archetype.version}</version> + <extensions>true</extensions> + </plugin> + </plugins> + </pluginManagement> + </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> - <!-- Source control management. --> - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/archetypes/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/archetypes/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/archetypes/trunk</url> - </scm> + <!-- Source control management. --> + <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/archetypes/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/archetypes/trunk + </developerConnection> + <url>http://www.nuiton.org/repositories/browse/archetypes/trunk</url> + </scm> </project>
participants (1)
-
tchemit@users.nuiton.org