default pom.xml created by switchyard adds this:
<repositories>
<repository>
<id>jboss-public-repository</id>
<name>JBoss Public Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository</id>
<name>JBoss Public Maven Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
</pluginRepository>
</pluginRepositories>
This shouldn't be done - it should be setup by users in settings.xml if anything.
Main concern here is that these jboss.org repositories are not okey when used by product. Here it should come from users own repository or from maven.repository.redhat.com.
JBoss Tools maven wizards exists to let users fix their settings.xml - maybe do similar or use that ?
In any case, can't add these into a supported product example afaics.
|