Bug 1025208 - Impossible to build picketlink-sts quickstart example
Summary: Impossible to build picketlink-sts quickstart example
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
urgent
medium
Target Milestone: ---
: ---
Assignee: sgilda
QA Contact: Vladimir Rastseluev
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-31 09:10 UTC by Vladimir Rastseluev
Modified: 2014-01-13 00:22 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-10-31 13:26:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
picketlink-sts mvn clean install log (96.44 KB, text/plain)
2013-10-31 12:37 UTC, sgilda
no flags Details
picketlink-sts configure and deploy log (6.18 KB, text/plain)
2013-10-31 13:00 UTC, sgilda
no flags Details
My Maven settings file (2.38 KB, text/xml)
2013-10-31 13:10 UTC, sgilda
no flags Details

Description Vladimir Rastseluev 2013-10-31 09:10:44 UTC
Description of problem:
Build command in picketlink-sts quickstarts fail

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

How reproducible:
easy

Steps to Reproduce:
1.cd $QUICKSTARTS_ROOT/picketlink-sts
2.mvn clean install


Actual results:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.341s
[INFO] Finished at: Thu Oct 31 10:02:09 CET 2013
[INFO] Final Memory: 4M/66M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jboss-picketlink-sts: Could not resolve dependencies for project org.jboss.quickstarts.eap:jboss-picketlink-sts:war:6.2.0.GA: Could not find artifact org.picketlink:picketlink-core:jar:2.1.9.Final-redhat-1 in jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public-jboss) -> [Help 1]


Expected results:
build success

Additional info:
probably problem is related to this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1024352 jboss-eap-bom-parent 6.2.0-build-7 still has picketlink version 2.1.6.3.Final-redhat-2

Comment 1 John Doyle 2013-10-31 12:14:10 UTC
I consider this a blocker.

Comment 3 sgilda 2013-10-31 12:35:35 UTC
I am not able to reproduce this with ER7.

I downloaded the quickstarts and Maven repository from here: 

http://download.devel.redhat.com/devel/candidates/JBEAP/JBEAP-6.2.0-ER7/

I deleted my existing Maven repository.
I configured the settings using the example-settings.xml file located in the Maven zip, replacing the url 'file:///path/to/repo/jboss-eap-6.2.0.GA-maven-repository' with the path to the extracted ER7 Maven repository.

I run 'mvn clean install' and get BUILD SUCCESS.

I will attach the entire trace so you can compare.

Comment 4 sgilda 2013-10-31 12:37:03 UTC
Created attachment 817884 [details]
picketlink-sts mvn clean install log

The trace of my 'mvn clean install' for the picketlink-sts quickstart.

Comment 5 sgilda 2013-10-31 13:00:09 UTC
Created attachment 817892 [details]
picketlink-sts configure and deploy log

Results of configuring the server and deploying the application.

Comment 6 sgilda 2013-10-31 13:10:33 UTC
Created attachment 817904 [details]
My Maven settings file

I used the example-settings.xml file located in the root of the Maven zip and modified it to use the Maven download. So my settings.xml uses these repositories:

file:///home/sgilda/Downloads/jboss-eap-6.2.0.GA-maven-repository-ER7
http://repository.jboss.org/nexus/content/groups/public/

Comment 7 Vladimir Rastseluev 2013-10-31 13:25:15 UTC
I used old local repo for build so there was a conflict. Checked with no repo as @sgilda suggested. I confirm, that all builds fine. Sorry, my fault. Bug can be closed.


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