Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Get wildfly zip from Maven Central
Browse files Browse the repository at this point in the history
Wildfly 10 alphas are on Maven Central, but currently not
http://wildfly.org/downloads/
  • Loading branch information
seanf committed Jun 16, 2015
1 parent 37ecc54 commit 13d9769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1509,7 +1509,7 @@
<wildfly.version>10.0.0.Alpha3</wildfly.version>
<!-- In case this profile was activated by default: -->
<appserver>wildfly8</appserver>
<cargo.installation>http://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip</cargo.installation>
<cargo.installation>https://repo1.maven.org/maven2/org/wildfly/wildfly-dist/${wildfly.version}/wildfly-dist-${wildfly.version}.zip</cargo.installation>
<!-- name of the top-level dir within the appserver zip -->
<appserver.dir.name>wildfly-${wildfly.version}</appserver.dir.name>
<!-- where the appserver will be installed -->
Expand Down

0 comments on commit 13d9769

Please sign in to comment.