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>
<file> <file>
<location>pom.xml</location> <location>pom.xml</location>
<contains>Maven.*Plugin Test</contains> <contains>Maven.*Integration Test</contains>
</file> </file>
</files> </files>
</verifications> </verifications>

View File

@ -1,6 +1,6 @@
package org.apache.maven.it0016; package org.apache.maven.it0016;
public class IT0016Person public class Person
{ {
private String name; private String name;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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