[
http://jira.amdatu.org/jira/browse/AMDATU-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10101#action_10101
]
Ivo Ladage - van Doorn commented on AMDATU-107:
-----------------------------------------------
@Marcel; integration tests are already moved to a separate project. That does
resolve the issue when you run a 'mvn install'. However, the point is that it
should also work in a reactor build, for example when running 'mvn verify'. The
Felix dependency manager doesn't compile when running in reactor mode:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.felix:org.apache.felix.dependencymanager:jar:3.0.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.felix
-DartifactId=org.apache.felix.dependencymanager -Dversion=3.0.
0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.felix
-DartifactId=org.apache.felix.dependencymanager -Dversion=3.0.0-
SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1)
org.apache.felix:org.apache.felix.dependencymanager.shell:bundle:3.0.0-SNAPSHOT
2)
org.apache.felix:org.apache.felix.dependencymanager:jar:3.0.0-SNAPSHOT
----------
1 required artifact is missing.
Please continue any further discussion regarding -1- (reactor build) in
http://jira.amdatu.org/jira/browse/AMDATU-120
> Refactor integration tests in test-bundles module to start using Pax Exam
> framework
> -----------------------------------------------------------------------------------
>
> Key: AMDATU-107
> URL: http://jira.amdatu.org/jira/browse/AMDATU-107
> Project: Amdatu
> Issue Type: Improvement
> Components: Testing
> Affects Versions: 0.0.4
> Reporter: Ivo Ladage - van Doorn
> Assignee: Ivo Ladage - van Doorn
> Fix For: 0.0.5
>
>
> See http://wiki.ops4j.org/display/paxexam/Pax+Exam
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.amdatu.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira