Fix for distribution
This commit is contained in:
parent
019f27abdb
commit
e675fb3d4f
1 changed files with 8 additions and 8 deletions
|
@ -59,14 +59,6 @@
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
|
||||||
<id>distribution-downloads</id>
|
|
||||||
<modules>
|
|
||||||
<module>api-docs-dist</module>
|
|
||||||
<module>examples-dist</module>
|
|
||||||
<module>downloads</module>
|
|
||||||
</modules>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>community</id>
|
<id>community</id>
|
||||||
<activation>
|
<activation>
|
||||||
|
@ -78,6 +70,14 @@
|
||||||
<module>server-x-dist</module>
|
<module>server-x-dist</module>
|
||||||
</modules>
|
</modules>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>distribution-downloads</id>
|
||||||
|
<modules>
|
||||||
|
<module>api-docs-dist</module>
|
||||||
|
<module>examples-dist</module>
|
||||||
|
<module>downloads</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue