Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: other
Platform: Other
-
25894
Description
For the commons-sandbox-id project I'm attaching 3 patches the first adds a new
property to the project.properties (commons.project.extendsUri) so that
project.xml or POM's extend tag becomes..
<extend>${commons.project.extendsUri}project-base.xml</extend>
The value is set in project.properties, but I override this locally. This would
be helpful to me if we can incorporate this. My directory structure does not
have ../../jakarta-commons/xdocs/maven/project-base.xml and I'd prefer not to
have to create it there.
The second patch.. adds <property name="ignorePattern" value="* \$"/> to the
checkstyle line length check. The $Header: ... is usually more than 132 so
adding this should cause the * $... expression to be ignored.
Let me know your thoughts.
Thanks
-TR