mirror of https://github.com/apache/maven.git
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:
parent
3faa7872e5
commit
62cef305aa
|
@ -1 +0,0 @@
|
||||||
name = jason
|
|
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
package org.apache.maven.it0001;
|
package org.apache.maven.it0060;
|
||||||
|
|
||||||
public class Person
|
public class Person
|
||||||
{
|
{
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
name = jason
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue