[JBoss JIRA] (TOOLSDOC-429) Jenkins issue: Couldn't find hyphenation pattern en
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-429?page=com.atlassian.jira.plug... ]
Michelle Murray commented on TOOLSDOC-429:
------------------------------------------
Nope, that's not it.
As I said, Conventions is not the issue because the XML in [1] reads:
{noformat}
<xi:include href="Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</xi:fallback>
</xi:include>
{noformat}
So mvn looks for Conventions.xml in en-US first and failing that uses the fallback and looks for Conventions in en-US/Common_Content, as the mvn message reports:
{noformat}
org.xml.sax.SAXParseException: *Include operation failed, reverting to fallback*. Resource error reading file as XML (href='Conventions.xml'). Reason: /qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/jbosstools-documentation/docs/User_Guide/JBoss_Tools_User_Guide/en-US/Conventions.xml (No such file or directory)
{noformat}
[1] https://github.com/jbosstools/jbosstools-documentation/blob/master/docs/U...
I believe the issues revolves around the mvn message:
{noformat}
Nov 11, 2013 12:50:32 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
SEVERE: Couldn't find hyphenation pattern en
{noformat}
> Jenkins issue: Couldn't find hyphenation pattern en
> ---------------------------------------------------
>
> Key: TOOLSDOC-429
> URL: https://issues.jboss.org/browse/TOOLSDOC-429
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: General documentation issues
> Affects Versions: 4.1.1
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> Jenkins previously built this book (29 Oct) without issue but for some reason can't build it now (https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-docs-nigh...). I've changed nothing that should result in this error and the book builds fine locally.
> Note, recoverable error info about missing Conventions file is expected, occurs locally and is desired. Warnings about font are new but I guess not killer. Error about missing hyphenation pattern appears to be the crucial bit.
> {noformat}
> 106/114 KB
> 109/114 KB
> 113/114 KB
> 114/114 KB
>
> Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (114 KB at 135.3 KB/sec)
> [INFO] Expanding: /qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/.repository/org/jboss/pressgang/pressgang-jdocbook-style/2.0.0/pressgang-jdocbook-style-2.0.0.jdocbook-style into /qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/jbosstools-documentation/docs/User_Guide/JBoss_Tools_User_Guide/target/docbook/staging
> [INFO]
> [INFO] --- maven-jdocbook-plugin:2.3.5:generate (default-generate) @ jboss-tools-user-guide-en-US ---
> 27 [main] INFO org.jboss.jdocbook.render.RendererImpl - Starting rendering en-US/pdf
> redirecting output to file [/qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/jbosstools-documentation/docs/User_Guide/JBoss_Tools_User_Guide/target/docbook/work/log/console-en-US-pdf.log]
> Recoverable error
> org.xml.sax.SAXParseException: Include operation failed, reverting to fallback. Resource error reading file as XML (href='Conventions.xml'). Reason: /qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/jbosstools-documentation/docs/User_Guide/JBoss_Tools_User_Guide/en-US/Conventions.xml (No such file or directory)
> Nov 11, 2013 12:50:32 AM org.apache.fop.events.LoggingEventListener processEvent
> WARNING: Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
> Nov 11, 2013 12:50:32 AM org.apache.fop.events.LoggingEventListener processEvent
> WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
> Nov 11, 2013 12:50:32 AM org.apache.fop.hyphenation.Hyphenator getHyphenationTree
> SEVERE: Couldn't find hyphenation pattern en
> Nov 11, 2013 12:50:36 AM org.apache.fop.fo.properties.CommonHyphenation getHyphChar
> WARNING: Substituted specified hyphenation character (0x25ba) with 0x2d because the font doesn't have the specified hyphenation character: monospace,normal,400
> Nov 11, 2013 12:50:36 AM org.apache.fop.fo.properties.CommonHyphenation getHyphChar
> WARNING: Substituted specified hyphenation character (0x25ba) with 0x2d because the font doesn't have the specified hyphenation character: monospace,normal,400
> Nov 11, 2013 12:50:38 AM org.apache.fop.events.LoggingEventListener processEvent
> SEVERE: Image not available. URI: file:/qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/jbosstools-documentation/docs/User_Guide/JBoss_Tools_User_Guide/target/docbook/staging/images/images/3989.png. Reason: org.apache.xmlgraphics.image.loader.ImageException: I/O error while extracting image metadata: Error reading PNG metadata (See position -1:-1)
> Nov 11, 2013 12:50:38 AM org.apache.fop.events.LoggingEventListener processEvent
> SEVERE: Image not available. URI: file:/qa/services/hudson/hudson_workspace/workspace/jbosstools-docs-nightly/jbosstools-documentation/docs/User_Guide/JBoss_Tools_User_Guide/target/docbook/staging/images/images/3963.png. Reason: org.apache.xmlgraphics.image.loader.ImageException: I/O error while extracting image metadata: Error reading PNG metadata (See position -1:-1)
> {noformat}
> Only potential solution I have found is here but no idea how to enact, and can't see why this would suddenly be an issue now when it wasn't two weeks ago:
> http://macrotoneconsulting.co.uk/Macrotone-Blogs/experiences-using-docboo...
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15511) All projects fail to build with offline script
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15511?page=com.atlassian.jira.plugi... ]
Michelle Murray commented on JBIDE-15511:
-----------------------------------------
{noformat}
mmurray [V7.1.0] $ mvn help:effective-settings
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-p...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-p... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assemb...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assemb... (15 KB at 200.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assemb...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assemb... (204 KB at 1387.5 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-depend...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-depend... (8 KB at 203.8 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-dependency-plugin/2.1/maven-dependency-plugin-2.1.jar
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-depend...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-depend... (104 KB at 481.8 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-releas...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-releas... (8 KB at 190.8 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/release/maven-release/2.0/maven-release-2.0.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/release/maven-release/2.0/maven-release-2.0.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/release/maven-release/2.0/maven-release-2.0.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/relea...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-releas...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/release/maven-releas... (7 KB at 167.5 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-release-plugin/2.0/maven-release-plugin-2.0.jar
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-releas...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-releas... (38 KB at 737.4 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://docbkx-tools.sourceforge.net/snapshots/org/apache/maven/plugins/ma...
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-metadata.xml
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-metadata.xml
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metada...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metada... (12 KB at 251.4 KB/sec)
Downloading: http://docbkx-tools.sourceforge.net/snapshots/org/codehaus/mojo/maven-met...
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/mojo/maven-metadata.xml
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/mojo/maven-metadata.xml
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/mojo/maven-metadata.xml
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/mojo/mave...
Downloaded: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache... (1005 B at 0.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (22 KB at 114.6 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha... (2 KB at 1.1 KB/sec)
Downloading: http://docbkx-tools.sourceforge.net/snapshots/org/apache/maven/plugins/ma...
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-help-plugin/maven-metadata.xml
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-p...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-p... (493 B at 2.3 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-p...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-p... (9 KB at 218.4 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugins/maven-help-plugin/2.2/maven-help-plugin-2.2.jar
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-p...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-help-p... (67 KB at 46.1 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-help-plugin:2.2:effective-settings (default-cli) @ standalone-pom ---
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/slf4j-jdk14/...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk...
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/slf4j-parent...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-pa...
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-pa... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/slf4j-api/1....
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1...
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/jcl-over-slf...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ov...
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ov... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/plexus/pl...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-...
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/plexus/pl...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers...
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/plexus/pl...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/ple...
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/ple... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/backport-util-concurre...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/backport-u...
Downloading: http://repo.maven.apache.org/maven2/backport-util-concurrent/backport-uti...
Downloaded: http://repo.maven.apache.org/maven2/backport-util-concurrent/backport-uti... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4.3/maven-plugin-tools-api-2.4.3.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4.3/maven-plugin-tools-api-2.4.3.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4.3/maven-plugin-tools-api-2.4.3.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-p...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-p... (5 KB at 8.8 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools/2.4.3/maven-plugin-tools-2.4.3.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools/2.4.3/maven-plugin-tools-2.4.3.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools/2.4.3/maven-plugin-tools-2.4.3.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-p...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-p... (10 KB at 18.9 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/plexus/pl...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-...
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-... (2 KB at 4.2 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/plexus/pl...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5....
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.... (8 KB at 207.2 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/com/thoughtworks/xstream/xstream/1.4.3/xstream-1.4.3.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/com/thoughtworks/xstream/xstream/1.4.3/xstream-1.4.3.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/com/thoughtworks/xstream/xstream/1.4.3/xstream-1.4.3.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/com/thoughtworks/xstre...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/com/though...
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4....
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.... (9 KB at 32.2 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/com/thoughtworks/xstream/xstream-parent/1.4.3/xstream-parent-1.4.3.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/com/thoughtworks/xstream/xstream-parent/1.4.3/xstream-parent-1.4.3.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/com/thoughtworks/xstream/xstream-parent/1.4.3/xstream-parent-1.4.3.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/com/thoughtworks/xstre...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/com/though...
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-pare...
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-pare... (19 KB at 46.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codeha...
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codeha... (0 B at 0.0 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/xmlpull/xmlpull/1.1.3....
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/xmlpull/xm...
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3...
Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3... (386 B at 1.6 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/commons-lang/commons-l...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/commons-la...
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons...
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons... (14 KB at 170.6 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/commons/commons-parent/9/commons-parent-9.pom
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/commons/com...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/c...
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/c... (22 KB at 549.1 KB/sec)
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/com/thoughtworks/xstream/xstream/1.4.3/xstream-1.4.3.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4.3/maven-plugin-tools-api-2.4.3.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4.3/maven-plugin-tools-api-2.4.3.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading: file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/com/thoughtworks/xstream/xstream/1.4.3/xstream-1.4.3.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.4.3/maven-plugin-tools-api-2.4.3.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/com/thoughtworks/xstream/xstream/1.4.3/xstream-1.4.3.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
Downloading: file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/slf4j-api/1....
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/jcl-over-slf...
Downloading: http://maven.repository.redhat.com/techpreview/all/org/slf4j/slf4j-jdk14/...
Downloading: http://maven.repository.redhat.com/techpreview/all/backport-util-concurre...
Downloading: http://maven.repository.redhat.com/techpreview/all/org/apache/maven/plugi...
Downloading: http://maven.repository.redhat.com/techpreview/all/org/codehaus/plexus/pl...
Downloading: http://maven.repository.redhat.com/techpreview/all/com/thoughtworks/xstre...
Downloading: http://maven.repository.redhat.com/techpreview/all/xmlpull/xmlpull/1.1.3....
Downloading: http://maven.repository.redhat.com/techpreview/all/commons-lang/commons-l...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/slf4j/...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/backport-u...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/apache...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/org/codeha...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/com/though...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/xmlpull/xm...
Downloading: https://repository.jboss.org/nexus/content/groups/public-jboss/commons-la...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1...
Downloading: http://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ov...
Downloading: http://repo.maven.apache.org/maven2/backport-util-concurrent/backport-uti...
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-p...
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5....
Downloaded: http://repo.maven.apache.org/maven2/backport-util-concurrent/backport-uti... (0 B at 0.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4....
Downloading: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3...
Downloaded: http://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-ov... (0 B at 0.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons...
Downloaded: http://repo.maven.apache.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3... (8 KB at 189.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons... (256 KB at 487.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-p... (51 KB at 54.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.4.... (471 KB at 464.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.... (260 KB at 240.7 KB/sec)
[INFO]
Effective user-specific configuration settings:
<?xml version="1.0" encoding="UTF-8"?>
<!-- ====================================================================== -->
<!-- -->
<!-- Generated by Maven Help Plugin on 2013-11-14T09:35:41 -->
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ -->
<!-- -->
<!-- ====================================================================== -->
<!-- ====================================================================== -->
<!-- -->
<!-- Effective Settings for 'mmurray' on '<info>.redhat.com' -->
<!-- -->
<!-- ====================================================================== -->
<settings xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<localRepository xmlns="http://maven.apache.org/SETTINGS/1.1.0">/home/mmurray/.m2/repository</localRepository>
<profiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<profile>
<activation>
<property>
<name>!jboss.repository.off</name>
</property>
</activation>
<pluginRepositories>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots />
<id>docbkx.snapshots</id>
<name>Maven Plugin Snapshots</name>
<url>http://docbkx-tools.sourceforge.net/snapshots/</url>
</pluginRepository>
</pluginRepositories>
<id>jboss.repository</id>
</profile>
<profile>
<repositories>
<repository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-eap-6-0-0-maven-repository</id>
<name>JBoss EAP Maven Repository</name>
<url>file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-eap-6-0-0-maven-repository</id>
<name>JBoss EAP Maven Repository</name>
<url>file:/home/mmurray/EAP/Product/jboss-eap-6.0.0-maven-repository/</url>
</pluginRepository>
</pluginRepositories>
<id>jboss-eap-6-0-0-maven-repository</id>
</profile>
<profile>
<repositories>
<repository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-wfk-2-2-0-maven-repository</id>
<name>JBoss WFK Maven Repository</name>
<url>file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-wfk-2-2-0-maven-repository</id>
<name>JBoss WFK Maven Repository</name>
<url>file:/home/mmurray/WFK/Product/jboss-wfk-2.2.0-maven-repository/</url>
</pluginRepository>
</pluginRepositories>
<id>jboss-wfk-2-2-0-maven-repository</id>
</profile>
<profile>
<repositories>
<repository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-eap-6-1-0-GA-maven-repository</id>
<name>JBoss EAP Maven Repository</name>
<url>file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-eap-6-1-0-GA-maven-repository</id>
<name>JBoss EAP Maven Repository</name>
<url>file:/home/mmurray/EAP/Product/jboss-eap-6.1.0.GA-maven-repository/</url>
</pluginRepository>
</pluginRepositories>
<id>jboss-eap-6-1-0-GA-maven-repository</id>
</profile>
<profile>
<repositories>
<repository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>redhat-techpreview-all-repository</id>
<name>Red Hat Tech Preview repository (all)</name>
<url>http://maven.repository.redhat.com/techpreview/all/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>redhat-techpreview-all-repository</id>
<name>Red Hat Tech Preview repository (all)</name>
<url>http://maven.repository.redhat.com/techpreview/all/</url>
</pluginRepository>
</pluginRepositories>
<id>redhat-techpreview-all-repository</id>
</profile>
<profile>
<repositories>
<repository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-public-repository</id>
<name>JBoss Public</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
<id>jboss-public-repository</id>
<name>JBoss Public</name>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</pluginRepository>
</pluginRepositories>
<id>jboss-public-repository</id>
</profile>
</profiles>
<activeProfiles xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<activeProfile>jboss.repository</activeProfile>
<activeProfile>jboss-eap-6-0-0-maven-repository</activeProfile>
<activeProfile>jboss-wfk-2-2-0-maven-repository</activeProfile>
<activeProfile>jboss-eap-6-1-0-GA-maven-repository</activeProfile>
<activeProfile>redhat-techpreview-all-repository</activeProfile>
<activeProfile>jboss-public-repository</activeProfile>
</activeProfiles>
<pluginGroups xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<pluginGroup>org.apache.maven.plugins</pluginGroup>
<pluginGroup>org.codehaus.mojo</pluginGroup>
</pluginGroups>
</settings>
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:15.980s
[INFO] Finished at: Thu Nov 14 09:35:41 EST 2013
[INFO] Final Memory: 9M/110M
[INFO] ------------------------------------------------------------------------
{noformat}
> All projects fail to build with offline script
> ----------------------------------------------
>
> Key: JBIDE-15511
> URL: https://issues.jboss.org/browse/JBIDE-15511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.1.0.Final
> Environment: Fedora 19;
> java version "1.7.0_13"
> Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode);
> Maven profiles in settings.xml:
> <activeProfile>jboss-eap-6-0-0-maven-repository</activeProfile>
> <activeProfile>jboss-wfk-2-2-0-maven-repository</activeProfile>
> <activeProfile>jboss-eap-6-1-0-GA-maven-repository</activeProfile>
> <activeProfile>redhat-techpreview-all-repository</activeProfile>
> Reporter: Michelle Murray
> Assignee: Fred Bricon
> Fix For: 4.1.1.CR1
>
>
> {noformat}
> mmurray [~] $ groovy "/home/mmurray/Java/my_java_projects/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_1.5.1.Alpha1_v20130907_1749_B76.groovy" http://download.jboss.org/jbosstools/examples/project-examples-category-4... http://download.jboss.org/jbosstools/examples/project-examples-category-j... http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1... http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp... -q -e
> Quiet mode : true
> Descriptors : [http://download.jboss.org/jbosstools/examples/project-examples-category-4..., http://download.jboss.org/jbosstools/examples/project-examples-category-j..., http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml, http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1..., http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...]
> creating offline/.jbosstools/cache
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-4...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-j...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (7 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-cl... (6 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip into /home/mmurray/offline/workDir/jboss-as-helloworld.zip [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip into /home/mmurray/offline/workDir/jboss-as-jax-rs-client.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/deltaspike-hellowo... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip into /home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-jms.zip (8 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip into /home/mmurray/offline/workDir/helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-errai.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip into /home/mmurray/offline/workDir/helloworld-errai.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip (15 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip into /home/mmurray/offline/workDir/helloworld-mdb.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (135 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-numbergue... (12 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip into /home/mmurray/offline/workDir/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (245 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-html5-mobile.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (10 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip into /home/mmurray/offline/workDir/jboss-as-helloworld-rs.zip
> Downloaded http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/richfaces-exam... (8 KB) to offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip into /home/mmurray/offline/workDir/richfaces-simpleapp.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (106 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip into /home/mmurray/offline/workDir/jboss-as-greeter.zip
> parsing http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1...
> parsing http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip into /home/mmurray/offline/workDir/cdi-jsf-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/simplest-hello-world... (13 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-hello-world-por... (33 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip into /home/mmurray/offline/workDir/simplest-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world... (34 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip into /home/mmurray/offline/workDir/cdi-scopes-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/navigation-api-portl... (26 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip into /home/mmurray/offline/workDir/navigation-api-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip (16 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip into /home/mmurray/offline/workDir/cdi-generic-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/social-portlets.zip (81 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip into /home/mmurray/offline/workDir/social-portlets.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-portal-extens... (811 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip into /home/mmurray/offline/workDir/gatein-portal-extension.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-sample-portal... (921 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip into /home/mmurray/offline/workDir/gatein-sample-portal.zip
> Building org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT (/home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip/pom.xml) has 2 errors
> [ERROR] Non-resolvable parent POM: Could not transfer artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Final from/to central (http://repo.maven.apache.org/maven2): Error transferring file: Server returned HTTP response code: 503 for URL: http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... from http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... @ org.jboss.as:jboss-as-jms-client-bom:7.2.0.Final, /home/mmurray/offline/.m2/repository/org/jboss/as/jboss-as-jms-client-bom/7.2.0.Final/jboss-as-jms-client-bom-7.2.0.Final.pom, line 29, column 13 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.as:jboss-as-jms-client-bom:pom is missing. @ line 105, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-rs:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet/pom.xml) has 7 errors
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-extension-richfaces:jar is missing. @ line 101, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-api:jar is missing. @ line 105, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-ui:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.core:richfaces-core-impl:jar is missing. @ line 113, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-portal-extension.zip/gatein-portal-extension/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 67, column 25 -> [Help 2]
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet/pom.xml) has 2 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 98, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-numberguess:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 88, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 93, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-greeter:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project jboss-as-kitchensink-rf: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-as-kitchensink-rf:war:7.1.2-SNAPSHOT: Could not find artifact com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) -> [Help 1]
> [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/DependencyResolutionExce...
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/navigation-api-portlet.zip/navigation-api-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 72, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 114, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.tools:richfaces-simpleapp:1.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 75, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 107, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 113, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/social-portlets.zip/social-portlets/pom.xml) has 5 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 79, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 120, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 124, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 128, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 172, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-errai:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld-mdb:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet/pom.xml) has 6 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 92, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 97, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein:cdi-portlet-integration:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.inject:javax.inject:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 114, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-sample-portal.zip/gatein-sample-portal/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 99, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 104, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-jms:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-jax-rs-client:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp-enterprise:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project my-richfaces-archetype-kitchensink: Could not resolve dependencies for project org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:war:1.0.0-SNAPSHOT: Failure to find com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced -> [Help 1]
> [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/DependencyResolutionExce...
> Result: 1
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype-enterprise:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Cleaning up installed artifacts created from archetypes
> Script executed in 77 min, 31 sec with 13 error(s)
> Project offline/workDir/deltaspike-helloworld-jms.zip failed to build
> Project offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet failed to build
> Project offline/workDir/gatein-portal-extension.zip/gatein-portal-extension failed to build
> Project offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet failed to build
> Project offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet failed to build
> Project offline/workDir/jboss-as-kitchensink-rf.zip failed to build
> Project offline/workDir/navigation-api-portlet.zip/navigation-api-portlet failed to build
> Project offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet failed to build
> Project offline/workDir/social-portlets.zip/social-portlets failed to build
> Project offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet failed to build
> Project offline/workDir/gatein-sample-portal.zip/gatein-sample-portal failed to build
> Project offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet failed to build
> Project offline/workDir/richfaces-archetype-kitchensink/my-richfaces-archetype-kitchensink failed to build
> {noformat}
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15830) openshift-java-client: incompatibility with OpenShift Enterprise and Origin when using the remote-user authentication plugin
by Brenton Leanhardt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15830?page=com.atlassian.jira.plugi... ]
Brenton Leanhardt commented on JBIDE-15830:
-------------------------------------------
There are a few things wrong right now. In RestServiceProperties.java:54 the logic is such that if cliendId is null then the user agent is never set. This is why we're getting the default JVM user-agent. I verified with jdb that at https://github.com/openshift/jenkins-cloud-plugin/blob/enterprise-2.0/src... the 'username' is null. The first field is actually supposed to be the clientid. I fixed that a part of the plugin and now authentication is working. However, I've so brutally hacked up this dev environment trying to debug things I appear to have broken some other part of the jenkins build process. I'll debug with a fresh brain tomorrow but I think at this point we have a clear idea what's going on.
For what it's worth, I found no code in openshift-java-client that was actually reading the clientid from the properties file.
> openshift-java-client: incompatibility with OpenShift Enterprise and Origin when using the remote-user authentication plugin
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15830
> URL: https://issues.jboss.org/browse/JBIDE-15830
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Brenton Leanhardt
> Assignee: Andre Dietisheim
> Labels: openshift-java-client
> Fix For: 4.1.1.CR1, 4.2.0.Alpha1
>
>
> OpenShift Enterprise and Origin both ship an authentication plugin that allows parts of authentication to be handled by Apache and other parts to be delegated to the openshift-origin-controller codebase. I've found that all versions of openshift-java-client after 2.3.0.Final change a (poorly documented) requirement for the OpenShift remote-user plugin.
> In order for a request to bypass the Apache authentication and passthrough to the OpenShift Broker the user-agent header is inspected. If the user-agent is 'OpenShift' then the Broker will require an encrypted authentication token. Today this is used by the jenkins cartridge but I believe it's also still used for scaling.
> You can see this for details:
> https://github.com/openshift/origin-server/blob/master/documentation/arch...
> In 2.3.0.Final of the openshift-java-client the user-agent was 'OpenShift' however all versions after this set the user-agent to the java version (eg, User-Agent: Java/1.7.0_45).
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-11602) Provide first class support for client side development
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11602?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-11602:
-----------------------------------------
The patches with a fix and JUnit Test Case are proposed for the issue [Bug 406519 - \[validation\] Valid JavaScript code flagged as error (regexp, infinity, non-breaking space)|https://bugs.eclipse.org/bugs/show_bug.cgi?id=406519]
The issue is fixed by specifiyng the characters '\u000b' (VERTICAL TAB) and '\u00a0' (NO-BREAK SPACE) as the Whitespace ones
> Provide first class support for client side development
> -------------------------------------------------------
>
> Key: JBIDE-11602
> URL: https://issues.jboss.org/browse/JBIDE-11602
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Sebastien Deleuze
> Assignee: Victor Rubezhny
> Priority: Critical
> Labels: jsdt, vjet
> Fix For: 4.2.x
>
> Attachments: jbosstools-add-vjet-dependencies-patch.patch, jquery-1.5.1.min.js.jpg, jquery.tagcanvas.min.js.jpg, nexj-JS-Content-Assist-On-a-JS-in-ticket-monster-project-After-Insertion.jpg, nexj-JS-Content-Assist-On-a-JS-in-ticket-monster-project.jpg, nexj-JS-Content-Assist-On-an-HTML-1-in-ticket-monster-project-After-Insertion.jpg, nexj-JS-Content-Assist-On-an-HTML-1-in-ticket-monster-project.jpg, nexj-JS-Content-Assist-On-an-HTML-2-1-in-ticket-monster-project-After-Insertion.jpg, nexj-JS-Content-Assist-On-an-HTML-2-1-in-ticket-monster-project.jpg, nexj-JS-Content-Assist-On-an-HTML-2-2-in-ticket-monster-project-After-Insertion.jpg, nexj-JS-Content-Assist-On-an-HTML-2-2-in-ticket-monster-project.jpg, nexj-JS-Content-Assist-On-Any-JS-in-ticket-monster-project-After-Insertion.jpg, nexj-JS-Content-Assist-On-Any-JS-in-ticket-monster-project.jpg, nexj-JS-Content-Assist-On-Any-JS-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-a-JS-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-a-JS-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-Any-JS-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-Any-JS-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-HTML-1-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-HTML-1-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-HTML-2-1-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-HTML-2-1-in-ticket-monster-project.jpg, vjet-JS-Content-Assist-On-HTML-2-2-in-ticket-monster-project-After-Insertion.jpg, vjet-JS-Content-Assist-On-HTML-2-2-in-ticket-monster-project.jpg
>
>
> Web application development is currently moving in many projects from end to end server side technologies to HTML5 RIA developed with REST Webservices/ Webscoket on serverside + pure client side technologies GUI (Backbone.js for example).
> Eclipse has been always been quite bad in the field of advanced Javascript development. JSDT was a good start, but its development has been stopped for a few years, and in its current status, it is not really a good tool for real HTML5/JS dev. From what I know, there is no roadmap for strong move on this field in the WTP team. The only real Eclipse initiative for client side development is Orion (http://www.eclipse.org/orion/) outside of the IDE.
> The only other alternative is Aptana Studio 3, acquired last year by AppAccelerator.
> My question is : is there any plan to consider client side development as a first class citizen in JBoss Studio, even if this question apply to the whole Eclipse Ecosystem ? Other IDE like Netbeans or IntelliJ Idea have a strong support for these technologies, and my guess is this lack may be a significant blocking point in the following years.
> Thanks in advance for your feedback.
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15511) All projects fail to build with offline script
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15511?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-15511:
-------------------------------------
As explained in the offline preference page, all projects are built. This is necessary to populate the offline repo and allows us to detect what is missing
> All projects fail to build with offline script
> ----------------------------------------------
>
> Key: JBIDE-15511
> URL: https://issues.jboss.org/browse/JBIDE-15511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.1.0.Final
> Environment: Fedora 19;
> java version "1.7.0_13"
> Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode);
> Maven profiles in settings.xml:
> <activeProfile>jboss-eap-6-0-0-maven-repository</activeProfile>
> <activeProfile>jboss-wfk-2-2-0-maven-repository</activeProfile>
> <activeProfile>jboss-eap-6-1-0-GA-maven-repository</activeProfile>
> <activeProfile>redhat-techpreview-all-repository</activeProfile>
> Reporter: Michelle Murray
> Assignee: Fred Bricon
> Fix For: 4.1.1.CR1
>
>
> {noformat}
> mmurray [~] $ groovy "/home/mmurray/Java/my_java_projects/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_1.5.1.Alpha1_v20130907_1749_B76.groovy" http://download.jboss.org/jbosstools/examples/project-examples-category-4... http://download.jboss.org/jbosstools/examples/project-examples-category-j... http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1... http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp... -q -e
> Quiet mode : true
> Descriptors : [http://download.jboss.org/jbosstools/examples/project-examples-category-4..., http://download.jboss.org/jbosstools/examples/project-examples-category-j..., http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml, http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1..., http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...]
> creating offline/.jbosstools/cache
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-4...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-j...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (7 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-cl... (6 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip into /home/mmurray/offline/workDir/jboss-as-helloworld.zip [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip into /home/mmurray/offline/workDir/jboss-as-jax-rs-client.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/deltaspike-hellowo... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip into /home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-jms.zip (8 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip into /home/mmurray/offline/workDir/helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-errai.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip into /home/mmurray/offline/workDir/helloworld-errai.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip (15 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip into /home/mmurray/offline/workDir/helloworld-mdb.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (135 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-numbergue... (12 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip into /home/mmurray/offline/workDir/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (245 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-html5-mobile.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (10 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip into /home/mmurray/offline/workDir/jboss-as-helloworld-rs.zip
> Downloaded http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/richfaces-exam... (8 KB) to offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip into /home/mmurray/offline/workDir/richfaces-simpleapp.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (106 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip into /home/mmurray/offline/workDir/jboss-as-greeter.zip
> parsing http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1...
> parsing http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip into /home/mmurray/offline/workDir/cdi-jsf-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/simplest-hello-world... (13 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-hello-world-por... (33 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip into /home/mmurray/offline/workDir/simplest-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world... (34 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip into /home/mmurray/offline/workDir/cdi-scopes-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/navigation-api-portl... (26 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip into /home/mmurray/offline/workDir/navigation-api-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip (16 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip into /home/mmurray/offline/workDir/cdi-generic-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/social-portlets.zip (81 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip into /home/mmurray/offline/workDir/social-portlets.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-portal-extens... (811 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip into /home/mmurray/offline/workDir/gatein-portal-extension.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-sample-portal... (921 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip into /home/mmurray/offline/workDir/gatein-sample-portal.zip
> Building org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT (/home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip/pom.xml) has 2 errors
> [ERROR] Non-resolvable parent POM: Could not transfer artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Final from/to central (http://repo.maven.apache.org/maven2): Error transferring file: Server returned HTTP response code: 503 for URL: http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... from http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... @ org.jboss.as:jboss-as-jms-client-bom:7.2.0.Final, /home/mmurray/offline/.m2/repository/org/jboss/as/jboss-as-jms-client-bom/7.2.0.Final/jboss-as-jms-client-bom-7.2.0.Final.pom, line 29, column 13 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.as:jboss-as-jms-client-bom:pom is missing. @ line 105, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-rs:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet/pom.xml) has 7 errors
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-extension-richfaces:jar is missing. @ line 101, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-api:jar is missing. @ line 105, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-ui:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.core:richfaces-core-impl:jar is missing. @ line 113, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-portal-extension.zip/gatein-portal-extension/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 67, column 25 -> [Help 2]
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet/pom.xml) has 2 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 98, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-numberguess:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 88, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 93, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-greeter:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project jboss-as-kitchensink-rf: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-as-kitchensink-rf:war:7.1.2-SNAPSHOT: Could not find artifact com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) -> [Help 1]
> [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/DependencyResolutionExce...
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/navigation-api-portlet.zip/navigation-api-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 72, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 114, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.tools:richfaces-simpleapp:1.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 75, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 107, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 113, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/social-portlets.zip/social-portlets/pom.xml) has 5 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 79, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 120, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 124, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 128, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 172, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-errai:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld-mdb:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet/pom.xml) has 6 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 92, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 97, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein:cdi-portlet-integration:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.inject:javax.inject:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 114, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-sample-portal.zip/gatein-sample-portal/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 99, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 104, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-jms:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-jax-rs-client:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp-enterprise:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project my-richfaces-archetype-kitchensink: Could not resolve dependencies for project org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:war:1.0.0-SNAPSHOT: Failure to find com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced -> [Help 1]
> [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/DependencyResolutionExce...
> Result: 1
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype-enterprise:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Cleaning up installed artifacts created from archetypes
> Script executed in 77 min, 31 sec with 13 error(s)
> Project offline/workDir/deltaspike-helloworld-jms.zip failed to build
> Project offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet failed to build
> Project offline/workDir/gatein-portal-extension.zip/gatein-portal-extension failed to build
> Project offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet failed to build
> Project offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet failed to build
> Project offline/workDir/jboss-as-kitchensink-rf.zip failed to build
> Project offline/workDir/navigation-api-portlet.zip/navigation-api-portlet failed to build
> Project offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet failed to build
> Project offline/workDir/social-portlets.zip/social-portlets failed to build
> Project offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet failed to build
> Project offline/workDir/gatein-sample-portal.zip/gatein-sample-portal failed to build
> Project offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet failed to build
> Project offline/workDir/richfaces-archetype-kitchensink/my-richfaces-archetype-kitchensink failed to build
> {noformat}
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15511) All projects fail to build with offline script
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15511?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-15511:
-------------------------------------
Can you run {quote}mvn help:effective-settings{quote} and paste the contents here? (obfuscate any sensible data if needed)
> All projects fail to build with offline script
> ----------------------------------------------
>
> Key: JBIDE-15511
> URL: https://issues.jboss.org/browse/JBIDE-15511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: project-examples
> Affects Versions: 4.1.0.Final
> Environment: Fedora 19;
> java version "1.7.0_13"
> Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
> Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode);
> Maven profiles in settings.xml:
> <activeProfile>jboss-eap-6-0-0-maven-repository</activeProfile>
> <activeProfile>jboss-wfk-2-2-0-maven-repository</activeProfile>
> <activeProfile>jboss-eap-6-1-0-GA-maven-repository</activeProfile>
> <activeProfile>redhat-techpreview-all-repository</activeProfile>
> Reporter: Michelle Murray
> Assignee: Fred Bricon
> Fix For: 4.1.1.CR1
>
>
> {noformat}
> mmurray [~] $ groovy "/home/mmurray/Java/my_java_projects/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_1.5.1.Alpha1_v20130907_1749_B76.groovy" http://download.jboss.org/jbosstools/examples/project-examples-category-4... http://download.jboss.org/jbosstools/examples/project-examples-category-j... http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1... http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp... -q -e
> Quiet mode : true
> Descriptors : [http://download.jboss.org/jbosstools/examples/project-examples-category-4..., http://download.jboss.org/jbosstools/examples/project-examples-category-j..., http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml, http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1..., http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...]
> creating offline/.jbosstools/cache
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-4...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-j...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-jbds70.xml
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (7 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-cl... (6 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld.zip into /home/mmurray/offline/workDir/jboss-as-helloworld.zip [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-jax-rs-client.zip into /home/mmurray/offline/workDir/jboss-as-jax-rs-client.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/deltaspike-hellowo... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/deltaspike-helloworld-jms.zip into /home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-jms.zip (8 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-jms.zip into /home/mmurray/offline/workDir/helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-errai.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-errai.zip into /home/mmurray/offline/workDir/helloworld-errai.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip (15 KB) to offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.1.0.GA/helloworld-mdb.zip into /home/mmurray/offline/workDir/helloworld-mdb.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (135 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-numbergue... (12 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-numberguess.zip into /home/mmurray/offline/workDir/jboss-as-numberguess.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-rf.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (245 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink-html5-mobile.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink-html5-mobile.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-helloworl... (10 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-helloworld-rs.zip into /home/mmurray/offline/workDir/jboss-as-helloworld-rs.zip
> Downloaded http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/richfaces-exam... (8 KB) to offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/repos/jbosstools/workspace/snjeza/richfaces-examples/richfaces-simpleapp.zip into /home/mmurray/offline/workDir/richfaces-simpleapp.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-kitchensi... (106 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-kitchensink.zip into /home/mmurray/offline/workDir/jboss-as-kitchensink.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip (19 KB) to offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/jbosstools/examples/4.0.0.GA/jboss-as-greeter.zip into /home/mmurray/offline/workDir/jboss-as-greeter.zip
> parsing http://download.jboss.org/jbosstools/examples/project-examples-shared-4.1...
> parsing http://download.jboss.org/gatein/quickstarts/jpp-6.1/project-examples-jpp...
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-jsf-portlet.zip into /home/mmurray/offline/workDir/cdi-jsf-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/simplest-hello-world... (13 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-hello-world-por... (33 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/simplest-hello-world-portlet.zip into /home/mmurray/offline/workDir/simplest-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world... (34 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip (21 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/jsf2-rf4-hello-world-portlet.zip into /home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-scopes-portlet.zip into /home/mmurray/offline/workDir/cdi-scopes-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/navigation-api-portl... (26 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/navigation-api-portlet.zip into /home/mmurray/offline/workDir/navigation-api-portlet.zip
> [unzip] Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip (16 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/cdi-generic-portlet.zip into /home/mmurray/offline/workDir/cdi-generic-portlet.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/social-portlets.zip (81 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/social-portlets.zip into /home/mmurray/offline/workDir/social-portlets.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-portal-extens... (811 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-portal-extension.zip into /home/mmurray/offline/workDir/gatein-portal-extension.zip
> Downloaded http://download.jboss.org/gatein/quickstarts/jpp-6.1/gatein-sample-portal... (921 KB) to offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip
> [unzip] Expanding: /home/mmurray/offline/.jbosstools/cache/gatein/quickstarts/jpp-6.1/gatein-sample-portal.zip into /home/mmurray/offline/workDir/gatein-sample-portal.zip
> Building org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.jboss.as.quickstarts:jboss-as-deltaspike-helloworld-jms:7.1.2-SNAPSHOT (/home/mmurray/offline/workDir/deltaspike-helloworld-jms.zip/pom.xml) has 2 errors
> [ERROR] Non-resolvable parent POM: Could not transfer artifact org.jboss.as:jboss-as-parent:pom:7.2.0.Final from/to central (http://repo.maven.apache.org/maven2): Error transferring file: Server returned HTTP response code: 503 for URL: http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... from http://repo.maven.apache.org/maven2/org/jboss/as/jboss-as-parent/7.2.0.Fi... @ org.jboss.as:jboss-as-jms-client-bom:7.2.0.Final, /home/mmurray/offline/.m2/repository/org/jboss/as/jboss-as-jms-client-bom/7.2.0.Final/jboss-as-jms-client-bom-7.2.0.Final.pom, line 29, column 13 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.as:jboss-as-jms-client-bom:pom is missing. @ line 105, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-rs:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-rf4-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet/pom.xml) has 7 errors
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-extension-richfaces:jar is missing. @ line 101, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-api:jar is missing. @ line 105, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-ui:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for org.richfaces.core:richfaces-core-impl:jar is missing. @ line 113, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-portal-extension:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-portal-extension.zip/gatein-portal-extension/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 67, column 25 -> [Help 2]
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:simplest-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet/pom.xml) has 2 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 98, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-numberguess:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:jsf2-hello-world-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 88, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 93, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-greeter:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project jboss-as-kitchensink-rf: Could not resolve dependencies for project org.jboss.as.quickstarts:jboss-as-kitchensink-rf:war:7.1.2-SNAPSHOT: Could not find artifact com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in redhat-techpreview-all-repository (http://maven.repository.redhat.com/techpreview/all/) -> [Help 1]
> [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/DependencyResolutionExce...
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-rf:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink-html5-mobile:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:navigation-api-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/navigation-api-portlet.zip/navigation-api-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 72, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 89, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 94, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 114, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.tools:richfaces-simpleapp:1.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-scopes-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet/pom.xml) has 4 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 75, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 107, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 113, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:social-portlets:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/social-portlets.zip/social-portlets/pom.xml) has 5 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 79, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 120, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein.api:gatein-api:jar is missing. @ line 124, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 128, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet.jstl:jboss-jstl-api_1.2_spec:jar is missing. @ line 172, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-errai:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld-mdb:7.1.2-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-helloworld:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-jsf-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet/pom.xml) has 6 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 70, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.faces:jboss-jsf-api_2.1_spec:jar is missing. @ line 92, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.portletbridge:portletbridge-api:jar is missing. @ line 97, column 21
> [ERROR] 'dependencies.dependency.version' for org.gatein:cdi-portlet-integration:jar is missing. @ line 102, column 21
> [ERROR] 'dependencies.dependency.version' for javax.inject:javax.inject:jar is missing. @ line 109, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 114, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-kitchensink:7.1.2-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:gatein-sample-portal:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/gatein-sample-portal.zip/gatein-sample-portal/pom.xml) has 1 error
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.gatein.portal.quickstarts:cdi-generic-portlet:3.6.0.Final-qs-9-redhat-1 (/home/mmurray/offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet/pom.xml) has 3 errors
> [ERROR] Non-resolvable import POM: Failure to find org.jboss.bom:gatein-3.6-bom:pom:1.0.1.Final-redhat-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced @ line 71, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.portlet:portlet-api:jar is missing. @ line 99, column 21
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 104, column 21
> [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
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> Building org.jboss.as.quickstarts:jboss-as-helloworld-jms:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jboss.as.quickstarts:jboss-as-jax-rs-client:7.1.2-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:myapp-enterprise:1.0.0-SNAPSHOT openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-blank-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-blank-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-javaee6-webapp-ear-archetype-enterprise:1.0.0-SNAPSHOT
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT default,openshift,minify,arq-jbossas-managed,aerogearci-jbossas-managed-7
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-html5-mobile-archetype-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [ERROR] Failed to execute goal on project my-richfaces-archetype-kitchensink: Could not resolve dependencies for project org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:war:1.0.0-SNAPSHOT: Failure to find com.sun.faces:jsf-impl:jar:2.1.5-jbossorg-1 in http://maven.repository.redhat.com/techpreview/all/ was cached in the local repository, resolution will not be reattempted until the update interval of redhat-techpreview-all-repository has elapsed or updates are forced -> [Help 1]
> [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/DependencyResolutionExce...
> Result: 1
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT default,arq-jbossas-managed,openshift,debug
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-richfaces-archetype-kitchensink-enterprise:1.0.0-SNAPSHOT arq-jbossas-remote
> [debug] execute contextualize
> [debug] execute contextualize
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Building org.jbosstoolsofflineexamples:my-jboss-errai-kitchensink-archetype-enterprise:1.0.0-SNAPSHOT default,openshift
> [debug] execute contextualize
> [debug] execute contextualize
> [ERROR] log4j:WARN No appenders could be found for logger (ClasspathScanning).
> [ERROR] log4j:WARN Please initialize the log4j system properly.
> [ERROR] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
> Cleaning up installed artifacts created from archetypes
> Script executed in 77 min, 31 sec with 13 error(s)
> Project offline/workDir/deltaspike-helloworld-jms.zip failed to build
> Project offline/workDir/jsf2-rf4-hello-world-portlet.zip/jsf2-rf4-hello-world-portlet failed to build
> Project offline/workDir/gatein-portal-extension.zip/gatein-portal-extension failed to build
> Project offline/workDir/simplest-hello-world-portlet.zip/simplest-hello-world-portlet failed to build
> Project offline/workDir/jsf2-hello-world-portlet.zip/jsf2-hello-world-portlet failed to build
> Project offline/workDir/jboss-as-kitchensink-rf.zip failed to build
> Project offline/workDir/navigation-api-portlet.zip/navigation-api-portlet failed to build
> Project offline/workDir/cdi-scopes-portlet.zip/cdi-scopes-portlet failed to build
> Project offline/workDir/social-portlets.zip/social-portlets failed to build
> Project offline/workDir/cdi-jsf-portlet.zip/cdi-jsf-portlet failed to build
> Project offline/workDir/gatein-sample-portal.zip/gatein-sample-portal failed to build
> Project offline/workDir/cdi-generic-portlet.zip/cdi-generic-portlet failed to build
> Project offline/workDir/richfaces-archetype-kitchensink/my-richfaces-archetype-kitchensink failed to build
> {noformat}
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15295) EAP 6.1 maven repo not recognized for use with Java EE Web Project wizard
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15295?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-15295 at 11/13/13 4:12 PM:
---------------------------------------------------------------
The check for enterprise maven repo availability was blocking the UI (bad), Checking resolution of discrete versions takes even longer (booh!). so the check is now done asynchronously in a background job. while we wait for the result, the following message is displayed : "Checking enterprise maven repository availability..."
was (Author: fbricon):
The check for enterprise maven repo availability was blocking the UI (bad), Checking resolution of discrete versions takes even longer (booh!). so the check is now done asynchronously in a background job. while we wait for the result, a the following message is displayed : "Checking enterprise maven repository availability..."
> EAP 6.1 maven repo not recognized for use with Java EE Web Project wizard
> -------------------------------------------------------------------------
>
> Key: JBIDE-15295
> URL: https://issues.jboss.org/browse/JBIDE-15295
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, project-examples
> Affects Versions: 4.1.0.Final
> Reporter: Michelle Murray
> Assignee: Fred Bricon
> Fix For: 4.1.1.CR1
>
> Attachments: Maven_EAP61.png, Maven_warning.png, settings.xml
>
>
> For the Java EE Web Project wizard, the EAP 6.1 maven repo is not recognized as being a JBoss Enterprise Maven repository.
> The project states that it can be used with EAP 6 so I would assume this to include EAP 6.0 and 6.1.
> Attached are:
> * my settings.xml file, with profiles generated by JBDS 'Configure Maven Repositories'
> * screenshot of added EAP 6.1 maven repo
> * Screenshot of enterprise maven repo warning in Java EE Web Project wizard
--
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
12 years, 7 months
[JBoss JIRA] (JBIDE-15830) openshift-java-client: incompatibility with OpenShift Enterprise and Origin when using the remote-user authentication plugin
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15830?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15830:
------------------------------------------
I removed the useragent hack from the openshift-java-client: JBIDE-15943
> openshift-java-client: incompatibility with OpenShift Enterprise and Origin when using the remote-user authentication plugin
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15830
> URL: https://issues.jboss.org/browse/JBIDE-15830
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Brenton Leanhardt
> Assignee: Andre Dietisheim
> Labels: openshift-java-client
> Fix For: 4.1.1.CR1, 4.2.0.Alpha1
>
>
> OpenShift Enterprise and Origin both ship an authentication plugin that allows parts of authentication to be handled by Apache and other parts to be delegated to the openshift-origin-controller codebase. I've found that all versions of openshift-java-client after 2.3.0.Final change a (poorly documented) requirement for the OpenShift remote-user plugin.
> In order for a request to bypass the Apache authentication and passthrough to the OpenShift Broker the user-agent header is inspected. If the user-agent is 'OpenShift' then the Broker will require an encrypted authentication token. Today this is used by the jenkins cartridge but I believe it's also still used for scaling.
> You can see this for details:
> https://github.com/openshift/origin-server/blob/master/documentation/arch...
> In 2.3.0.Final of the openshift-java-client the user-agent was 'OpenShift' however all versions after this set the user-agent to the java version (eg, User-Agent: Java/1.7.0_45).
--
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
12 years, 7 months