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 (JIRA)" <ji...@apache.org> on 2012/12/12 21:12:20 UTC

[jira] [Updated] (STANBOL-510) Metaxa engine uses dependencies from third party repositories

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

Fabian Christ updated STANBOL-510:
----------------------------------

    Component/s:     (was: Enhancer)
                 Engine - Metaxa
    
> Metaxa engine uses dependencies from third party repositories
> -------------------------------------------------------------
>
>                 Key: STANBOL-510
>                 URL: https://issues.apache.org/jira/browse/STANBOL-510
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Engine - Metaxa
>            Reporter: Fabian Christ
>            Assignee: Walter Kasper
>              Labels: Dependencies, Repository
>
> The Metaxa engine currently configures the following repos in its POM
>   <repositories>
>     <repository>
>       <releases>
>         <enabled>true</enabled>
>       </releases>
>       <snapshots>
>         <enabled>false</enabled>
>       </snapshots>
>       <id>aduna-opensource.releases</id>
>       <name>Aduna Open Source - Maven releases</name>
>       <url>http://repo.aduna-software.org/maven2/releases</url>
>     </repository>
>     <repository>
>       <releases>
>         <enabled>true</enabled>
>         <updatePolicy>never</updatePolicy>
>       </releases>
>       <snapshots>
>         <enabled>false</enabled>
>       </snapshots>
>       <id>aperture-repo</id>
>       <name>Aperture Dependencies Repo</name>
>       <url>http://aperture.sourceforge.net/maven/</url>
>     </repository>
>     <repository>
>       <releases>
>         <enabled>true</enabled>
>         <updatePolicy>never</updatePolicy>
>       </releases>
>       <snapshots>
>         <enabled>false</enabled>
>       </snapshots>
>       <id>dfki-lt-repo</id>
>       <name>DFKI LT Repository</name>
>       <url>http://www.dfki.de/~kasper/IKS/maven</url>
>     </repository>
>   </repositories>
> Those repos need to be removed and all used artifacts need to be available via the Maven central repository. Otherwise is the Metaxa engine not releasable according to the Apache release policy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira