Polish whitespace and comments in pom files
- Convert spaces to tabs on -ftp/pom.xml
- Normalize multi-line comments to fit the following style:
<!--
depend explicitly on 2.0 in order to pick up the new
release:update-versions goal
-->
- Revert some of the formatting that the Maven release:update-versions
goal forced on us. After it failed to perform its duties during the M7
release, it appears we will not be using it anymore.
This commit is contained in:
@@ -24,16 +24,6 @@
|
||||
<outputDirectory/>
|
||||
<lineEnding>dos</lineEnding>
|
||||
</fileSet>
|
||||
<!-- TODO: commented out, pending resolution of what to do with distributing 3rd party deps
|
||||
<fileSet>
|
||||
adds dependency jars to the distribution archive under the 'lib' directory
|
||||
see pom.xml 'maven-dependency-plugin' declaration
|
||||
<directory>${project.build.directory}/dependency</directory>
|
||||
<includes>
|
||||
<include>**/*.jar</include>
|
||||
</includes>
|
||||
<outputDirectory>lib</outputDirectory>
|
||||
</fileSet> -->
|
||||
<fileSet>
|
||||
<!-- adds reference manual (html and pdf) to the distribution archive under the
|
||||
'docs/reference' directory
|
||||
|
||||
Reference in New Issue
Block a user