Author: jmcconnell Date: Thu May 4 11:49:17 2006 New Revision: 399817 URL: http://svn.apache.org/viewcvs?rev=399817&view=rev Log: added root pom
Added: maven/archetype/trunk/pom.xml (with props) Added: maven/archetype/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/archetype/trunk/pom.xml?rev=399817&view=auto ============================================================================== --- maven/archetype/trunk/pom.xml (added) +++ maven/archetype/trunk/pom.xml Thu May 4 11:49:17 2006 @@ -0,0 +1,57 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.maven</groupId> + <artifactId>maven-parent</artifactId> + <version>1</version> + <relativePath>../pom/maven/pom.xml</relativePath> + </parent> + <groupId>org.apache.maven.archetype</groupId> + <artifactId>maven-archetype-parent</artifactId> + <version>1</version> + <packaging>pom</packaging> + <name>Maven Archetype Parent</name> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/MARCHETYPE</url> + </issueManagement> + <modules> + <module>maven-archetype</module> + <module>maven-archetype-bundles</module> + </modules> + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk</developerConnection> + <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk</url> + </scm> + <!-- trunk doesn't deploy + <distributionManagement> + <repository> + <id>repo1</id> + <name>Maven Central Repository</name> + <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> + </repository> + <snapshotRepository> + <id>apache.snapshots</id> + <name>Apache Development Repository</name> + <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url> + </snapshotRepository> + <site> + <id>website</id> + <url>scp://minotaur.apache.org/www/maven.apache.org/ref/${project.version}</url> + </site> + </distributionManagement> + --> +</project> Propchange: maven/archetype/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native