SebbASF created MRRESOURCES-70:
----------------------------------
Summary: SVN settings: eol-style and keywords
Key: MRRESOURCES-70
URL: https://jira.codehaus.org/browse/MRRESOURCES-70
Project: Maven Remote Resources Plugin
Issue Type: Bug
Reporter: SebbASF
Priority: Minor
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
svn ps svn:eol-style native src/test/resources/ISO-8859-1.bin.vm
svn ps svn:eol-style native src/test/resources/UTF-8.bin.vm
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira