]
ivan mckinley commented on RTGOV-399:
-------------------------------------
Works now.
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: