o maven-plugin-testing-harness back out of the tools. See:
http://www.nabble.com/-Vote--Release-Maven-Plugin-Tools-projects-td15876907s177.html o using maven-plugin-testing-harness:1.1 git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@634979 13f79535-47bb-0310-9956-ffa450edef68master
parent
1b81facb3a
commit
8a09c3724d
|
|
@ -89,7 +89,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.shared</groupId>
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
<artifactId>maven-plugin-testing-harness</artifactId>
|
<artifactId>maven-plugin-testing-harness</artifactId>
|
||||||
<version>1.1</version>
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
16
pom.xml
16
pom.xml
|
|
@ -167,7 +167,6 @@
|
||||||
<module>maven-plugin-tools-beanshell</module>
|
<module>maven-plugin-tools-beanshell</module>
|
||||||
<module>maven-plugin-plugin</module>
|
<module>maven-plugin-plugin</module>
|
||||||
<module>maven-plugin-tools-model</module>
|
<module>maven-plugin-tools-model</module>
|
||||||
<module>maven-plugin-testing-harness</module>
|
|
||||||
<module>maven-plugin-tools-javadoc</module>
|
<module>maven-plugin-tools-javadoc</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|
@ -194,12 +193,6 @@
|
||||||
<artifactId>maven-plugin-tools-beanshell</artifactId>
|
<artifactId>maven-plugin-tools-beanshell</artifactId>
|
||||||
<version>${pluginToolsVersion}</version>
|
<version>${pluginToolsVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>org.apache.maven.shared</groupId>
|
|
||||||
<artifactId>maven-plugin-testing-harness</artifactId>
|
|
||||||
<version>${pluginTestingHarnessVersion}</version>
|
|
||||||
<scope>test</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<artifactId>maven-plugin-descriptor</artifactId>
|
<artifactId>maven-plugin-descriptor</artifactId>
|
||||||
|
|
@ -217,6 +210,13 @@
|
||||||
<artifactId>plexus-container-default</artifactId>
|
<artifactId>plexus-container-default</artifactId>
|
||||||
<version>1.0-alpha-9</version>
|
<version>1.0-alpha-9</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.shared</groupId>
|
||||||
|
<artifactId>maven-plugin-testing-harness</artifactId>
|
||||||
|
<version>${pluginTestingHarnessVersion}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|
@ -231,6 +231,6 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<pluginToolsVersion>2.2-SNAPSHOT</pluginToolsVersion>
|
<pluginToolsVersion>2.2-SNAPSHOT</pluginToolsVersion>
|
||||||
<pluginTestingHarnessVersion>1.2-SNAPSHOT</pluginTestingHarnessVersion>
|
<pluginTestingHarnessVersion>1.1</pluginTestingHarnessVersion>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue