Author: seade Date: Tue Jun 27 04:53:12 2006 New Revision: 417439 URL: http://svn.apache.org/viewvc?rev=417439&view=rev Log: Plugin defintions to allow site to build. You need to set MAVEN_OPTS=-Xmx1024m to build.
Modified: jakarta/turbine/fulcrum/trunk/project.xml Modified: jakarta/turbine/fulcrum/trunk/project.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/project.xml?rev=417439&r1=417438&r2=417439&view=diff ============================================================================== --- jakarta/turbine/fulcrum/trunk/project.xml (original) +++ jakarta/turbine/fulcrum/trunk/project.xml Tue Jun 27 04:53:12 2006 @@ -279,6 +279,68 @@ <url>http://avalon.apache.org</url> </dependency--> + <dependency> + <groupId>maven</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>1.8</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-java-plugin</artifactId> + <version>1.6</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>1.8</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-multiproject-plugin</artifactId> + <version>1.5</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <version>1.7</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <version>1.9</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-scm-plugin</artifactId> + <version>1.6</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>1.7</version> + <type>plugin</type> + </dependency> + + <dependency> + <groupId>maven</groupId> + <artifactId>maven-xdoc-plugin</artifactId> + <version>1.9.2</version> + <type>plugin</type> + </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]