[
https://issues.jboss.org/browse/RTGOV-399?page=com.atlassian.jira.plugin....
]
ivan mckinley commented on RTGOV-399:
-------------------------------------
The original problem resolved with your suggestion. Unfortunately it still encounters a
dependency issue.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Overlord RTGov::Release::Karaf .................... SUCCESS [1.760s]
[INFO] Overlord RTGov::Release::Karaf::DS ................ SUCCESS [0.182s]
[INFO] Overlord RTGov::Release::Karaf::DS::Activity Store JPA H2 SUCCESS [11.782s]
[INFO] Overlord RTGov::Release::Karaf::Features .......... FAILURE [1:34.959s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:54.594s
[INFO] Finished at: Tue Mar 18 10:49:12 CET 2014
[INFO] Final Memory: 28M/295M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project features: Could not resolve dependencies for
project org.overlord.rtgov.release.karaf:features:jar:2.0.0-SNAPSHOT: Could not find
artifact org.overlord.rtgov.karaf.ds:activity-store-jpa-h2:jar:2.0.0-SNAPSHOT in
jboss-public-repository-group (
https://repository.jboss.org/nexus/content/groups/public/)
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
Karaf features module. maven build fails due to missing dependencies
--------------------------------------------------------------------
Key: RTGOV-399
URL:
https://issues.jboss.org/browse/RTGOV-399
Project: RTGov (Run Time Governance)
Issue Type: Feature Request
Affects Versions: 2.0.0.M1
Reporter: ivan mckinley
Assignee: Gary Brown
A "mvn clean install" fail on the karaf/feature module with the following maven
message, [1]
Reason
- commons-digester does not have a version defined in parent bom
jboss-integration-platform-parent 6.0.0-SNAPSHOT
- org.jboss.marshalling:jboss-marshalling-osgi:jar . is not defined in parent bom
[1]Maven build
mvn install
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.overlord.rtgov.release.karaf:features:2.0.0-SNAPSHOT
(/Users/imckinle/jboss/Overlord/rtgov/release/karaf/features/pom.xml) has 2 errors
[ERROR] 'dependencies.dependency.version' for
commons-digester:commons-digester:jar is missing. @ line 288, column 15
[ERROR] 'dependencies.dependency.version' for
org.jboss.marshalling:jboss-marshalling-osgi:jar is missing. @ line 340, column 15
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira