artifactory-maven-plugin icon indicating copy to clipboard operation
artifactory-maven-plugin copied to clipboard

Add Support console parameter

Open hupling opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

https://maven.apache.org/guides/mini/guide-configuring-plugins.html#generic-configuration

for example mvn org.jfrog.buildinfo:artifactory-maven-plugin:3.6.1 publish -Dpublisher.contextUrl=https://acme.jfrog.io - Dpublischer.username=deployer -Dpublisher.possword=dontellanyone -Dpublisher.repoKey=libs-release-local -Dpublischer.snapshotRepoKey=libs-snapshot-local

Describe the solution you'd like to see

add https://maven.apache.org/guides/mini/guide-configuring-plugins.html#generic-configuration in https://github.com/jfrog/artifactory-maven-plugin/blob/master/src/main/java/org/jfrog/buildinfo/ArtifactoryMojo.java

Describe alternatives you've considered

No response

Additional context

No response

hupling avatar Jan 24 '24 13:01 hupling

I asked for this years ago. I have created a in-house plugin extending this one to avoid polluting the pom with proprietary software.

Nexus does it this right.

As it stands, this plugin is useless.

bitstrings avatar Apr 05 '24 22:04 bitstrings