You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Witek (JIRA)" <ji...@apache.org> on 2016/05/15 12:07:12 UTC

[jira] [Updated] (ARIES-1549) Aries can't build from fresh sorce clone

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

Witek updated ARIES-1549:
-------------------------
    Component/s: Blueprint

> Aries can't build from fresh sorce clone
> ----------------------------------------
>
>                 Key: ARIES-1549
>                 URL: https://issues.apache.org/jira/browse/ARIES-1549
>             Project: Aries
>          Issue Type: Bug
>          Components: Blueprint
>            Reporter: Witek
>            Priority: Minor
>              Labels: easyfix, maven
>
> h4. Description
> Steps to reproduce
> 1. clean local maven repository from aries artifacts
> 2. git clone source code from {{git://git.apache.org/aries.git}}
> 3. run {{mvn clean install}} in top-level folder
> *actual:* build failure
> *expected:* successful installation
> h4. Proposed Fix:
> There is dependency in *org.apache.aries.blueprint* module:
> {code}
> <dependency>
>     <groupId>org.apache.aries.blueprint</groupId>
>     <artifactId>org.apache.aries.blueprint.core</artifactId>
>     <version>1.6.1-SNAPSHOT</version>
>     <scope>provided</scope>
> </dependency>
> {code}
> The version should be probably changed to 1.6.2 (last released) or 1.6.3-SNAPSHOT (current)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)