Change default profile from 'dev' to 'distro'
This commit is contained in:
parent
0f724aea53
commit
90d90b5e18
6
pom.xml
6
pom.xml
|
@ -482,9 +482,6 @@
|
|||
<profiles>
|
||||
<profile>
|
||||
<id>dev</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>artemis-boot</module>
|
||||
<module>artemis-dto</module>
|
||||
|
@ -516,6 +513,9 @@
|
|||
</profile>
|
||||
<profile>
|
||||
<id>distro</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>artemis-dto</module>
|
||||
<module>artemis-web</module>
|
||||
|
|
Loading…
Reference in New Issue