[jboss-jira] [JBoss JIRA] Assigned: (JBBUILD-599) repository blacklisted messages with new Nexus repo

Emmanuel Bernard (JIRA) jira-events at lists.jboss.org
Tue Apr 20 07:54:49 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBBUILD-599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bernard reassigned JBBUILD-599:
----------------------------------------

    Assignee: Paul Gier


> repository blacklisted messages with new Nexus repo
> ---------------------------------------------------
>
>                 Key: JBBUILD-599
>                 URL: https://jira.jboss.org/jira/browse/JBBUILD-599
>             Project: JBoss Build System
>          Issue Type: Bug
>          Components: Artifact Repositories
>            Reporter: Emmanuel Bernard
>            Assignee: Paul Gier
>
> I've updated my settings.xml and see weird errors when building my projects (Hibernate Search in this case)
> {code}
> [INFO] Scanning for projects...
> [INFO] artifact org.eclipse.wst.css:core: checking for updates from jboss-public-repository-group
> [WARNING] repository metadata for: 'artifact org.eclipse.wst.css:core' could not be retrieved from repository: jboss-public-repository-group due to an error: Authorization failed: Access denied to: https://repository.jboss.org/nexus/content/groups/developer/org/eclipse/wst/css/core/maven-metadata.xml
> [INFO] Repository 'jboss-public-repository-group' will be blacklisted
> [INFO] artifact org.eclipse.wst.css:core: checking for updates from twdata-m2-repository
> [WARNING] repository metadata for: 'artifact org.eclipse.wst.css:core' could not be retrieved from repository: twdata-m2-repository due to an error: Authorization failed: Access denied to: https://repository.jboss.org/nexus/content/groups/developer/org/eclipse/wst/css/core/maven-metadata.xml
> [INFO] Repository 'twdata-m2-repository' will be blacklisted
> [INFO] artifact org.eclipse.wst.css:core: checking for updates from jboss-public-repository-group
> [WARNING] repository metadata for: 'artifact org.eclipse.wst.css:core' could not be retrieved from repository: jboss-public-repository-group due to an error: Authorization failed: Access denied to: https://repository.jboss.org/nexus/content/groups/developer/org/eclipse/wst/css/core/maven-metadata.xml
> [INFO] Repository 'jboss-public-repository-group' will be blacklisted
> [INFO] artifact org.eclipse.wst.css:core: checking for updates from repository.jboss.com
> [WARNING] repository metadata for: 'artifact org.eclipse.wst.css:core' could not be retrieved from repository: repository.jboss.com due to an error: Authorization failed: Access denied to: https://repository.jboss.org/nexus/content/groups/developer/org/eclipse/wst/css/core/maven-metadata.xml
> [INFO] Repository 'repository.jboss.com' will be blacklisted
> [INFO] artifact org.eclipse.wst.css:core: checking for updates from maven-repository.dev.java.net
> [WARNING] repository metadata for: 'artifact org.eclipse.wst.css:core' could not be retrieved from repository: maven-repository.dev.java.net due to an error: Authorization failed: Access denied to: https://repository.jboss.org/nexus/content/groups/developer/org.eclipse.wst.css/poms/maven-metadata.xml
> [INFO] Repository 'maven-repository.dev.java.net' will be blacklisted
> [INFO] artifact org.eclipse.wst.css:core: checking for updates from central
> [WARNING] repository metadata for: 'artifact org.eclipse.wst.css:core' could not be retrieved from repository: central due to an error: Authorization failed: Access denied to: https://repository.jboss.org/nexus/content/groups/developer/org/eclipse/wst/css/core/maven-metadata.xml
> [INFO] Repository 'central' will be blacklisted
> {code}
> Here is my settings.xml for info
> {code}
> <?xml version="1.0"?>
> <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://maven.apache.org/xsd/settings-1.0.0.xsd">
>     <interactiveMode>true</interactiveMode>
>     <offline>false</offline>
>     <pluginGroups>
>     	<pluginGroup>org.jboss.maven.plugins</pluginGroup>
>         <pluginGroup>org.twdata.maven</pluginGroup>
>     </pluginGroups>
>     <activeProfiles>
>     	<activeProfile>jboss-public-repository</activeProfile>
> 	</activeProfiles>
>     <profiles>
> 	    <profile>
> 			<id>jboss-public-repository</id>
> 			<properties>
>                 <maven.repository.root>/Users/manu/projects/notbackedup/repository.jboss.org</maven.repository.root>
>                 <jdk16_home>/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/</jdk16_home>
>             </properties>
> 	      	<repositories>
> 		        <repository>
> 			        <id>jboss-public-repository-group</id>
> 			        <name>JBoss Public Maven Repository Group</name>
> 			        <url>https://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 Maven Repository Group</name>
> 	          		<url>https://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>
> 	        	</pluginRepository>
> 	        	<!-- Added compared to raw JBoss config -->
> 	        	<pluginRepository>
>                      <id>twdata-m2-repository</id>
>                      <name>twdata.org Maven 2 Repository</name>
>                      <url>http://twdata-m2-repository.googlecode.com/svn/</url>
>                  </pluginRepository>
> 			</pluginRepositories>
> 		</profile>
> 	</profiles>
>     <servers>
>        <server>
> 	      <id>jboss-developer-repository-group</id>
> 	      <!-- REDACTED -->
> 	    </server>
>     	<server>
> 	      <id>jboss-snapshots-repository</id>
> 	      <!-- REDACTED -->
> 	    </server>
>     	<server>
> 	      <id>jboss-releases-repository</id>
> 	      <!-- REDACTED -->
> 	    </server> 
>     </servers>
>     <mirrors>
> 		<mirror>
> 			<id>jboss-developer-repository-group</id>
> 			<mirrorOf>*,!jboss-deprecated</mirrorOf>
> 			<name>JBoss.org Developer Repository Group</name>
> 			<url>https://repository.jboss.org/nexus/content/groups/developer/</url>
> 	    </mirror>
> 	</mirrors>
> </settings>
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list