Enhancer Jobs web defines its own repositories
----------------------------------------------
Key: STANBOL-516
URL: https://issues.apache.org/jira/browse/STANBOL-516
Project: Stanbol
Issue Type: Bug
Components: Enhancer
Reporter: Fabian Christ
The enhancer jobs web POM has
<repositories>
<!-- needed for jersey -->
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>repository-codehaus</id>
<name>Codehaus maven repository</name>
<url>http://repository.codehaus.org</url>
</repository>
<!-- needed for clerezza SNAPSHOT only -->
<repository>
<id>apache repository - snapshot repo</id>
<name>apache repository</name>
<url>https://repository.apache.org/content/repositories/snapshots</url>
</repository>
<repository>
<id>stlab-cnr-repo</id>
<url>http://stlab.istc.cnr.it/software/maven/repo</url>
</repository>
</repositories>
which needs to be removed and all artifacts have to be availabe via Maven
central to be releasable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira