2005-04-05 00:11:03 -04:00
|
|
|
<project>
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<name>Maven</name>
|
2005-04-20 12:41:36 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependencies>
|
2005-04-12 20:28:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2005-04-12 20:28:30 -04:00
|
|
|
</dependency>
|
2004-08-25 21:18:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2004-12-23 18:46:42 -05:00
|
|
|
<artifactId>plexus-container-artifact</artifactId>
|
2005-05-30 14:24:32 -04:00
|
|
|
<version>1.0-alpha-4-SNAPSHOT</version>
|
2005-03-04 04:04:26 -05:00
|
|
|
</dependency>
|
2005-05-10 03:50:47 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-monitor</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-04-22 07:01:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-03-08 01:06:22 -05:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-03-16 01:29:35 -05:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-03-08 01:06:22 -05:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-05-03 20:47:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.reporting</groupId>
|
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
2005-05-23 19:49:52 -04:00
|
|
|
<version>1.0-beta-2</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-i18n</artifactId>
|
2005-05-30 17:10:56 -04:00
|
|
|
<version>1.0-beta-4</version>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
2005-05-17 11:11:41 -04:00
|
|
|
<!-- TODO: only here for classloader issues. It used to work when the script classes were inside the component factory... -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-script-beanshell</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2005-05-03 23:28:41 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-28 13:29:47 -05:00
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-04-05 00:11:03 -04:00
|
|
|
<scope>runtime</scope>
|
2005-05-03 23:28:41 -04:00
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
2005-04-05 00:11:03 -04:00
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-05-29 18:55:12 -04:00
|
|
|
<version>1.0-alpha-4-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-04-05 00:11:03 -04:00
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
2005-05-13 03:01:57 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2005-04-05 00:11:03 -04:00
|
|
|
<scope>runtime</scope>
|
2005-02-25 00:09:14 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2005-03-09 20:35:25 -05:00
|
|
|
<reports>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2005-05-03 20:47:01 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
</plugin>
|
2005-05-05 23:57:48 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-05-23 08:17:30 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-05-05 23:57:48 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-03-09 20:35:25 -05:00
|
|
|
</plugins>
|
|
|
|
</reports>
|
2004-09-09 21:45:52 -04:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>website</id>
|
|
|
|
<url>scp://www.apache.org//www/maven.apache.org/m2</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
2005-04-06 01:11:24 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2005-04-06 02:21:16 -04:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2005-04-06 01:11:24 -04:00
|
|
|
<configuration>
|
|
|
|
<descriptor>src/assemble/bin.xml</descriptor>
|
|
|
|
<finalName>maven-2.0-SNAPSHOT</finalName>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-04-05 00:11:03 -04:00
|
|
|
</project>
|