Add a release profile
This commit is contained in:
parent
2a1da68177
commit
916a7d0c14
20
pom.xml
20
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue