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:
@@ -7,19 +7,6 @@
|
||||
</formats>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<fileSets>
|
||||
<!-- <fileSet>-->
|
||||
<!-- <!–-->
|
||||
<!-- Adds readme and other textfiles to the root of the distribution archive.-->
|
||||
<!-- –>-->
|
||||
<!-- <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
|
||||
|
||||
Reference in New Issue
Block a user