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

Witek updated ARIES-1549:
-------------------------
    Description: 
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)

  was:
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}} 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)


> 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. 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)

Reply via email to