Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The following files don't have the standard SVN settings:
svn ps svn:eol-style native src/it/resources/generate-from-bundle-with-type-and-classifier/src/main/java/org/apache/maven/plugin/rresource/it/App.java
svn ps svn:eol-style native src/test/java/org/apache/maven/plugin/resources/remote/it/IT_GenerateFromBundleWithTypeAndClassifier.java
svn ps svn:eol-style native src/it/resources/bad-dependency-poms/repo/test/invalid/0.1/invalid-0.1.pom
svn ps svn:eol-style native src/it/resources/bad-dependency-poms/repo/test/pom/0.2/pom-0.2.pom
svn ps svn:eol-style native src/it/resources/bootstrap/resource-bundle-with-type-and-classifier/pom.xml
svn ps svn:eol-style native src/it/resources/bootstrap/resource-bundle-with-type-and-classifier/src/main/resources/DEPENDENCIES.vm
svn ps svn:eol-style native src/it/resources/generate-from-bundle-with-type-and-classifier/pom.xml
svn ps svn:eol-style native src/it/settings.xml
The following files have invalid SVN keyword settings:
pom.xml
src/it/maven-remote-resources-test/pom.xml
src/site/apt/index.apt.vm
src/site/apt/usage.apt.vm
src/site/fml/faq.fml
src/site/site.xml
For example, pom.xml has
keywords="Author Date Id Revision"
whereas it should be
keywords=Author Date Id Revision
Looks like spurious quotes have been added.
But ideally, Date should not be enabled (it's locale-dependent) and Author is unlikely to be useful. Id and Revision may be useful at times.