PR: MAVEN-1691
Use our own jelly to solve the tag caching bug in 1.0. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@423988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53b98e0d8b
commit
35fbdff10c
@ -177,9 +177,9 @@
|
|||||||
<version>0.1.27</version>
|
<version>0.1.27</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -155,9 +155,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -52,9 +52,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -130,9 +130,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -63,7 +63,7 @@ maven.jar.commons-codec=1.2
|
|||||||
maven.jar.commons-collections=3.0
|
maven.jar.commons-collections=3.0
|
||||||
maven.jar.commons-httpclient=3.0
|
maven.jar.commons-httpclient=3.0
|
||||||
maven.jar.commons-io=1.2
|
maven.jar.commons-io=1.2
|
||||||
maven.jar.commons-jelly=1.0
|
maven.jar.commons-jelly=1.0.1-20060717
|
||||||
maven.jar.commons-jelly-tags-ant=1.1
|
maven.jar.commons-jelly-tags-ant=1.1
|
||||||
maven.jar.commons-jelly-tags-define=1.0
|
maven.jar.commons-jelly-tags-define=1.0
|
||||||
maven.jar.commons-jelly-tags-util=1.1.1
|
maven.jar.commons-jelly-tags-util=1.1.1
|
||||||
|
|||||||
@ -133,9 +133,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -114,9 +114,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<url>http://jakarta.apache.org/commons/jelly/</url>
|
<url>http://jakarta.apache.org/commons/jelly/</url>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
|
|||||||
@ -76,9 +76,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
@ -104,9 +104,9 @@
|
|||||||
<version>20020711</version>
|
<version>20020711</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<url>http://jakarta.apache.org/commons/jelly/</url>
|
<url>http://jakarta.apache.org/commons/jelly/</url>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
|
|||||||
@ -191,9 +191,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-jelly</groupId>
|
<groupId>maven</groupId>
|
||||||
<artifactId>commons-jelly</artifactId>
|
<artifactId>commons-jelly</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0.1-20060717</version>
|
||||||
<properties>
|
<properties>
|
||||||
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
<comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
|
||||||
</properties>
|
</properties>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user