cstamas commented on code in PR #1965:
URL: https://github.com/apache/maven-resolver/pull/1965#discussion_r3594502778
##########
maven-resolver-tools/pom.xml:
##########
@@ -199,8 +204,8 @@
<phase>package</phase>
<configuration>
<mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass>
+ <classpathScope>test</classpathScope>
<arguments>
- <argument>--mode=resolver</argument>
<argument>--templates=configuration.properties,configuration.yaml</argument>
Review Comment:
The properties and yaml files are deployed:
https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-tools/2.0.20/
But are not yet used anywhere AFAIK. The idea was to allow some other app
(IDE? CLI?) to pick them up and provide some programmatic help/assistance with
config, but we never got there.
@gnodet ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]