>>> ibiblio is required for the bootstrap. If you find in any other part of
>>> Maven that the remote repository is hard-wired patches are welcome.
I thought I gave a pretty detailed list in my original mail. (Line numbers
and everything)
Here it is again:
-Nick
---------------------------------------
/build-bootstrap.properties:
line 1: maven.get.jars.baseUrl = http://www.ibiblio.org/maven
I suspect that this case is unavoidable.
However, could we read in the default.properties as well?
---------------------------------------
/src/plugins-build/examples/exampleear-1.0/build.xml
line 135: <get dest="lib/commons-logging-1.0.2.jar" usetimestamp="true"
ignoreerrors="true" src
="
http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.2.jar
"></get>
line 137: <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors
="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar
"></get>
Should this be changed to:
<get dest="lib/commons-logging-1.0.2.jar" usetimestamp="true" ignoreerrors
="true" src="
${maven.repo.remote}/commons-logging/jars/commons-logging-1.0.2.jar"></get>
<get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src
="${maven.repo.remote}/junit/jars/junit-3.8.1.jar"></get>
?
---------------------------------------
/src/plugins-build/jar/plugin.jelly:
line 79: <ant:attribute name="${dep.artifactId}-Implementation-URL" value
="http://www.ibiblio.org/maven${artifact.urlPath}"/>
Should this be changed to:
<ant:attribute name="${dep.artifactId}-Implementation-URL" value="
${maven.repo.remote}/${artifact.urlPath}"/>
?
---------------------------------------
/src/plugins-build/plexus/plugin.jelly:
line 163: src="http://www.ibiblio.org/maven/plexus/jars/
${plexusPom.artifactId}-${plexusPom.currentVersion}.jar"
line 282: src="http://www.ibiblio.org/maven/plexus/jars/
${depPom.artifactId}-${depPom.currentVersion}.jar"
line 338: src="
http://www.ibiblio.org/maven/plexus/plexus-component.manifest"
line 370: src="http://www.ibiblio.org/maven/plexus/poms/${component}.pom"
FOR i 1 TO 5 DO SUBS(http://www.ibiblio.org/maven, ${maven.repo.remote})
?
---------------------------------------
/src/plugins-build/release/src/main/org/apache/maven/release/SnapshotResolver.java
/*
String url = getVariables().get( MavenConstants.REPO_REMOTE ) + "/" +
groupId + "/jars/" + artifactId + "-snapshot-version";
*/
line 124: String url = "http://www.ibiblio.org/maven/" + groupId + "/jars/"
+ artifactId + "-snapshot-version";
Should the commented-out code be uncommented back in?
---------------------------------------
This message and any attachments (the "message") is
intended solely for the addressees and is confidential.
If you receive this message in error, please delete it and
immediately notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not
therefore be liable for the message if modified.
---------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le
"message") sont etablis a l'intention exclusive de ses
destinataires et sont confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir
immediatement l'expediteur. Toute utilisation de ce
message non conforme a sa destination, toute diffusion
ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse. L'internet ne permettant pas
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]