mirror of https://github.com/apache/maven.git
PR: MNG-2088
Antcall in ant-script plugins gives FileNotFoundException. Solved in plexus-ant-factory 1.0-alpha-2-SNAPSHOT. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@419664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
724e4f39f4
commit
fe2d9977bd
|
@ -17,7 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-ant-factory</artifactId>
|
||||
<version>1.0-alpha-1</version>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
|
|
Loading…
Reference in New Issue