Skip to content

Instantly share code, notes, and snippets.

@jcantrill
Created January 30, 2015 16:26
Show Gist options
  • Save jcantrill/61ac9b3a43b4a6721b4f to your computer and use it in GitHub Desktop.
Save jcantrill/61ac9b3a43b4a6721b4f to your computer and use it in GitHub Desktop.
[jeff.cantrill@decker openshift-java-client]$ cd -
/home/jeff.cantrill/git/jbosstools/jbosstools-openshift/plugins/org.jboss.tools.openshift.client
[jeff.cantrill@decker org.jboss.tools.openshift.client]$ mvn clean verify -DskipTests
[INFO] Scanning for projects...
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.3.0.Alpha1-SNAPSHOT/maven-metadata.xml from/to jbosstools-server (${jbosstools-server-site}): No connector available to access repository jbosstools-server (${jbosstools-server-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Could not transfer metadata org.jboss.tools:parent:4.3.0.Alpha1-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): No connector available to access repository jbosstools-base (${jbosstools-base-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Failure to transfer org.jboss.tools:parent:4.3.0.Alpha1-SNAPSHOT/maven-metadata.xml from ${jbosstools-server-site} was cached in the local repository, resolution will not be reattempted until the update interval of jbosstools-server has elapsed or updates are forced. Original error: Could not transfer metadata org.jboss.tools:parent:4.3.0.Alpha1-SNAPSHOT/maven-metadata.xml from/to jbosstools-server (${jbosstools-server-site}): No connector available to access repository jbosstools-server (${jbosstools-server-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
[WARNING] Failure to transfer org.jboss.tools:parent:4.3.0.Alpha1-SNAPSHOT/maven-metadata.xml from ${jbosstools-base-site} was cached in the local repository, resolution will not be reattempted until the update interval of jbosstools-base has elapsed or updates are forced. Original error: Could not transfer metadata org.jboss.tools:parent:4.3.0.Alpha1-SNAPSHOT/maven-metadata.xml from/to jbosstools-base (${jbosstools-base-site}): No connector available to access repository jbosstools-base (${jbosstools-base-site}) of type p2 using the available factories WagonRepositoryConnectorFactory
[INFO] Computing target platform for MavenProject: org.jboss.tools.openshift.plugins:org.jboss.tools.openshift.client:2.6.100-SNAPSHOT @ /home/jeff.cantrill/git/jbosstools/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/pom.xml
[INFO] Adding repository http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.50.0.Alpha1-SNAPSHOT/REPO
[INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/jbosstools-server_master/all/repo
[INFO] Adding repository http://download.jboss.org/jbosstools/builds/staging/jbosstools-base_master/all/repo
[INFO] Resolving dependencies of MavenProject: org.jboss.tools.openshift.plugins:org.jboss.tools.openshift.client:2.6.100-SNAPSHOT @ /home/jeff.cantrill/git/jbosstools/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/pom.xml
[INFO] Resolving class path of MavenProject: org.jboss.tools.openshift.plugins:org.jboss.tools.openshift.client:2.6.100-SNAPSHOT @ /home/jeff.cantrill/git/jbosstools/jbosstools-openshift/plugins/org.jboss.tools.openshift.client/pom.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building org.jboss.tools.openshift.client 2.6.100-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jboss.tools.openshift.client ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:build-qualifier (default-build-qualifier) @ org.jboss.tools.openshift.client ---
[INFO] The project's OSGi version is 2.6.100.Alpha1-v20150130-1624
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-id (default-validate-id) @ org.jboss.tools.openshift.client ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) @ org.jboss.tools.openshift.client ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.871 s
[INFO] Finished at: 2015-01-30T11:24:51-05:00
[INFO] Final Memory: 39M/422M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.21.0:validate-version (default-validate-version) on project org.jboss.tools.openshift.client: Unqualified OSGi version 2.6.0.qualifier must match unqualified Maven version 2.6.100-SNAPSHOT for SNAPSHOT builds -> [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/MojoExecutionException
[jeff.cantrill@decker org.jboss.tools.openshift.client]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment