You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Fabian Christ (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/27 18:40:48 UTC

[jira] [Resolved] (STANBOL-516) Enhancer Jobs web defines its own repositories

     [ https://issues.apache.org/jira/browse/STANBOL-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Christ resolved STANBOL-516.
-----------------------------------

    Resolution: Fixed

Removed the repo config as it was neither used nor necessary.
                
> 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
>            Assignee: Fabian Christ
>              Labels: Repository
>
> 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