diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-07-29 08:41:34 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-07-29 08:41:34 +0000 |
commit | 57a95feef7e415bcfb5695a982ddaa3924ea7212 (patch) | |
tree | cb598f9a30ed7613c94058a480998ee9c5cdeae2 /archiva-cli/pom.xml | |
parent | 7b15e3da49464440b849efe72b65a354f29a9b85 (diff) | |
download | archiva-57a95feef7e415bcfb5695a982ddaa3924ea7212.tar.gz archiva-57a95feef7e415bcfb5695a982ddaa3924ea7212.zip |
[MRM-1141] archiva-cli no longer works
o merge spring.handlers of spring-context and plexus-spring
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@798809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-cli/pom.xml')
-rw-r--r-- | archiva-cli/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archiva-cli/pom.xml b/archiva-cli/pom.xml index 78721811c..95ac68b44 100644 --- a/archiva-cli/pom.xml +++ b/archiva-cli/pom.xml @@ -75,7 +75,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>1.0.1</version> + <version>1.2.1</version> <executions> <execution> <phase>package</phase> @@ -85,6 +85,9 @@ <configuration> <finalName>apache-archiva-cli-${project.version}</finalName> <transformers> + <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> + <resource>META-INF/spring.handlers</resource> + </transformer> <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" /> </transformers> <artifactSet> |