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>
|
||||
<location>pom.xml</location>
|
||||
<contains>Maven.*Plugin Test</contains>
|
||||
<contains>Maven.*Integration Test</contains>
|
||||
</file>
|
||||
</files>
|
||||
</verifications>
|
|
@ -1,6 +1,6 @@
|
|||
package org.apache.maven.it0016;
|
||||
|
||||
public class IT0016Person
|
||||
public class Person
|
||||
{
|
||||
private String name;
|
||||
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.it0001;
|
||||
package org.apache.maven.it0060;
|
||||
|
||||
public class Person
|
||||
{
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
name = jason
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue