Author: rafale Date: Tue Dec 18 07:22:21 2007 New Revision: 605230 URL: http://svn.apache.org/viewvc?rev=605230&view=rev Log: adding information for first alpha relase
Modified: maven/sandbox/trunk/archetypeng/NOTICE.txt maven/sandbox/trunk/archetypeng/pom.xml Modified: maven/sandbox/trunk/archetypeng/NOTICE.txt URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/archetypeng/NOTICE.txt?rev=605230&r1=605229&r2=605230&view=diff ============================================================================== --- maven/sandbox/trunk/archetypeng/NOTICE.txt (original) +++ maven/sandbox/trunk/archetypeng/NOTICE.txt Tue Dec 18 07:22:21 2007 @@ -1,3 +1,5 @@ -We use jchardet jchardet.sourceforge.net for file encoding recognition. -jchardet is using Mozilla 1.1 license +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). +This product includes software developed by jchardet.sourceforge.net +jchardet is using Mozilla 1.1 license. Modified: maven/sandbox/trunk/archetypeng/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/archetypeng/pom.xml?rev=605230&r1=605229&r2=605230&view=diff ============================================================================== --- maven/sandbox/trunk/archetypeng/pom.xml (original) +++ maven/sandbox/trunk/archetypeng/pom.xml Tue Dec 18 07:22:21 2007 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>5</version> + <version>7</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -267,7 +267,7 @@ <javadoc>false</javadoc> <logLevel>warn</logLevel> <profile>default</profile> - <convention>file:///home/users/rafale/projects/RafaleCodeConvention.xml</convention> + <convention>file:///home/rafale/projects/RafaleCodeConvention.xml</convention> <includes> <include>**/*.java</include> </includes> @@ -288,18 +288,30 @@ </plugins> </build> </profile> - </profiles> + </profiles> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/archetypeng</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/archetypeng</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/maven/sandbox/trunk/archetypeng</url> + </scm> <build> - <pluginManagement> + <pluginManagement> <plugins> <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/maven/sandbox/tags</tagBase> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.3</version> - </plugin> + </plugin> </plugins> - </pluginManagement> + </pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId>