[weld-dev] Temporary workaround for build

Pete Muir pmuir at redhat.com
Mon Oct 12 17:07:23 EDT 2009


All,

Until Sonatype verify our artifacts and sync them to the Maven central  
repo, please add this to ~/.m2/settings.xml

<settings>
    ...
    <profiles>
       ...
       <profile>
          <id>jboss-releases</id>
          <repositories>
             <repository>
                <id>oss.sonatype.org/jboss-releases</id>
                <releases>
                   <enabled />
                </releases>
                <url>http://oss.sonatype.org/content/repositories/ 
jboss-releases</url>
             </repository>
          </repositories>
       </profile>
    </profiles>
</settings>

and run the build with the -Pjboss-releases option


More information about the weld-dev mailing list