| Summary: | Impossible to build picketlink-sts quickstart example | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Vladimir Rastseluev <vrastsel> | ||||||||
| Component: | Quickstarts | Assignee: | sgilda | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Vladimir Rastseluev <vrastsel> | ||||||||
| Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> | ||||||||
| Priority: | urgent | ||||||||||
| Version: | 6.2.0 | CC: | bsutter, jdoyle, jkudrnac, myarboro, pmuir, pslavice | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-10-31 13:26:43 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
|
Description
Vladimir Rastseluev
2013-10-31 09:10:44 UTC
I consider this a blocker. 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. Created attachment 817884 [details]
picketlink-sts mvn clean install log
The trace of my 'mvn clean install' for the picketlink-sts quickstart.
Created attachment 817892 [details]
picketlink-sts configure and deploy log
Results of configuring the server and deploying the application.
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/ 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. |