mirror of
https://github.com/apache/commons-math.git
synced 2025-02-09 19:45:52 +00:00
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>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</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>
|
</profiles>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user