We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
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
No response
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: