mirror of https://github.com/apache/archiva.git
o property for the conversion properties
o update the conversion script to use the property o rename the properties used for conversion to be clear o get rid of the java.net stuff until they clean their stuff up git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481124 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f1de58a278
commit
e318ff5750
|
@ -4,7 +4,7 @@ syncProperties=$1
|
|||
|
||||
. $syncProperties
|
||||
|
||||
$JAVA -jar archiva-cli-1.0-SNAPSHOT-cli.jar -c synchronize.properties
|
||||
$JAVA -jar archiva-cli-1.0-SNAPSHOT-cli.jar -c $CONVERSION_PROPERTIES
|
||||
|
||||
dir=/home/maven/repository-staging/to-ibiblio
|
||||
src=$dir/maven2-converted-from-maven1
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
sourceRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven-java.net
|
||||
targetRepositoryPath=/home/maven/repository-staging/to-ibiblio/maven2-repoclean
|
||||
blacklistedPatterns=**/*.pom
|
|
@ -6,6 +6,7 @@ export SYNC_TOOLS=$TOOLS_BASE/synchronize
|
|||
export SYNCOPATE=$SYNC_TOOLS/syncopate
|
||||
export M2_SYNC=$SYNC_TOOLS/m2-sync
|
||||
export REPOCLEAN=$TOOLS_BASE/m1-m2-conversion
|
||||
export CONVERSION_PROPERTIES=$REPOCLEAN/conversion.properties
|
||||
export M1_M2_REWRITE_RULES=$SYNC_TOOLS/m1-m2-mod-rewrite-rules.txt
|
||||
export SYNC_REPORTS=$HOME/repository-staging/to-ibiblio/reports/sync
|
||||
export IBIBLIO_SYNC_HOST=login.ibiblio.org
|
||||
|
|
Loading…
Reference in New Issue