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

A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and publish build info.

Results 44 artifactory-maven-plugin issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. [buildInfo.issues.tracker](https://github.com/jfrog/build-info-go/blob/df4947b5b00cd42b64de3d5aca7ab5d735ad07f8/buildinfo-schema.json#L195) does not work in this plugin. ```xml gitlab ``` ``` Cannot find 'buildInfo.issues.tracker.name' in class org.jfrog.buildinfo.Config$BuildInfo ``` ###...

feature request

### 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...

feature request

### Describe the bug When I have a pom.xml that has dependencies declared (see example below) and I run the `mvn artifactory:publish -Dpublish.record.all.dependencies=true` (with the other required flags enabled too)...

bug

### Is your feature request related to a problem? Please describe. When doing "plain" maven builds, this plugin already allows "seamless" integration, but if the build contains a jib step,...

feature request

### Is your feature request related to a problem? Please describe. Standard Apache Maven plugins takeover the the standard system properties like _https.proxyHost_, _https.proxy_ and _http.nonProxyHosts_. This is not the...

feature request

Hello, It seems list of goals to activate plugin in class AbstractMojo incomplete. It is impossible to run `mvn ... maven-deploy-plugin ...`, maven understand only `org.apache.maven.plugins:maven-deploy-plugin:deploy` or `deploy:deploy` goals when...

bug

Bumps [org.apache.maven:maven-core](https://github.com/apache/maven) from 3.3.9 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.3.9 to 3.8.1. Commits 05c21c6 [maven-release-plugin] prepare release maven-3.8.1 d295dc3 [MNG-7128] keep blocked attribute from mirrors in artifact repositories a469068 next version in branch 3.8.x is 3.8.1-SNAPSHOT...

dependencies

Bumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.6.0 to 4.8.0. Release notes Sourced from org.codehaus.plexus:plexus-archiver's releases. 4.8.0 🚀 New features and improvements Add tzst alias for tar.zst archiver/unarchived (#274) @​slawekjaranowski 🐛 Bug Fixes detect...

dependencies

- [ ] All [tests](https://github.com/jfrog/artifactory-maven-plugin#testing-the-plugin) passed. If this feature is not already covered by the tests, I added new tests.