Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3
-
None
Description
after creating groups for aggregate javadoc in r1648856, some inconsistencies become obvious that would help people understand code:
- for maven-plugin-tools-java, package org.apache.maven.tools.plugin.extractor.java should be org.apache.maven.tools.plugin.extractor.javadoc
- for maven-plugin-tools-annotations, package org.apache.maven.tools.plugin.annotations should be org.apache.maven.tools.plugin.extractor.annotations
Changing these internal java package won't change anything for end-users, it will only improve Maven developers code understanding
notice that maven-plugin-tools-java, ie the artifact id for javadoc extractor, should be renamed to maven-plugin-tools-javadoc, but this artifact id is already used for javadoc doclets: this would require change for end-users using it, then we can't refactor this
while at it, extractors for Ant and Beanshell (and the model) can go to maven-script directory: this will remove clutter from first-level directory (for features less used)