[ https://jira.codehaus.org/browse/MNG-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
pankaj gupta updated MNG-5541: ------------------------------ Attachment: REL35-LIB80-JOB1-145.log pom.xml allStaging-build.xml Settings.xml content <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven. apache.org/SETTINGS/1.0.0 http://m aven.apache.org/xsd/settings-1.0.0.xsd"> <localRepository>${user.home}/.m2/repository</localRepository> <interactiveMode>true</interactiveMode> <usePluginRegistry>false</usePluginRegistry> <offline>false</offline> <pluginGroups> <pluginGroup>org.codehaus.mojo</pluginGroup> </pluginGroups> <servers> <server> <id>deployment</id> <username>admin</username> <password>admin123</password> <!--<privateKey>${user.home}/.ssh/id_dsa</privateKey> <passphrase>some_passphrase</passphrase>--> <filePermissions>664</filePermissions> <directoryPermissions>775</directoryPermissions> <configuration></configuration> </server> </servers> <mirrors> <mirror> <id>nexus</id> <mirrorOf>*</mirrorOf> <url>http://172.29.41.21:8081/nexus/content/groups/public</url> </mirror> </mirrors> <!-- <mirrors/>--> <proxies/> <profiles> <profile> <id>nexus</id> <!--Enable snapshots for the built in central repo to direct --> <!--all requests to nexus via the mirror --> <repositories> <!--all requests to nexus via the mirror --> <repositories> <repository> <id>Repo1 Maven</id> <url>http://repo1.maven.org/maven2/</url> <!--<url>http://central</url>--> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>thirdparty</id> <url>http://thirdparty</url> <releases> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </snapshots> </pluginRepository> </pluginRepositories> </profile> </profiles> <activeProfiles> <!--make the profile active all the time --> <activeProfile>nexus</activeProfile> </activeProfiles> <!-- <profiles/> <activeProfiles/>--> </settings> > Artifact are not getting downloaded from repository > --------------------------------------------------- > > Key: MNG-5541 > URL: https://jira.codehaus.org/browse/MNG-5541 > Project: Maven 2 & 3 > Issue Type: Bug > Components: Artifacts and Repositories > Reporter: pankaj gupta > Priority: Critical > Attachments: allStaging-build.xml, pom.xml, REL35-LIB80-JOB1-145.log > > > I was using bamboo server and nexus on single server and it was working fine. > Recently we shifted our bamboo server and nexus server to new machine. Now > both reside on different machine. So I changed my pom.xml to put nexus server > path and tried to run build.xml but everytime I am getting same error. I > contacted with bamboo and nexus both and they debug and found issue with > maven. > I am attaching all files here for reference. This is a very urgent issue from > past 12 days and it is holding our migration. Please look into this asap. -- 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