Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
c1b45729
Commit
c1b45729
authored
Apr 05, 2016
by
michael.simon
Browse files
make wildfly the default maven build profile
parent
0cc3a6d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c1b45729
...
...
@@ -253,9 +253,6 @@
<profiles>
<profile>
<id>
prod
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<bwreg.name.suffix></bwreg.name.suffix>
<bwreg.faces.stage>
Production
</bwreg.faces.stage>
...
...
@@ -293,6 +290,9 @@
<profile>
<id>
prod-wildfly
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<bwreg.name.suffix></bwreg.name.suffix>
<bwreg.faces.stage>
Production
</bwreg.faces.stage>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment