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

Commit

Permalink
Merge pull request #402 from ppalaga/master
Browse files Browse the repository at this point in the history
HAWKULAR-430 add-user Wildfly broken due to missing 'domain' directory
  • Loading branch information
ppalaga committed Aug 14, 2015
2 parents a29c9ec + 0d88833 commit a695402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@
<configuration>
<outputDirectory>${project.build.directory}/wildfly</outputDirectory>
<includeArtifactIds>wildfly-dist</includeArtifactIds>
<excludes>*/appclient/**,*/docs/**,*/domain/**</excludes>
<!-- In */domain, we remove everything except for /configuration/*.properties that are need because of HAWKULAR-430 -->
<excludes>*/appclient/**,*/docs/**,*/domain/data/**,*/domain/tmp/**,*/domain/configuration/*.xml</excludes>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit a695402

Please sign in to comment.