You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rafa Haro (JIRA)" <ji...@apache.org> on 2015/06/25 19:04:04 UTC

[jira] [Closed] (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 ]

Rafa Haro closed STANBOL-510.
-----------------------------
    Resolution: Won't Fix

> 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: Enhancement Engines
>            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 was sent by Atlassian JIRA
(v6.3.4#6332)