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:
Chris Beams
2010-09-04 13:24:25 +02:00
parent 38cc72ac6b
commit beafd5566c
3 changed files with 98 additions and 107 deletions

View File

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