jira-importer commented on issue #587: URL: https://github.com/apache/maven-deploy-plugin/issues/587#issuecomment-2771553800
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Few pointers: * Here is a resolver [demo of deploying](https://github.com/apache/maven-resolver/blob/master/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/DeployArtifacts.java) * uses [this RepositoryListener](https://github.com/apache/maven-resolver/blob/master/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/util/ConsoleRepositoryListener.java) * and produces console output like this (receives the transformed/timestamped version): ``` Deployed test:org.apache.maven.aether.examples:jar:0.1-20231013.161347-1 to org.apache.maven.aether.examples (file:/home/cstamas/Worx/apache-maven/maven-resolver/target/dist-repo, default, releases+snapshots) ``` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org