Are you using Artifactory plugin to resolve artifacts (there's a checkbox to
enable it in the job configuration)?

On Wed, Jun 8, 2011 at 18:48, tborthwick <[email protected]> wrote:

> We don't see any problem running maven from the command-line. It resolves
> everything from Artifactory correctly.
>
> We don't have any repository info in our poms except for
> distributionManagement. Our settings.xml file has these pluginRepos:
>
>                        <pluginRepositories>
>                                <pluginRepository>
>                                        <snapshots>
>                                                <enabled>false</enabled>
>                                        </snapshots>
>                                        <id>central</id>
>                                        <name>plugins-releases</name>
>                                        <url>http://<our
> server>/artifactory/plugins-releases</url>
>                                </pluginRepository>
>                                <pluginRepository>
>                                        <id>snapshots</id>
>                                        <name>plugins-snapshots</name>
>                                        <snapshots>
>                                                <enabled>true</enabled>
>
>  <updatePolicy>always</updatePolicy>
>                                        </snapshots>
>                                        <url>http://<our
> server>/artifactory/plugins-snapshots</url>
>                                </pluginRepository>
>                        </pluginRepositories>
>
> (I've just taken out our real server name for this email) and a mirror
>
>                <mirror>
>                        <mirrorOf>*</mirrorOf>
>                        <name>repo</name>
>                        <url>http://<our server>/artifactory/repo</url>
>                        <id>repo</id>
>                </mirror>
>
> (ps. sorry if this xml gets butchered)
>
> We have version 2.0.0 of the Jenkins Artifactory plugin. There is not much
> configuration one has to do for it, either at the server or job level, so
> I'm not sure where to look next.
>
>
> --
> View this message in context:
> http://forums.jfrog.org/Plugin-repositories-not-found-tp6450926p6454227.html
> Sent from the Artifactory - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to