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

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

Jean-Baptiste Onofré reassigned ARIES-1549:
-------------------------------------------

    Assignee: Jean-Baptiste Onofré

> 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
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>              Labels: easyfix, maven
>
> h4. Description
> Steps to reproduce
> 1. move aries artifacts outside local maven repository (into some _backup_ location)
> 2. git clone source code from {{git://git.apache.org/aries.git}}
> 3. run {{mvn clean install -Dmaven.test.skip}} inside {{blueprint}} 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)