Author: jvanzyl
Date: Thu Jul 24 11:25:39 2008
New Revision: 679479
URL:
http://svn.apache.org/viewvc?rev=679479&view=revLog:
updating interpolator
Modified:
maven/sandbox/branches/SI_MAVEN_2_1/pom.xml
Modified: maven/sandbox/branches/SI_MAVEN_2_1/pom.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/branches/SI_MAVEN_2_1/pom.xml?rev=679479&r1=679478&r2=679479&view=diff==============================================================================
--- maven/sandbox/branches/SI_MAVEN_2_1/pom.xml (original)
+++ maven/sandbox/branches/SI_MAVEN_2_1/pom.xml Thu Jul 24 11:25:39 2008
@@ -203,16 +203,32 @@
<version>1.0.0</version>
</plugin>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>clirr-maven-plugin</artifactId>
+ <version>2.2.1</version>
+ <configuration>
+ <!-- needed for release: default value "(,${project.version})" for 2.0.10 is 2.0.10-SNAPSHOT -->
+ <comparisonVersion>2.0.9</comparisonVersion>
+ <excludes>
+ <!-- TODO: These represent method ADDITIONS from 2.0.9, and should be removed after
+ 2.0.10 is released. -->
+ <exclude>org/apache/maven/lifecycle/LifecycleExecutor*</exclude>
+ <exclude>org/apache/maven/artifact/metadata/ArtifactMetadataSource*</exclude>
+ <exclude>org/apache/maven/project/MavenProjectBuilder*</exclude>
+ <exclude>org/apache/maven/project/ProjectBuilderConfiguration*</exclude>
+ <exclude>org/apache/maven/project/interpolation/ModelInterpolator*</exclude>
+ <exclude>org/apache/maven/project/inheritance/ModelInheritanceAssembler*</exclude>
+ <exclude>org/apache/maven/execution/MavenExecutionRequest*</exclude>
+ <exclude>org/apache/maven/plugin/DefaultPluginManager*</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
- <artifactId>shade-maven-plugin</artifactId>
- <groupId>org.codehaus.mojo</groupId>
- <version>1.0-alpha-12</version>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-2</version>
@@ -252,11 +268,9 @@
<junitVersion>3.8.1</junitVersion>
<plexusVersion>1.0-alpha-48</plexusVersion>
<plexusInteractivityVersion>1.0-alpha-6</plexusInteractivityVersion>
- <plexusInterpolationVersion>1.0</plexusInterpolationVersion>
- <plexusUtilsVersion>1.5.4</plexusUtilsVersion>
+ <plexusInterpolationVersion>1.1</plexusInterpolationVersion>
+ <plexusUtilsVersion>1.5.5</plexusUtilsVersion>
<wagonVersion>1.0-beta-3</wagonVersion>
- <mavenSharedModelVersion>1.0-SNAPSHOT</mavenSharedModelVersion>
- <woodstoxVersion>3.2.6</woodstoxVersion>
</properties>
<!--start-->
@@ -411,17 +425,6 @@
</exclusion>
</exclusions>
</dependency>
- <!-- New Model Parser -->
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>${woodstoxVersion}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-shared-model</artifactId>
- <version>${mavenSharedModelVersion}</version>
- </dependency>
<!-- Needed for backward compat aspect. -->
<dependency>
<groupId>aspectj</groupId>
@@ -498,7 +501,7 @@
<profile>
<id>run-its</id>
<modules>
- <!-- <module>maven-embedder-integration-tests</module>-->
+ <module>maven-embedder-integration-tests</module>
<module>maven-core-it-runner</module>
</modules>
</profile>