[seam-dev] Update your module to use the JBoss Maven repository

Pete Muir pmuir at redhat.com
Fri Aug 6 12:34:48 EDT 2010


Also, please don't forget to update any documentation of web pages you have referencing Maven central or the oss.sonatype.org snapshot repository.

Thanks!

On 6 Aug 2010, at 17:32, Pete Muir wrote:

> Team,
> 
> I have updated the Seam parent POM to use the JBoss repository. Please update your Seam module to use the JBoss repository, by switching to using parent version 3.
> 
> You will also want to add this profile to your parent POM. It allows the module build to load stuff from the JBoss repository, including the Seam Parent POM...
> 
>  <profiles>
>      <profile>
>         <id>jboss-public-repository</id>
>         <activation>
>            <property>
>               <name>jboss-public-repository</name>
>               <value>!false</value>
>            </property>
>         </activation>
>         <repositories>
>            <repository>
>               <id>jboss-public-repository-group</id>
>               <name>JBoss Public Maven Repository Group</name>
>               <url>http://repository.jboss.org/nexus/content/groups/public</url>
>               <releases>
>                  <enabled>true</enabled>
>                  <updatePolicy>never</updatePolicy>
>               </releases>
>               <snapshots>
>                  <enabled>false</enabled>
>                  <updatePolicy>never</updatePolicy>
>               </snapshots>
>            </repository>
>         </repositories>
>         <pluginRepositories>
>            <pluginRepository>
>               <id>jboss-public-repository-group</id>
>               <name>JBoss Public Maven Repository Group</name>
>               <url>http://repository.jboss.org/nexus/content/groups/public</url>
>               <releases>
>                  <enabled>true</enabled>
>                  <updatePolicy>never</updatePolicy>
>               </releases>
>               <snapshots>
>                  <enabled>false</enabled>
>                  <updatePolicy>never</updatePolicy>
>               </snapshots>
>            </pluginRepository>
>         </pluginRepositories>
>      </profile>
>   </profiles>
> 
> Thanks!




More information about the seam-dev mailing list