ARTEMIS-4334: move artemis-website into the release profile since it now does nothing outwith it
This commit is contained in:
parent
4e9f5fd3aa
commit
e59fb0233e
2
pom.xml
2
pom.xml
|
@ -36,7 +36,6 @@
|
|||
<module>artemis-cdi-client</module>
|
||||
<module>artemis-boot</module>
|
||||
<module>artemis-web</module>
|
||||
<module>artemis-website</module>
|
||||
<module>artemis-cli</module>
|
||||
<module>artemis-commons</module>
|
||||
<module>artemis-selector</module>
|
||||
|
@ -1186,6 +1185,7 @@
|
|||
<profile>
|
||||
<id>release</id>
|
||||
<modules>
|
||||
<module>artemis-website</module>
|
||||
<module>examples</module>
|
||||
</modules>
|
||||
<build>
|
||||
|
|
Loading…
Reference in New Issue