Repository: syncope Updated Branches: refs/heads/master 5c304ad72 -> 89ef51691
IT with Wildfly 10.1.0 Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f19d557f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f19d557f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f19d557f Branch: refs/heads/master Commit: f19d557f378c0669a1b0b97808699e0c7c397234 Parents: 5c304ad Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Aug 22 17:14:16 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Aug 22 17:14:51 2016 +0200 ---------------------------------------------------------------------- fit/core-reference/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/f19d557f/fit/core-reference/pom.xml ---------------------------------------------------------------------- diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml index 664f71a..b8c8e1b 100644 --- a/fit/core-reference/pom.xml +++ b/fit/core-reference/pom.xml @@ -784,7 +784,7 @@ under the License. <container> <containerId>wildfly10x</containerId> <zipUrlInstaller> - <url>http://download.jboss.org/wildfly/10.0.0.Final/wildfly-10.0.0.Final.zip</url> + <url>http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip</url> <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir> <extractDir>${project.build.directory}/cargo/extract</extractDir> </zipUrlInstaller> @@ -859,6 +859,7 @@ under the License. <properties> <tomcat.version>8.0.36</tomcat.version> + <skipTests>true</skipTests> </properties> <build>
