Skip to content

Commit

Permalink
Switch to copy-module-artifacts="true" in server-provisioning.xml
Browse files Browse the repository at this point in the history
This is necessary because with copy-module-artifacts="false", the
artifacts are looked for in local maven repo where they are not
available before the install phase, which is after both test and
integration tests-phases. If this sometimes works with
copy-module-artifacts="false", it caused by either consuming the
artifacts in the local repo from the previous builds or pulling
SNAPSHOTs from the SNAPSHOT maven repository.
  • Loading branch information
ppalaga committed Dec 4, 2015
1 parent 7675440 commit cd6b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawkular-bus-itests/server-provisioning.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
-->
<server-provisioning xmlns="urn:wildfly:server-provisioning:1.1" extract-schemas="true"
copy-module-artifacts="false">
copy-module-artifacts="true">
<feature-packs>
<feature-pack groupId="org.hawkular.bus" artifactId="hawkular-bus-feature-pack" version="${project.version}" />
</feature-packs>
Expand Down

0 comments on commit cd6b5a3

Please sign in to comment.