[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-243) Dependencies does not find remote repositories set in settings.xml

jay shaughnessy (JIRA) jira-events at lists.jboss.org
Thu Jan 10 10:11:08 EST 2013


    [ https://issues.jboss.org/browse/SHRINKWRAP-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744869#comment-12744869 ] 

jay shaughnessy commented on SHRINKWRAP-243:
--------------------------------------------

Karel,

I upgraded our version to the Arquillian 1.0.3.Final bom, and the problem did not go away.  I thought this pulled in the 2.0.0.alpha-7 version of the resolver but looking more closely at the pom, I don't think it does.  I will have to play some dependency games in my pom to use the updated resolver.  I'll let you know the result...

                
> Dependencies does not find remote repositories set in settings.xml
> ------------------------------------------------------------------
>
>                 Key: SHRINKWRAP-243
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-243
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>          Components: ext-resolver
>            Reporter: Aslak Knutsen
>            Assignee: Karel Piwko
>             Fix For: 1.0.0-alpha-12
>
>
> Using activeDefault profiles in settings.xml does not seem to be included in the remote repository resolution in Dependencies.
> e.g. 
> .m2/settings.xml
> <profiles>
>         <profile>
>                 <activation>
>                         <activeByDefault>true</activeByDefault>
>                 </activation>
> <repositories>
>     <repository>
>       <id>jboss-public-repository-group</id>
>       <name>JBoss Public Repository Group</name>
>       <url>http://repository.jboss.org/nexus/content/groups/public/</url>
>       <layout>default</layout>
>       <releases>
>         <enabled>true</enabled>
>         <updatePolicy>never</updatePolicy>
>       </releases>
>       <snapshots>
>         <enabled>true</enabled>
>         <updatePolicy>never</updatePolicy>
>       </snapshots>
>     </repository>
>   </repositories>
>   <pluginRepositories>
>     <pluginRepository>
>       <id>jboss-public-repository-group</id>
>       <name>JBoss Public Repository Group</name>
>       <url>http://repository.jboss.org/nexus/content/groups/public/</url>
>       <releases>
>         <enabled>true</enabled>
>       </releases>
>       <snapshots>
>         <enabled>true</enabled>
>       </snapshots>
>     </pluginRepository>
>   </pluginRepositories>
>         </profile>
> </profiles>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list