Bug 1118115 - kie-eap-integration artifact GAV change fail IP assembly
Summary: kie-eap-integration artifact GAV change fail IP assembly
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Build and Assembly
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
medium
unspecified
Target Milestone: DR1
: 6.1.0
Assignee: Ryan Zhang
QA Contact: Marek Baluch
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-07-10 02:53 UTC by Ryan Zhang
Modified: 2020-03-27 18:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:34:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Ryan Zhang 2014-07-10 02:53:56 UTC
Description of problem:
The impacted dependency is:
	<dependency>
				<groupId>org.kie</groupId>
				<artifactId>kie-eap-integration-bpms</artifactId>
				<version>${version.org.drools}</version>
				<type>zip</type>
				<classifier>bpms-layer</classifier>
			</dependency>

The artifact name has been changed to kie-eap-distributions-bpms-layer. 
I can fix this in Assembly. 
However we surely needs better process to sync the dependency changed from community to products.
It would save a lot of time by avoiding this trail and error.

[main] INFO  o.a.m.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Reactor Summary:
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - 
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Integration Platform BPMS/BRMS Assembly ........... SUCCESS [4.350s]
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Integration Platform BPMS/BRMS common ............. SUCCESS [13.440s]
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Integration Platform BPMS Distribution ............ FAILURE [22:08.790s]
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Integration Platform BRMS Distributions ........... SKIPPED
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Integration Platform BPMS BRMS Supplementary Distributions  SKIPPED
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Integration Platform .............................. SKIPPED
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - BUILD FAILURE
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Total time: 22:29.570s
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Finished at: Thu Jul 10 10:14:11 CST 2014
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - Final Memory: 27M/573M
[main] INFO  o.a.m.cli.event.ExecutionEventLogger - ------------------------------------------------------------------------
[main] ERROR org.apache.maven.cli.MavenCli - Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (get-webapp) on project jboss-bpms: Unable to find artifact. Could not find artifact org.kie:kie-eap-integration-bpms:zip:bpms-layer:6.1.0.CR1-redhat-1 in MEAD-proxy (https://repository.engineering.redhat.com/nexus/content/groups/hudson-jb-ip-6.1-build-jboss-central)
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - Try downloading the file manually from the project website.
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - Then, install it using the command:
[main] ERROR org.apache.maven.cli.MavenCli - mvn install:install-file -DgroupId=org.kie -DartifactId=kie-eap-integration-bpms -Dversion=6.1.0.CR1-redhat-1 -Dclassifier=bpms-layer -Dpackaging=zip -Dfile=/path/to/file
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - Alternatively, if you host your own repository you can deploy the file there:
[main] ERROR org.apache.maven.cli.MavenCli - mvn deploy:deploy-file -DgroupId=org.kie -DartifactId=kie-eap-integration-bpms -Dversion=6.1.0.CR1-redhat-1 -Dclassifier=bpms-layer -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - org.kie:kie-eap-integration-bpms:zip:6.1.0.CR1-redhat-1
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - from the specified remote repositories:
[main] ERROR org.apache.maven.cli.MavenCli - MEAD-proxy (https://repository.engineering.redhat.com/nexus/content/groups/hudson-jb-ip-6.1-build-jboss-central, releases=true, snapshots=true)
[main] ERROR org.apache.maven.cli.MavenCli - -> [Help 1]
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - To see the full stack trace of the errors, re-run Maven with the -e switch.
[main] ERROR org.apache.maven.cli.MavenCli - Re-run Maven using the -X switch to enable full debug logging.
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - For more information about the errors and possible solutions, please read the following articles:
[main] ERROR org.apache.maven.cli.MavenCli - [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[main] ERROR org.apache.maven.cli.MavenCli - 
[main] ERROR org.apache.maven.cli.MavenCli - After correcting the problems, you can resume the build with the command
[main] ERROR org.apache.maven.cli.MavenCli -   mvn <goals> -rf :jboss-bpms


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Ryan Zhang 2014-07-10 03:25:19 UTC
Besides 5 dependencies(including kie,kie-wb eap modules and skinny war, jbpm-dashbard skinny war) are impacted.

But where is jbpm-dashboard skinny war?

Comment 3 Kris Verlaenen 2014-07-10 14:14:29 UTC
See https://bugzilla.redhat.com/show_bug.cgi?id=1118293


Note You need to log in before you can comment on or make changes to this bug.