mirror of https://github.com/apache/archiva.git
o add a script to run the m1 to m2 conversion using the archiva code
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@471153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
765e78ef3b
commit
55dd88e382
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
java -jar archiva-cli-1.0-SNAPSHOT-cli.jar -c \
|
||||
-o /home/maven/repository-staging/to-ibiblio/maven \
|
||||
-n /home/maven/repository-staging/to-ibiblio/maven2-repoclean \
|
||||
-b **/*.pom,**/activation/**,**/javamail/**,**/jaxm/**,**/jaxp/**,**/jaxrpc/**,**/jca/**,**/jce/**,**/jdbc/**,**/jdo/**,**/jms/**,**/jndi/**,**/saaj/**
|
Loading…
Reference in New Issue