Thank you for your help !

I've puppetized that ...

Regards

Patrice

Le 06/05/2013 01:05, Olivier Lamy a écrit :
Hi,
ROOT Context is now / since 1.4-M3.
If you still want to use /archiva have a look at how to configure that
here http://archiva.apache.org/docs/1.4-M3/adminguide/standalone.html

HTH,
--
Olivier

2013/5/5 Patrice Ringot <[email protected]>:
Hello,

I am currently testing Archiva 1.4x (standalone mode with the new UI), and I
noticed that I have to change the access path to the repositories in the
maven settings.xml file and probably in all of my poms that refer to them
(for example, in the distributionManagement tags).

For instance, instead of using a path which begins by "archiva" in 1.3.x:

         <mirrors>
                 <mirror>
                         <id>archiva.central</id>
<url>http://${env.ARTIFACTS_REPOSITORY_HOST}:${env.ARTIFACTS_REPOSITORY_PORT}/archiva/repository/internal</url>
<mirrorOf>*,!internal,!snapshots</mirrorOf>
                 </mirror>
         </mirrors>

I have to use a path which begins directly by "repository":

         <mirrors>
                 <mirror>
                         <id>archiva.central</id>
<url>http://${env.ARTIFACTS_REPOSITORY_HOST}:${env.ARTIFACTS_REPOSITORY_PORT}/repository/internal</url>
<mirrorOf>*,!internal,!snapshots</mirrorOf>
                 </mirror>
         </mirrors>

Did I miss something, a parameter ?

Regards

Patrice



Reply via email to