Add a release profile

This commit is contained in:
aherbert 2022-01-18 17:35:17 +00:00
parent 2a1da68177
commit 916a7d0c14
1 changed files with 20 additions and 0 deletions

20
pom.xml
View File

@ -844,6 +844,26 @@ This is avoided by creating an empty directory when svn is not available.
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<modules> <!-- Do not change the ordering of the 4 blocks below. -->
<!-- 1. Modules that do not depend on "legacy" codes. -->
<module>commons-math-core</module>
<module>commons-math-neuralnet</module>
<module>commons-math-transform</module>
<!-- 2. Modularized (but not refactored) legacy functionalities. -->
<module>commons-math-legacy-exception</module>
<module>commons-math-legacy-core</module>
<!-- 3. Non-modularized legacy functionalities. -->
<module>commons-math-legacy</module>
<module>dist-archive</module>
</modules>
</profile>
</profiles>
<developers>