mirror of https://github.com/apache/maven.git
[MNG-7056] Replace tabs in IT files
This commit is contained in:
parent
9d07652019
commit
95fa979aed
|
@ -86,10 +86,10 @@ public class MavenITmng3642DynamicResourcesTest
|
|||
*/
|
||||
verifier.resetStreams();
|
||||
|
||||
File first = new File( testDir, "target/test-classes/one.txt" );
|
||||
assertTrue( "First resource file was not present: " + first, first.exists() );
|
||||
|
||||
File second = new File( testDir, "target/test-classes/two.txt" );
|
||||
assertTrue( "Second resource file was not present: " + second, second.exists() );
|
||||
File first = new File( testDir, "target/test-classes/one.txt" );
|
||||
assertTrue( "First resource file was not present: " + first, first.exists() );
|
||||
|
||||
File second = new File( testDir, "target/test-classes/two.txt" );
|
||||
assertTrue( "Second resource file was not present: " + second, second.exists() );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jcdi_2.0_spec</artifactId>
|
||||
<version>1.3</version>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.groovy</groupId>
|
||||
|
|
|
@ -66,17 +66,17 @@ under the License.
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.shared</groupId>
|
||||
<artifactId>maven-common-artifact-filters</artifactId>
|
||||
<artifactId>maven-common-artifact-filters</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.shared</groupId>
|
||||
<artifactId>maven-artifact-transfer</artifactId>
|
||||
<artifactId>maven-artifact-transfer</artifactId>
|
||||
<version>0.11.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>7.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -29,7 +29,7 @@ under the License.
|
|||
|
||||
<name>Maven Integration Test :: it0038</name>
|
||||
<description>
|
||||
Test building project from outside the project directory using '-f' option
|
||||
Test building project from outside the project directory using '-f' option
|
||||
</description>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -21,19 +21,19 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-verifier-plugin</artifactId>
|
||||
<configuration>
|
||||
<verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>verify</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-verifier-plugin</artifactId>
|
||||
<configuration>
|
||||
<verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>verify</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
<settings>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>test-repo</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>test-repo</id>
|
||||
<url>file:../../test-repo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>test-repo</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>test-repo</id>
|
||||
<url>file:../../test-repo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<activeProfiles>
|
||||
<activeProfile>test-repo</activeProfile>
|
||||
</activeProfiles>
|
||||
|
||||
<activeProfiles>
|
||||
<activeProfile>test-repo</activeProfile>
|
||||
</activeProfiles>
|
||||
|
||||
</settings>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<name>Maven Integration Test :: MNG-2196</name>
|
||||
<description>
|
||||
Verify that multimodule builds where one project references another as
|
||||
Verify that multimodule builds where one project references another as
|
||||
a parent can build, even if that parent is not correctly referenced by
|
||||
<relativePath/> and is not in the local repository.
|
||||
</description>
|
||||
|
|
|
@ -4,9 +4,9 @@ import junit.framework.TestCase;
|
|||
|
||||
public class Issue2289
|
||||
{
|
||||
public static void main(final String[] args)
|
||||
{
|
||||
TestCase tc = new TestCase("Dummy") {};
|
||||
System.exit(tc == null ? -1 : 0);
|
||||
}
|
||||
public static void main(final String[] args)
|
||||
{
|
||||
TestCase tc = new TestCase("Dummy") {};
|
||||
System.exit(tc == null ? -1 : 0);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,19 +28,19 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-verifier-plugin</artifactId>
|
||||
<configuration>
|
||||
<verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>verify</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-verifier-plugin</artifactId>
|
||||
<configuration>
|
||||
<verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>verify</phase>
|
||||
<goals>
|
||||
<goal>verify</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
@ -11,6 +11,6 @@ public class App
|
|||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
List<String> stuff = new ArrayList<String>();
|
||||
List<String> stuff = new ArrayList<String>();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@ public class Diamond
|
|||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
List<String> stuff = new ArrayList<>();
|
||||
List<String> stuff = new ArrayList<>();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
|
@ -26,12 +26,12 @@
|
|||
<dependency>
|
||||
<groupId>jmock</groupId>
|
||||
<artifactId>jmock</artifactId>
|
||||
<scope>compile</scope>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<scope>compile</scope>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -6,18 +6,19 @@ import org.jmock.MockObjectTestCase;
|
|||
|
||||
public abstract class XStreamTestCase extends MockObjectTestCase
|
||||
{
|
||||
private XStream xstream;
|
||||
private XStream xstream;
|
||||
|
||||
public void setUp()
|
||||
{
|
||||
xstream = new XStream();
|
||||
}
|
||||
public void setUp()
|
||||
{
|
||||
xstream = new XStream();
|
||||
}
|
||||
|
||||
public void testToXml() {
|
||||
String xml = xstream.toXML(getObject());
|
||||
assertEquals(getXML(), xml);
|
||||
}
|
||||
public void testToXml()
|
||||
{
|
||||
String xml = xstream.toXML(getObject());
|
||||
assertEquals(getXML(), xml);
|
||||
}
|
||||
|
||||
protected abstract Object getObject();
|
||||
protected abstract String getXML();
|
||||
protected abstract Object getObject();
|
||||
protected abstract String getXML();
|
||||
}
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module2-XXX</artifactId>
|
||||
|
@ -23,10 +23,10 @@
|
|||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@ import com.thoughtworks.xstream.XStream;
|
|||
|
||||
public class Module2
|
||||
{
|
||||
XStream xstream;
|
||||
XStream xstream;
|
||||
}
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
|
@ -18,32 +18,32 @@
|
|||
<name>Module-3 XXX</name>
|
||||
<description><![CDATA[Module 3 of issue XXX.]]></description>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>test-jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module2-XXX</artifactId>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module2-XXX</artifactId>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -2,5 +2,5 @@ package mng;
|
|||
|
||||
public class Module3 extends Module2
|
||||
{
|
||||
public static String MODULE = "3";
|
||||
public static String MODULE = "3";
|
||||
}
|
||||
|
|
|
@ -6,9 +6,9 @@ import com.thoughtworks.xstream.io.xml.DomDriver;
|
|||
|
||||
public class Module3TestUtil
|
||||
{
|
||||
public static String getCalendarAsXML(Calendar cal)
|
||||
{
|
||||
XStream xstream = new XStream(new DomDriver());
|
||||
return xstream.toXML(cal);
|
||||
}
|
||||
public static String getCalendarAsXML(Calendar cal)
|
||||
{
|
||||
XStream xstream = new XStream(new DomDriver());
|
||||
return xstream.toXML(cal);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
|
@ -18,42 +18,42 @@
|
|||
<name>Module-4 XXX</name>
|
||||
<description><![CDATA[Module 4 of issue XXX.]]></description>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<configuration>
|
||||
<generateClient>true</generateClient>
|
||||
<clientExcludes>
|
||||
<clientExclude>**/*Bean.class</clientExclude>
|
||||
</clientExcludes>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<configuration>
|
||||
<generateClient>true</generateClient>
|
||||
<clientExcludes>
|
||||
<clientExclude>**/*Bean.class</clientExclude>
|
||||
</clientExcludes>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-j2ee</artifactId>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-j2ee</artifactId>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -10,6 +10,6 @@ import javax.ejb.EJBObject;
|
|||
*/
|
||||
public interface Module4 extends EJBObject
|
||||
{
|
||||
public boolean doIt() throws RemoteException;
|
||||
public boolean doIt() throws RemoteException;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,28 +9,28 @@ import javax.ejb.SessionContext;
|
|||
*/
|
||||
public class Module4Bean implements SessionBean
|
||||
{
|
||||
public void ejbCreate() throws CreateException
|
||||
{
|
||||
}
|
||||
public void ejbCreate() throws CreateException
|
||||
{
|
||||
}
|
||||
|
||||
public void ejbRemove()
|
||||
{
|
||||
}
|
||||
public void ejbRemove()
|
||||
{
|
||||
}
|
||||
|
||||
public void ejbActivate()
|
||||
{
|
||||
}
|
||||
public void ejbActivate()
|
||||
{
|
||||
}
|
||||
|
||||
public void ejbPassivate()
|
||||
{
|
||||
}
|
||||
public void ejbPassivate()
|
||||
{
|
||||
}
|
||||
|
||||
public void setSessionContext(SessionContext sessionContext)
|
||||
{
|
||||
}
|
||||
public void setSessionContext(SessionContext sessionContext)
|
||||
{
|
||||
}
|
||||
|
||||
public boolean doIt()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
public boolean doIt()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,56 +4,56 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module5-XXX</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Module-5 XXX</name>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<description><![CDATA[Module 5 of issue XXX.]]></description>
|
||||
<parent>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module5-XXX</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Module-5 XXX</name>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<description><![CDATA[Module 5 of issue XXX.]]></description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-j2ee</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
<type>ejb-client</type>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<type>test-jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-j2ee</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
<type>ejb-client</type>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- for test -->
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<type>test-jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -2,5 +2,5 @@ package mng;
|
|||
|
||||
public class Module5
|
||||
{
|
||||
private Module4 m4;
|
||||
private Module4 m4;
|
||||
}
|
||||
|
|
|
@ -4,17 +4,20 @@ import java.util.Calendar;
|
|||
|
||||
public class Module5Test extends XStreamTestCase
|
||||
{
|
||||
private Calendar cal = Calendar.getInstance();
|
||||
private Calendar cal = Calendar.getInstance();
|
||||
|
||||
protected Object getObject() {
|
||||
return cal;
|
||||
}
|
||||
protected Object getObject()
|
||||
{
|
||||
return cal;
|
||||
}
|
||||
|
||||
protected String getXML() {
|
||||
return Module3TestUtil.getCalendarAsXML(cal);
|
||||
}
|
||||
protected String getXML()
|
||||
{
|
||||
return Module3TestUtil.getCalendarAsXML( cal );
|
||||
}
|
||||
|
||||
public void testJMockAvailable() {
|
||||
assertNotNull(mock(Module4.class));
|
||||
}
|
||||
public void testJMockAvailable()
|
||||
{
|
||||
assertNotNull( mock( Module4.class ) );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,90 +12,90 @@
|
|||
<version>1-SNAPSHOT</version>
|
||||
<inceptionYear>2007</inceptionYear>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<workingDirectory>${basedir}</workingDirectory>
|
||||
<childDelegation>false</childDelegation>
|
||||
<useFile>false</useFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<workingDirectory>${basedir}</workingDirectory>
|
||||
<childDelegation>false</childDelegation>
|
||||
<useFile>false</useFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module1-XXX</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module2-XXX</artifactId>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module2-XXX</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module3-XXX</artifactId>
|
||||
<type>test-jar</type>
|
||||
<scope>test</scope>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<type>ejb</type>
|
||||
<type>ejb</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
<groupId>org.codehaus.jira.mng.XXX</groupId>
|
||||
<artifactId>mng-module4-XXX</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<type>ejb-client</type>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-j2ee</artifactId>
|
||||
<version>3.2.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jboss</groupId>
|
||||
<artifactId>jboss-j2ee</artifactId>
|
||||
<version>3.2.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xpp3</groupId>
|
||||
<groupId>xpp3</groupId>
|
||||
<artifactId>xpp3_min</artifactId>
|
||||
<version>1.1.3.4.O</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
<artifactId>xstream</artifactId>
|
||||
<version>1.4.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jmock</groupId>
|
||||
<groupId>jmock</groupId>
|
||||
<artifactId>jmock</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<scope>test</scope>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
</project>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,20 +1,20 @@
|
|||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
package org.apache.maven.its.mng3506;
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
package org.apache.maven.its.mng3506;
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
package org.apache.maven.its.mng3506;
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
package org.apache.maven.its.mng3506;
|
||||
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -20,19 +20,19 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-api</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-api</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0.4.1</version>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0.4.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.mng3693</groupId>
|
||||
<artifactId>dep</artifactId>
|
||||
<version>1</version>
|
||||
<groupId>org.apache.maven.its.mng3693</groupId>
|
||||
<artifactId>dep</artifactId>
|
||||
<version>1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -30,24 +30,24 @@ import org.apache.maven.project.MavenProject;
|
|||
public class MyMojo
|
||||
extends AbstractMojo
|
||||
{
|
||||
|
||||
/**
|
||||
* Not used, just an offset to place reactorProjects in the middle.
|
||||
* @parameter default-value="${project.build.directory}"
|
||||
*/
|
||||
private String outputDirectory;
|
||||
|
||||
|
||||
/**
|
||||
* Not used, just an offset to place reactorProjects in the middle.
|
||||
* @parameter default-value="${project.build.directory}"
|
||||
*/
|
||||
private String outputDirectory;
|
||||
|
||||
/**
|
||||
* @parameter expression="${reactorProjects}"
|
||||
* @required
|
||||
*/
|
||||
private List reactorProjects;
|
||||
|
||||
/**
|
||||
* Not used, just an offset to place reactorProjects in the middle.
|
||||
* @parameter default-value="${project.build.directory}"
|
||||
*/
|
||||
private String outputDirectory2;
|
||||
/**
|
||||
* Not used, just an offset to place reactorProjects in the middle.
|
||||
* @parameter default-value="${project.build.directory}"
|
||||
*/
|
||||
private String outputDirectory2;
|
||||
|
||||
public void execute()
|
||||
throws MojoExecutionException
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0.4.1</version>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0.4.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>child</module>
|
||||
<module>child</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>child1</module>
|
||||
<module>child2</module>
|
||||
<module>child1</module>
|
||||
<module>child2</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>child</module>
|
||||
<module>child</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -19,9 +19,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0.4.1</version>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-impl</artifactId>
|
||||
<version>2.0.4.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>maven-mng3743-check-plugin</module>
|
||||
<module>maven-mng3743-report-plugin</module>
|
||||
<module>mng3743-lifecycle</module>
|
||||
<module>maven-mng3743-check-plugin</module>
|
||||
<module>maven-mng3743-report-plugin</module>
|
||||
<module>mng3743-lifecycle</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -36,7 +36,7 @@ under the License.
|
|||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
|
||||
<!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
|
||||
<groupId>org.apache.maven.its.mng3814</groupId>
|
||||
<artifactId>maven-mng3814b-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
|
@ -47,7 +47,7 @@ under the License.
|
|||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
|
||||
<!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
|
||||
<groupId>org.apache.maven.its.mng3814</groupId>
|
||||
<artifactId>maven-mng3814b-plugin</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
<groupId>org.apache.maven.its.mng4148</groupId>
|
||||
<artifactId>module</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.mng4148</groupId>
|
||||
<artifactId>dep</artifactId>
|
||||
<version>${depVersion}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.mng4148</groupId>
|
||||
<artifactId>dep</artifactId>
|
||||
<version>${depVersion}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
package org.apache.maven.its.mng3506;
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
/*
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
*/
|
||||
package org.apache.maven.its.mng3506;
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ public class App
|
|||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
Importing.main( args );
|
||||
Importing.main( args );
|
||||
System.out.println( "Hello World!" );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>x-SNAPSHOT</version>
|
||||
</parent>
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>x-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>application</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Issue Application</name>
|
||||
<description><![CDATA[Demonstration of issue with application.]]></description>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>application</artifactId>
|
||||
<version>1-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Issue Application</name>
|
||||
<description><![CDATA[Demonstration of issue with application.]]></description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>delegate</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>delegate</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>2-SNAPSHOT</version>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>2-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Issue EJB Delegate</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB delegate.]]></description>
|
||||
|
@ -19,9 +19,9 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
<artifactId>ejb</artifactId>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>x-SNAPSHOT</version>
|
||||
</parent>
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>x-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>2-SNAPSHOT</version>
|
||||
<packaging>ejb</packaging>
|
||||
<name>Issue EJB</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB client.]]></description>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>2-SNAPSHOT</version>
|
||||
<packaging>ejb</packaging>
|
||||
<name>Issue EJB</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB client.]]></description>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Issue EJB Delegate</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB delegate.]]></description>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Issue EJB Delegate</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB delegate.]]></description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,43 +1,43 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<parent>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>1</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>ejb</packaging>
|
||||
<name>Issue EJB</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB client.]]></description>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>1</version>
|
||||
<packaging>ejb</packaging>
|
||||
<name>Issue EJB</name>
|
||||
<description><![CDATA[Demonstration of issue with EJB client.]]></description>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,256 +1,256 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!-- Define group, artifact and project type -->
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<!-- Define group, artifact and project type -->
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<!-- Describe the project -->
|
||||
<name>Master Project</name>
|
||||
<version>1</version>
|
||||
<description>Master project with global settings.</description>
|
||||
<!-- Describe the project -->
|
||||
<name>Master Project</name>
|
||||
<version>1</version>
|
||||
<description>Master project with global settings.</description>
|
||||
|
||||
<!-- Minimum versions to use this POM -->
|
||||
<prerequisites>
|
||||
<maven>2.2.1</maven>
|
||||
</prerequisites>
|
||||
<!-- Minimum versions to use this POM -->
|
||||
<prerequisites>
|
||||
<maven>2.2.1</maven>
|
||||
</prerequisites>
|
||||
|
||||
<!-- Global build settings -->
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.assembly}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<overWriteReleases>false</overWriteReleases>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.clean}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.compiler}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<source>${java.version.source}</source>
|
||||
<target>${java.version.target}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<optimize>false</optimize>
|
||||
<debug>true</debug>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.dependency}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.deploy}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ear-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ear}</version>
|
||||
<configuration>
|
||||
<defaultJavaBundleDir>/</defaultJavaBundleDir>
|
||||
<displayName>${project.name}</displayName>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ejb}</version>
|
||||
<configuration>
|
||||
<generateClient>true</generateClient>
|
||||
<ejbVersion>${java.ejb.version}</ejbVersion>
|
||||
<clientExcludes>
|
||||
<clientExclude>META-INF/*.xml</clientExclude>
|
||||
<clientExclude>**/ejb/*Bean.class</clientExclude>
|
||||
</clientExcludes>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<useUniqueVersions>false</useUniqueVersions>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.install}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.jar}</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.resources}</version>
|
||||
<configuration>
|
||||
<!-- Workaround for bug reported with MRESOURCES-104 -->
|
||||
<useDefaultDelimiters>false</useDefaultDelimiters>
|
||||
<delimiters>
|
||||
<delimiter>${*}</delimiter>
|
||||
</delimiters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.source}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.surefire}</version>
|
||||
<extensions>true</extensions>
|
||||
<!-- We set a forkMode -->
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<argLine>-Xms64m -Xmx128m</argLine>
|
||||
<workingDirectory>${basedir}</workingDirectory>
|
||||
<childDelegation>false</childDelegation>
|
||||
<runOrder>random</runOrder>
|
||||
<useFile>false</useFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Global build settings -->
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.assembly}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<overWriteReleases>false</overWriteReleases>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.clean}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.compiler}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<source>${java.version.source}</source>
|
||||
<target>${java.version.target}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<optimize>false</optimize>
|
||||
<debug>true</debug>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.dependency}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.deploy}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ear-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ear}</version>
|
||||
<configuration>
|
||||
<defaultJavaBundleDir>/</defaultJavaBundleDir>
|
||||
<displayName>${project.name}</displayName>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ejb}</version>
|
||||
<configuration>
|
||||
<generateClient>true</generateClient>
|
||||
<ejbVersion>${java.ejb.version}</ejbVersion>
|
||||
<clientExcludes>
|
||||
<clientExclude>META-INF/*.xml</clientExclude>
|
||||
<clientExclude>**/ejb/*Bean.class</clientExclude>
|
||||
</clientExcludes>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<useUniqueVersions>false</useUniqueVersions>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.install}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.jar}</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.resources}</version>
|
||||
<configuration>
|
||||
<!-- Workaround for bug reported with MRESOURCES-104 -->
|
||||
<useDefaultDelimiters>false</useDefaultDelimiters>
|
||||
<delimiters>
|
||||
<delimiter>${*}</delimiter>
|
||||
</delimiters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.source}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.surefire}</version>
|
||||
<extensions>true</extensions>
|
||||
<!-- We set a forkMode -->
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<argLine>-Xms64m -Xmx128m</argLine>
|
||||
<workingDirectory>${basedir}</workingDirectory>
|
||||
<childDelegation>false</childDelegation>
|
||||
<runOrder>random</runOrder>
|
||||
<useFile>false</useFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>${version.org.codehaus.mojo.build-helper-plugin}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>${version.org.codehaus.mojo.build-helper-plugin}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>application</artifactId>
|
||||
<version>${version.application}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>${version.delegate}</version>
|
||||
</dependency>
|
||||
<!-- not required for example
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<type>ejb</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>application</artifactId>
|
||||
<version>${version.application}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>${version.delegate}</version>
|
||||
</dependency>
|
||||
<!-- not required for example
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<type>ejb</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>${version.commons-lang}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>${version.commons-lang}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<!-- Define properties for better consistency -->
|
||||
<properties>
|
||||
<!-- ==== -->
|
||||
<!-- Java -->
|
||||
<!-- === =-->
|
||||
<java.version.source>1.6</java.version.source>
|
||||
<java.version.target>1.6</java.version.target>
|
||||
<java.ejb.version>2.1</java.ejb.version>
|
||||
<!-- Define properties for better consistency -->
|
||||
<properties>
|
||||
<!-- ==== -->
|
||||
<!-- Java -->
|
||||
<!-- === =-->
|
||||
<java.version.source>1.6</java.version.source>
|
||||
<java.version.target>1.6</java.version.target>
|
||||
<java.ejb.version>2.1</java.ejb.version>
|
||||
|
||||
<!-- ======= -->
|
||||
<!-- Plugins -->
|
||||
<!-- ======= -->
|
||||
<version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
|
||||
<version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
|
||||
<version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
|
||||
<version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
|
||||
<version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
|
||||
<version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
|
||||
<version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
|
||||
<version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
|
||||
<version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
|
||||
<version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
|
||||
<version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
|
||||
<version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
|
||||
<!-- ======= -->
|
||||
<!-- Plugins -->
|
||||
<!-- ======= -->
|
||||
<version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
|
||||
<version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
|
||||
<version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
|
||||
<version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
|
||||
<version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
|
||||
<version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
|
||||
<version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
|
||||
<version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
|
||||
<version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
|
||||
<version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
|
||||
<version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
|
||||
<version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
|
||||
|
||||
<version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
|
||||
<version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
|
||||
|
||||
<!-- ============ -->
|
||||
<!-- Dependencies -->
|
||||
<!-- ============ -->
|
||||
<version.application>1-SNAPSHOT</version.application>
|
||||
<version.delegate>1</version.delegate>
|
||||
<version.ejb>1</version.ejb>
|
||||
<!-- ============ -->
|
||||
<!-- Dependencies -->
|
||||
<!-- ============ -->
|
||||
<version.application>1-SNAPSHOT</version.application>
|
||||
<version.delegate>1</version.delegate>
|
||||
<version.ejb>1</version.ejb>
|
||||
|
||||
<version.commons-lang>2.4</version.commons-lang>
|
||||
<version.commons-lang>2.4</version.commons-lang>
|
||||
|
||||
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
|
@ -1,256 +1,256 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<!-- Define group, artifact and project type -->
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<!-- Define group, artifact and project type -->
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<!-- Describe the project -->
|
||||
<name>Master Project</name>
|
||||
<version>x-SNAPSHOT</version>
|
||||
<description>Master project with global settings.</description>
|
||||
<!-- Describe the project -->
|
||||
<name>Master Project</name>
|
||||
<version>x-SNAPSHOT</version>
|
||||
<description>Master project with global settings.</description>
|
||||
|
||||
<!-- Minimum versions to use this POM -->
|
||||
<prerequisites>
|
||||
<maven>2.2.1</maven>
|
||||
</prerequisites>
|
||||
<!-- Minimum versions to use this POM -->
|
||||
<prerequisites>
|
||||
<maven>2.2.1</maven>
|
||||
</prerequisites>
|
||||
|
||||
<!-- Global build settings -->
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.assembly}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<overWriteReleases>false</overWriteReleases>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.clean}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.compiler}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<source>${java.version.source}</source>
|
||||
<target>${java.version.target}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<optimize>false</optimize>
|
||||
<debug>true</debug>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.dependency}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.deploy}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ear-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ear}</version>
|
||||
<configuration>
|
||||
<defaultJavaBundleDir>/</defaultJavaBundleDir>
|
||||
<displayName>${project.name}</displayName>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ejb}</version>
|
||||
<configuration>
|
||||
<generateClient>true</generateClient>
|
||||
<ejbVersion>${java.ejb.version}</ejbVersion>
|
||||
<clientExcludes>
|
||||
<clientExclude>META-INF/*.xml</clientExclude>
|
||||
<clientExclude>**/ejb/*Bean.class</clientExclude>
|
||||
</clientExcludes>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<useUniqueVersions>false</useUniqueVersions>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.install}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.jar}</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.resources}</version>
|
||||
<configuration>
|
||||
<!-- Workaround for bug reported with MRESOURCES-104 -->
|
||||
<useDefaultDelimiters>false</useDefaultDelimiters>
|
||||
<delimiters>
|
||||
<delimiter>${*}</delimiter>
|
||||
</delimiters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.source}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.surefire}</version>
|
||||
<extensions>true</extensions>
|
||||
<!-- We set a forkMode -->
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<argLine>-Xms64m -Xmx128m</argLine>
|
||||
<workingDirectory>${basedir}</workingDirectory>
|
||||
<childDelegation>false</childDelegation>
|
||||
<runOrder>random</runOrder>
|
||||
<useFile>false</useFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- Global build settings -->
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.assembly}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<overWriteReleases>false</overWriteReleases>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-clean-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.clean}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.compiler}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<source>${java.version.source}</source>
|
||||
<target>${java.version.target}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<optimize>false</optimize>
|
||||
<debug>true</debug>
|
||||
<showDeprecation>true</showDeprecation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.dependency}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.deploy}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ear-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ear}</version>
|
||||
<configuration>
|
||||
<defaultJavaBundleDir>/</defaultJavaBundleDir>
|
||||
<displayName>${project.name}</displayName>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-ejb-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.ejb}</version>
|
||||
<configuration>
|
||||
<generateClient>true</generateClient>
|
||||
<ejbVersion>${java.ejb.version}</ejbVersion>
|
||||
<clientExcludes>
|
||||
<clientExclude>META-INF/*.xml</clientExclude>
|
||||
<clientExclude>**/ejb/*Bean.class</clientExclude>
|
||||
</clientExcludes>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addClasspath>true</addClasspath>
|
||||
<useUniqueVersions>false</useUniqueVersions>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.install}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.jar}</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.resources}</version>
|
||||
<configuration>
|
||||
<!-- Workaround for bug reported with MRESOURCES-104 -->
|
||||
<useDefaultDelimiters>false</useDefaultDelimiters>
|
||||
<delimiters>
|
||||
<delimiter>${*}</delimiter>
|
||||
</delimiters>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.source}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-sources</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>jar-no-fork</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
<manifest>
|
||||
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
|
||||
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
|
||||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>${version.org.apache.maven.plugins.surefire}</version>
|
||||
<extensions>true</extensions>
|
||||
<!-- We set a forkMode -->
|
||||
<configuration>
|
||||
<forkMode>once</forkMode>
|
||||
<argLine>-Xms64m -Xmx128m</argLine>
|
||||
<workingDirectory>${basedir}</workingDirectory>
|
||||
<childDelegation>false</childDelegation>
|
||||
<runOrder>random</runOrder>
|
||||
<useFile>false</useFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>${version.org.codehaus.mojo.build-helper-plugin}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>build-helper-maven-plugin</artifactId>
|
||||
<version>${version.org.codehaus.mojo.build-helper-plugin}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>application</artifactId>
|
||||
<version>${version.application}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>${version.delegate}</version>
|
||||
</dependency>
|
||||
<!-- not required for example
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<type>ejb</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>application</artifactId>
|
||||
<version>${version.application}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>delegate</artifactId>
|
||||
<version>${version.delegate}</version>
|
||||
</dependency>
|
||||
<!-- not required for example
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<type>ejb</type>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>bugs.maven.issue</groupId>
|
||||
<artifactId>ejb</artifactId>
|
||||
<version>${version.ejb}</version>
|
||||
<classifier>client</classifier>
|
||||
<type>ejb-client</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>${version.commons-lang}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>${version.commons-lang}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<!-- Define properties for better consistency -->
|
||||
<properties>
|
||||
<!-- ==== -->
|
||||
<!-- Java -->
|
||||
<!-- === =-->
|
||||
<java.version.source>1.6</java.version.source>
|
||||
<java.version.target>1.6</java.version.target>
|
||||
<java.ejb.version>2.1</java.ejb.version>
|
||||
<!-- Define properties for better consistency -->
|
||||
<properties>
|
||||
<!-- ==== -->
|
||||
<!-- Java -->
|
||||
<!-- === =-->
|
||||
<java.version.source>1.6</java.version.source>
|
||||
<java.version.target>1.6</java.version.target>
|
||||
<java.ejb.version>2.1</java.ejb.version>
|
||||
|
||||
<!-- ======= -->
|
||||
<!-- Plugins -->
|
||||
<!-- ======= -->
|
||||
<version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
|
||||
<version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
|
||||
<version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
|
||||
<version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
|
||||
<version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
|
||||
<version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
|
||||
<version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
|
||||
<version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
|
||||
<version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
|
||||
<version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
|
||||
<version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
|
||||
<version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
|
||||
<!-- ======= -->
|
||||
<!-- Plugins -->
|
||||
<!-- ======= -->
|
||||
<version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
|
||||
<version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
|
||||
<version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
|
||||
<version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
|
||||
<version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
|
||||
<version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
|
||||
<version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
|
||||
<version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
|
||||
<version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
|
||||
<version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
|
||||
<version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
|
||||
<version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
|
||||
|
||||
<version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
|
||||
<version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
|
||||
|
||||
<!-- ============ -->
|
||||
<!-- Dependencies -->
|
||||
<!-- ============ -->
|
||||
<version.application>1-SNAPSHOT</version.application>
|
||||
<version.delegate>1</version.delegate>
|
||||
<version.ejb>2-SNAPSHOT</version.ejb>
|
||||
<!-- ============ -->
|
||||
<!-- Dependencies -->
|
||||
<!-- ============ -->
|
||||
<version.application>1-SNAPSHOT</version.application>
|
||||
<version.delegate>1</version.delegate>
|
||||
<version.ejb>2-SNAPSHOT</version.ejb>
|
||||
|
||||
<version.commons-lang>2.6</version.commons-lang>
|
||||
<version.commons-lang>2.6</version.commons-lang>
|
||||
|
||||
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
|
@ -59,11 +59,11 @@ under the License.
|
|||
<goal>resolve-one-dependency</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<scope>compile</scope>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>dependency</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>wsdl</type>
|
||||
<scope>compile</scope>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>dependency</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>wsdl</type>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
@ -44,38 +44,38 @@ under the License.
|
|||
<id>createWsdl</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.its.plugins</groupId>
|
||||
<artifactId>maven-it-plugin-artifact</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-artifacts</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>attach</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<attachedFile>notmuch.wsdl</attachedFile>
|
||||
<artifactType>wsdl</artifactType>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>install</id>
|
||||
<phase>generate-resources</phase>
|
||||
<configuration>
|
||||
<pomFile>pom.xml</pomFile>
|
||||
<!-- borrow the POM as the main artifact -->
|
||||
<mainFile>pom.xml</mainFile>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>set</goal>
|
||||
<goal>attach-pom</goal>
|
||||
<goal>install</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.its.plugins</groupId>
|
||||
<artifactId>maven-it-plugin-artifact</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>attach-artifacts</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>attach</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<attachedFile>notmuch.wsdl</attachedFile>
|
||||
<artifactType>wsdl</artifactType>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>install</id>
|
||||
<phase>generate-resources</phase>
|
||||
<configuration>
|
||||
<pomFile>pom.xml</pomFile>
|
||||
<!-- borrow the POM as the main artifact -->
|
||||
<mainFile>pom.xml</mainFile>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>set</goal>
|
||||
<goal>attach-pom</goal>
|
||||
<goal>install</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
|
|
|
@ -24,10 +24,11 @@ import org.apache.maven.its.mng5581.lifecyclemappingdelegate.basic.BasicClass;
|
|||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class ModuleBTest {
|
||||
|
||||
@Test
|
||||
public void testBasic() {
|
||||
Assert.assertNotNull(new BasicClass().toString());
|
||||
}
|
||||
public class ModuleBTest
|
||||
{
|
||||
@Test
|
||||
public void testBasic()
|
||||
{
|
||||
Assert.assertNotNull(new BasicClass().toString());
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<enforcer.skip>true</enforcer.skip>
|
||||
<enforcer.skip>true</enforcer.skip>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<!-- <enforcer.skip>true</enforcer.skip> -->
|
||||
<!-- <enforcer.skip>true</enforcer.skip> -->
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<enforcer.skip>true</enforcer.skip>
|
||||
<enforcer.skip>true</enforcer.skip>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -22,11 +22,11 @@ under the License.
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<parent>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>module-1</artifactId>
|
||||
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-2</artifactId>
|
||||
<parent>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-2</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>module-1</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>module-1</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,56 +1,56 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-3</artifactId>
|
||||
<parent>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-3</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>module-2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
|
||||
<artifactId>module-2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>assemblies</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>jar-with-prod.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>assemblies</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>jar-with-prod.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -29,7 +29,7 @@ under the License.
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<revision>1.3.0-SNAPSHOT</revision>
|
||||
<revision>1.3.0-SNAPSHOT</revision>
|
||||
</properties>
|
||||
<build>
|
||||
<pluginManagement><!-- see bootstrap for plugins versions -->
|
||||
|
|
|
@ -22,11 +22,11 @@ under the License.
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>mng-6057-check-reactor-order</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<parent>
|
||||
<groupId>mng-6057-check-reactor-order</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>module-1</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -23,11 +23,11 @@ under the License.
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>mng-6057-check-reactor-order</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<parent>
|
||||
<groupId>mng-6057-check-reactor-order</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-2</artifactId>
|
||||
|
||||
<dependencies>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -22,11 +22,11 @@ under the License.
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<parent>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>module-1</artifactId>
|
||||
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-2</artifactId>
|
||||
<parent>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-2</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>module-1</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>module-1</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,57 +1,57 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
license agreements. See the NOTICE file distributed with this work for additional
|
||||
information regarding copyright ownership. The ASF licenses this file to
|
||||
you under the Apache License, Version 2.0 (the "License"); you may not use
|
||||
this file except in compliance with the License. You may obtain a copy of
|
||||
the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
|
||||
by applicable law or agreed to in writing, software distributed under the
|
||||
License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
|
||||
OF ANY KIND, either express or implied. See the License for the specific
|
||||
language governing permissions and limitations under the License. -->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-3</artifactId>
|
||||
<parent>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>base-project</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<artifactId>module-3</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>module-2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>mng-6090-ci-friendly</groupId>
|
||||
<artifactId>module-2</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>assemblies</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>jar-with-prod.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>assemblies</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>jar-with-prod.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -29,7 +29,7 @@ under the License.
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<revision>1.3.0-SNAPSHOT</revision>
|
||||
<revision>1.3.0-SNAPSHOT</revision>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>module-3</module>
|
||||
|
|
|
@ -36,7 +36,7 @@ under the License.
|
|||
</distributionManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.its.mng6240</groupId>
|
||||
<artifactId>plugin-extension</artifactId>
|
||||
<version>1.0</version>
|
||||
|
|
|
@ -18,9 +18,9 @@ under the License.
|
|||
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9-MNG6656-SNAPSHOT</version>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9-MNG6656-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -24,8 +24,8 @@ under the License.
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
</parent>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -43,7 +43,7 @@ under the License.
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.0</version>
|
||||
</plugin>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -18,9 +18,9 @@ under the License.
|
|||
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9-MNG6957-SNAPSHOT</version>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.9-MNG6957-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -18,9 +18,9 @@ under the License.
|
|||
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<version>0.9-MNG6957-SNAPSHOT</version>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<version>0.9-MNG6957-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>utils-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -24,8 +24,8 @@ under the License.
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
</parent>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
|
@ -24,8 +24,8 @@ under the License.
|
|||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
<groupId>org.sonatype.mavenbook.multi</groupId>
|
||||
<artifactId>simple-parent</artifactId>
|
||||
</parent>
|
||||
<artifactId>utils-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
|
Loading…
Reference in New Issue