This closes #241 - changing default on profile
This commit is contained in:
commit
2c2f70e9c7
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