Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
None
Description
While reviewing the build for RAT-64, I noticed some cleanups that can be made:
1) get rid of using /src/main/java for a resource folder. I found only one file that would be affected (package.html) and moved it to src/main/resources
2) scm info duplicated in module poms...this will be inherited from the parent module
3) use apache parent v6 to pull in latest apache config
4) moved plugin versions to pluginManagement
5) specified proper groups for plugins (assuming org.apache.maven.plugins is deprecated in maven3)
see attached patch for these fixes.