Eric Wittmann created RTGOV-308:
-----------------------------------
Summary: Maven build failure due to a typo in kie-parent-with-dependencies
version 6.0.0.CR3
Key: RTGOV-308
URL:
https://issues.jboss.org/browse/RTGOV-308
Project: RTGov (Run Time Governance)
Issue Type: Bug
Reporter: Eric Wittmann
Assignee: Gary Brown
When building ep-drools in rtgov, I get the following error (using a clean .m2):
{code}
[INFO] ------------------------------------------------------------------------
[INFO] Building Overlord RTGov::Modules::Event Processor::EP Drools 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.272s
[INFO] Finished at: Thu Oct 31 10:10:43 EDT 2013
[INFO] Final Memory: 6M/147M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project ep-drools: Could not resolve dependencies for
project org.overlord.rtgov.event-processor:ep-drools:jar:2.0.0-SNAPSHOT:
Failed to collect dependencies for
[org.overlord.rtgov.common:rtgov-common:jar:2.0.0-SNAPSHOT (provided),
org.overlord.rtgov.event-processor:ep-core:jar:2.0.0-
SNAPSHOT (provided), org.drools:drools-core:jar:6.0.0.CR3 (provided),
org.drools:drools-compiler:jar:6.0.0.CR3 (provided), org.kie:kie-api:jar:6.0.0.CR3
(provid
ed), org.kie:kie-internal:jar:6.0.0.CR3 (provided),
org.codehaus.jackson:jackson-core-asl:jar:1.9.9 (provided),
org.codehaus.jackson:jackson-mapper-asl:jar:1.9.
9 (provided), org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final
(provided), org.overlord.rtgov.activity-management:activity:jar:2.0.0-SNAPSH
OT (test), junit:junit:jar:4.11 (test)]: Failed to read artifact descriptor for
org.drools:drools-core:jar:6.0.0.CR3: Failure to find org.jboss.integrationplatf
orm:jboss-integration-platform-bom:pom:6.0.0-20130823.165815-2 in
https://repository.jboss.org/nexus/content/groups/public/ was cached in the local
repository,
resolution will not be reattempted until the update interval of
jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
{code}
Notice this part of the above error:
{code}
Failed to read artifact descriptor for org.drools:drools-core:jar:6.0.0.CR3: Failure to
find
org.jboss.intregrationplatform:jboss-integration-platform-bom:pom:6.0.0-20130823.165815-2
{code}
And then notice that the groupId is "intregration". This was fixed in the
drools codebase, but obviously after CR3 was released.
The reference to "org.jboss.intregration" can be found in
kie-parent-with-dependencies version 6.0.0.CR3.
--
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