Skip to content

Instantly share code, notes, and snippets.

@emag
Last active April 27, 2016 17:34
Show Gist options
  • Select an option

  • Save emag/36433e50fe1d8103d92c025aa1293d9f to your computer and use it in GitHub Desktop.

Select an option

Save emag/36433e50fe1d8103d92c025aa1293d9f to your computer and use it in GitHub Desktop.
$ git clone https://github.com/wildfly-swarm/wildfly-swarm-examples.git \
&& cd wildfly-swarm-examples \
&& mvn wildfly-swarm:run -pl jaxrs/health -am
Cloning into 'wildfly-swarm-examples'...
remote: Counting objects: 7320, done.
remote: Total 7320 (delta 0), reused 0 (delta 0), pack-reused 7320
Receiving objects: 100% (7320/7320), 18.21 MiB | 3.10 MiB/s, done.
Resolving deltas: 100% (2464/2464), done.
Checking connectivity... done.
[INFO] Scanning for projects...
Downloading: https://repository-projectodd.forge.cloudbees.com/snapshot/org/wildfly/swarm/spring-boot/1.0.0.Alpha1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.wildfly.swarm:spring-boot:1.0.0.Alpha1-SNAPSHOT/maven-metadata.xml from/to projectodd-snapshots (https://repository-projectodd.forge.cloudbees.com/snapshot): java.security.ProviderException: java.security.KeyException
Downloading: https://repository-projectodd.forge.cloudbees.com/snapshot/org/wildfly/swarm/spring-boot/1.0.0.Alpha1-SNAPSHOT/spring-boot-1.0.0.Alpha1-SNAPSHOT.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.wildfly.swarm:spring-boot:pom:1.0.0.Alpha1-SNAPSHOT from/to projectodd-snapshots (https://repository-projectodd.forge.cloudbees.com/snapshot): java.security.ProviderException: java.security.KeyException @ org.wildfly.swarm.examples:spring-boot-sample-actuator:[unknown-version], /home/tanabe/tmp/wildfly-swarm-examples/spring-boot/spring-boot-sample-actuator/pom.xml, line 65, column 19
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.wildfly.swarm.examples:spring-boot-sample-actuator:1.0.0.CR1-SNAPSHOT (/home/tanabe/tmp/wildfly-swarm-examples/spring-boot/spring-boot-sample-actuator/pom.xml) has 1 error
[ERROR]     Non-resolvable import POM: Could not transfer artifact org.wildfly.swarm:spring-boot:pom:1.0.0.Alpha1-SNAPSHOT from/to projectodd-snapshots (https://repository-projectodd.forge.cloudbees.com/snapshot): java.security.ProviderException: java.security.KeyException @ org.wildfly.swarm.examples:spring-boot-sample-actuator:[unknown-version], /home/tanabe/tmp/wildfly-swarm-examples/spring-boot/spring-boot-sample-actuator/pom.xml, line 65, column 19 -> [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment