o bunch of fixes to ITs caused by trying to refactor in IDEA

most things are working and I'm now waiting for apache infra to come back up so i can
  deploy the new IT plugins.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@467340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-24 14:17:06 +00:00
parent 3faa7872e5
commit 62cef305aa
14 changed files with 14 additions and 19 deletions

View File

@ -9,7 +9,7 @@
</file>
<file>
<location>pom.xml</location>
<contains>Maven.*Plugin Test</contains>
<contains>Maven.*Integration Test</contains>
</file>
</files>
</verifications>

View File

@ -21,17 +21,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>test</id>
<phase>generate-sources</phase>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
<goals>
<goal>compile</goal>
</goals>

View File

@ -1,7 +1,7 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it0037</artifactId>
<groupId>org.apache.maven.its.it0037</groupId>
<artifactId>maven-it-it0037</artifactId>
<packaging>jar</packaging>
<version>1.0-build2</version>
<dependencies>

View File

@ -1,7 +1,7 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core-it0037</artifactId>
<groupId>org.apache.maven.its.it0038</groupId>
<artifactId>maven-it-it0038</artifactId>
<packaging>jar</packaging>
<version>1.0-build2</version>
<dependencies>

View File

@ -1,6 +1,6 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p1</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>

View File

@ -1,6 +1,6 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p1</artifactId>
<packaging>jar</packaging>
<version>1.0</version>

View File

@ -1,6 +1,6 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p2</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>

View File

@ -1,6 +1,6 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<groupId>org.apache.maven.its.it0039</groupId>
<artifactId>maven-core-it0039-p2</artifactId>
<packaging>jar</packaging>
<version>1.0</version>

View File

@ -1,4 +1,4 @@
package org.apache.maven.it0001;
package org.apache.maven.it0060;
public class Person
{

View File

@ -2,8 +2,8 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.it</groupId>
<artifactId>maven-core-it0079</artifactId>
<groupId>org.apache.maven.its.it0079</groupId>
<artifactId>maven-it-it0079</artifactId>
<description>Test that source attachments have the same build number as the main
artifact when deployed.</description>