Skip to content

Commit

Permalink
Simplify the release profile by removing redundant modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbert committed May 8, 2023
1 parent cf78d0b commit b49916f
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -721,20 +721,7 @@ This is avoided by creating an empty directory when svn is not available.

<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>

<modules>
<module>dist-archive</module>
</modules>
</profile>
Expand Down

0 comments on commit b49916f

Please sign in to comment.