Author: veithen
Date: Thu Dec 27 18:22:12 2018
New Revision: 1849801
URL: http://svn.apache.org/viewvc?rev=1849801&view=rev
Log:
Avoid using the parent POM in integration tests.
Modified:
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/it/AXIS2-5782/pom.xml
Modified:
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/it/AXIS2-5782/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/it/AXIS2-5782/pom.xml?rev=1849801&r1=1849800&r2=1849801&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/it/AXIS2-5782/pom.xml
(original)
+++
axis/axis2/java/core/trunk/modules/tool/axis2-repo-maven-plugin/src/it/AXIS2-5782/pom.xml
Thu Dec 27 18:22:12 2018
@@ -19,12 +19,9 @@
-->
<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>@pom.groupId@</groupId>
- <artifactId>axis2</artifactId>
- <version>@pom.version@</version>
- </parent>
+ <groupId>test</groupId>
<artifactId>test</artifactId>
+ <version>1</version>
<dependencies>
<dependency>
<groupId>@pom.groupId@</groupId>