Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
all
Description
ATM in the plugins examples the version is hardcoded, e.g.
<reporting>
<plugins>
...
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.6</version>
</plugin>
...
</plugins>
</reporting>
Put current version to the examples doc.
NOTE:
Somehow I had problems to create a patch when renaming files. So please first rename following files:
apache-rat-plugin/src/site/apt/examples/basic.apt -->apache-rat-plugin/src/site/apt/examples/basic.apt.vm
apache-rat-plugin/src/site/apt/examples/site.apt --> apache-rat-plugin/src/site/apt/examples/site.apt.vm
apache-rat-plugin/src/site/apt/examples/verify.apt -->apache-rat-plugin/src/site/apt/examples/verify.apt.vm
and then apply the patch