[
https://issues.apache.org/jira/browse/STANBOL-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alessandro Adamou updated STANBOL-516:
--------------------------------------
Component/s: (was: Enhancer)
Commons
Description:
The comons/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.
was:
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.
Summary: Commons Jobs web defines its own repositories (was: Enhancer
Jobs web defines its own repositories)
> Commons Jobs web defines its own repositories
> ---------------------------------------------
>
> Key: STANBOL-516
> URL: https://issues.apache.org/jira/browse/STANBOL-516
> Project: Stanbol
> Issue Type: Bug
> Components: Commons
> Reporter: Fabian Christ
> Assignee: Fabian Christ
> Labels: Repository
>
> The comons/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