Fix release process and collapse maven profiles that aren't necessary.

The release process has changed quite a bit since this project first started. Some of the profiles are after thoughts of a previous era of releases. By merging certain profiles and streamlining what happens where, the build process can be much more concise for snapshots, milestones, and releases.
This commit is contained in:
Greg L. Turnquist
2021-01-22 10:00:59 -06:00
parent 67618fb8e5
commit 2fa62693d7
3 changed files with 140 additions and 220 deletions

View File

@@ -7,19 +7,6 @@
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<!-- <fileSet>-->
<!-- &lt;!&ndash;-->
<!-- Adds readme and other textfiles to the root of the distribution archive.-->
<!-- &ndash;&gt;-->
<!-- <directory>src/main/resources</directory>-->
<!-- <includes>-->
<!-- <include>changelog.txt</include>-->
<!-- <include>license.txt</include>-->
<!-- <include>notice.txt</include>-->
<!-- </includes>-->
<!-- <outputDirectory />-->
<!-- <lineEnding>dos</lineEnding>-->
<!-- </fileSet>-->
<fileSet>
<!--
Adds reference manual (html and pdf) to the distribution archive