File pom.patch of Package maven2-proper
Index: maven-core/pom.xml
===================================================================
--- maven-core/pom.xml.orig
+++ maven-core/pom.xml
@@ -62,7 +62,7 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<scope>runtime</scope>
@@ -72,7 +72,7 @@
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
@@ -137,11 +137,11 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<scope>runtime</scope>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-descriptor</artifactId>
@@ -169,13 +169,13 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-monitor</artifactId>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
+ <artifactId>wagon-ssh</artifactId>-->
<!-- reset once workaround in DefaultMaven removed
<scope>runtime</scope>
-->
- </dependency>
+<!-- </dependency>-->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
@@ -301,69 +301,6 @@
</plugin>
</plugins>
</build>
- </profile>
- <profile>
- <id>canonical-buildnumber</id>
- <activation>
- <file>
- <exists>.svn</exists>
- </file>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.0-beta-1</version>
- <executions>
- <execution>
- <phase>generate-resources</phase>
- <goals>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <doCheck>false</doCheck>
- <doUpdate>false</doUpdate>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>non-canonical-buildnumber</id>
- <activation>
- <file>
- <missing>.svn</missing>
- </file>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.0-beta-1</version>
- <executions>
- <execution>
- <phase>generate-resources</phase>
- <goals>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <doCheck>false</doCheck>
- <doUpdate>false</doUpdate>
- <format>NON-CANONICAL_{0,date,yyyy-MM-dd_HH-mm}_{1}</format>
- <items>
- <item>timestamp</item>
- <item>${user.name}</item>
- </items>
- </configuration>
- </plugin>
- </plugins>
- </build>
</profile>
</profiles>
</project>
Index: maven-model/pom.xml
===================================================================
--- maven-model/pom.xml.orig
+++ maven-model/pom.xml
@@ -49,13 +49,13 @@ under the License.
</models>
</configuration>
</plugin>
- <plugin>
+<!-- <plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>
</build>
Index: maven-project/pom.xml
===================================================================
--- maven-project/pom.xml.orig
+++ maven-project/pom.xml
@@ -36,11 +36,11 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact-test</artifactId>
<scope>test</scope>
- </dependency>
+ </dependency>-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-profile</artifactId>