Author: stephenc Date: Thu Oct 29 14:56:18 2009 New Revision: 830984 URL: http://svn.apache.org/viewvc?rev=830984&view=rev Log: rolling back to maven-plugins:14
Modified: maven/plugins/trunk/maven-toolchains-plugin/pom.xml maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-toolchains-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/pom.xml?rev=830984&r1=830983&r2=830984&view=diff ============================================================================== --- maven/plugins/trunk/maven-toolchains-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-toolchains-plugin/pom.xml Thu Oct 29 14:56:18 2009 @@ -25,11 +25,11 @@ <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> - <version>15</version> + <version>14</version> </parent> <artifactId>maven-toolchains-plugin</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Maven Toolchains Plugin</name> @@ -68,6 +68,19 @@ </dependency> </dependencies> + <reporting> + <plugins> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.2</version> + <configuration> + <configLocation>config/maven_checks.xml</configLocation> + <headerLocation>config/maven-header.txt</headerLocation> + </configuration> + </plugin> + </plugins> + </reporting> + <profiles> <profile> <id>run-its</id> Modified: maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml?rev=830984&r1=830983&r2=830984&view=diff ============================================================================== --- maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml Thu Oct 29 14:56:18 2009 @@ -23,33 +23,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" name="Maven Toolchains plugin"> - <bannerLeft> - <name>Apache Maven</name> - <src>http://maven.apache.org/images/apache-maven-project-2.png</src> - <href>http://maven.apache.org/</href> - </bannerLeft> - <bannerRight> - <src>http://maven.apache.org/images/maven-logo-2.gif</src> - </bannerRight> - <publishDate position="right" format="yyyy-MM-dd" /> - <version position="right" /> - - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-stylus-skin</artifactId> - <version>1.1</version> - </skin> <body> - <head> - <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script> - <script type="text/javascript">_uacct = "UA-140879-1"; - urchinTracker();</script> - </head> - <breadcrumbs> - <item name="Apache" href="http://www.apache.org/" /> - <item name="Maven" href="http://maven.apache.org/index.html"/> - <item name="Plugins" href="http://maven.apache.org/plugins/index.html"/> - </breadcrumbs> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Goals" href="plugin-info.html"/> @@ -62,19 +36,5 @@ <!--menu name="Resources"> <item name="Maven 2.0.x Version Range Syntax" href="http://maven.apache.org/plugins/maven-enforcer-plugin/rules/versionRanges.html" /> </menu--> - <menu inherit="bottom" ref="reports" /> - <menu name="Maven Projects" inherit="bottom"> - <item name="Ant Tasks" href="http://maven.apache.org/ant-tasks/index.html" /> - <item name="Doxia" href="http://maven.apache.org/doxia/index.html" /> - <item name="JXR" href="http://maven.apache.org/jxr/index.html" /> - <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x/index.html" /> - <item name="Maven 2" href="http://maven.apache.org/index.html" /> - <item name="Mercury" href="http://maven.apache.org/mercury/index.html" /> - <item name="Plugins" href="http://maven.apache.org/plugins/index.html" /> - <item name="SCM" href="http://maven.apache.org/scm/index.html" /> - <item name="Shared Components" href="http://maven.apache.org/shared/index.html" /> - <item name="Surefire" href="http://maven.apache.org/surefire/index.html" /> - <item name="Wagon" href="http://maven.apache.org/wagon/index.html" /> - </menu> </body> </project>