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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Fri Jan 4 09:23:08 EST 2013


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

Karel Piwko commented on SHRINKWRAP-243:
----------------------------------------

Jay, 

I'm not able to find the commit in the repository, we migrated the project to standalone repo so maybe it was merged. However, it is possible that you hit another error related to settings.xml parsing, such as <mirror> support or activation based on file, etc. added later on. Can you provided more details about your test/settings.xml? 

Version 1.0.0-X as well as 1.1.0-X is obsolete. Can you migrate to 2.0.0-alpha-7 (https://community.jboss.org/wiki/HowToIAddMavenArtifactsToMyShrinkWrapArchives) and see if error still occurs there and if so, file a new jira with more details in SHRINKRES project?
                
> 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