Still not working. I still get:
[ERROR] Failed to execute goal
org.wildfly.core:wildfly-build-plugin:1.0.0.Alpha5-SNAPSHOT:build
(create-server) on project wildfly-web-build: Execution create-server of
goal org.wildfly.core:wildfly-build-plugin:1.0.0.Alpha5-SNAPSHOT:build
failed: java.lang.RuntimeException: Could not extract resources from
artifact org.slf4j:slf4j-api:1
.7.7.jbossorg-1 contents
{org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec:1.0.0.Final=org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_s
....
Not sure what that's about.
On 8/18/2014 1:49 PM, Eduardo Martins wrote:
While there is no new core release add the dependency
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-launcher</artifactId>
<version>${version.org.wildfly.core}</version>
</dependency>
to
web-build/pom.xml
build/pom.xml
Then
./build.sh clean -DallTests
and rebuild.