If it works on your local machine, you should do the same configuration on
the Hudson machine. The distMngmt section is not the one though. Here's from
the Nexus book, just switch some urls for Archiva:
http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-group.html

/Anders

On Fri, Aug 20, 2010 at 07:22, Naresh <naresh_gambirapu...@adp.com> wrote:

>
> Hi Experts,
>
> I have configured parent pom.xml to use the internal repository which i
> have
> created it with apache Archiva. My Pom looks like
>
> < distributionManagement>
>
> < repository>
>
> < id>internal< /id>
>
> < url>dav:http://x.x.x.x:9090/archiva/repository/internal< /url>
>
> < /repository>
>
> < /distributionManagement>
>
> I am trying to execute the same from the Hudson. But when it tries to
> download any missing plugin it still tries to download from central
> repo1.maven.org. For your information i have all the plugins configured in
> my internal repo.
>
> Regards
> Naresh
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/How-to-force-Maven-to-use-the-internal-repository-tp2641805p2641805.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to