This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/doclet-for-config-documentation
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
from cb0080c5d Use custom doclet to extract configuration metadata with the
help of javadoc
add f72cd6423 Allow usage of enum values within configuration
No new revisions were added by this update.
Summary of changes:
maven-resolver-tools/pom.xml | 12 ++
.../eclipse/aether/tools/CollectConfiguration.java | 3 +-
.../aether/tools/ConfigurationCollectorDoclet.java | 104 +++++++++++++--
.../tools/ConfigurationCollectorDocletTest.java | 142 +++++++++++++++++++++
.../aether/sample/SampleConfigurationKeys.java | 78 +++++++++++
5 files changed, 329 insertions(+), 10 deletions(-)
create mode 100644
maven-resolver-tools/src/test/java/org/eclipse/aether/tools/ConfigurationCollectorDocletTest.java
create mode 100644
maven-resolver-tools/src/test/resources/org/eclipse/aether/sample/SampleConfigurationKeys.java