eclipse / microprofile-samples

Micro Profile Samples
Apache License 2.0
117 stars 63 forks source link

mvn clean package -Pwildfly-swarm not working #22

Closed gregrluck closed 7 years ago

gregrluck commented 7 years ago

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.193 sec <<< FAILURE! - in io.microprofile.sample.canonical.rest.TopCDsEndpointTest io.microprofile.sample.canonical.rest.TopCDsEndpointTest Time elapsed: 3.192 sec <<< ERROR! org.jboss.arquillian.container.spi.client.container.DeploymentException: No WildFly Swarm Bootstrap fraction found Caused by: java.lang.IllegalStateException: No WildFly Swarm Bootstrap fraction found

kenfinnigan commented 7 years ago

I just ran mvn clean package -Pwildfly-swarm with the latest and it ran fine

johnament commented 7 years ago

Are you overriding the repos by any chance? My PR should have fixed a problem if you had never built swarm locally.

cmoulliard commented 7 years ago

build works for me. We should close this issue

johnament commented 7 years ago

Closing out, feel free to create a new ticket or reopen.