You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run artifactoryPublish I get the following error:
Execution failed for task ':library:artifactoryPublish'.
> java.io.IOException: Failed to deploy file. Status code: 409 Response message: Artifactory returned the following errors:
The target deployment path 'com/isapp/chips/library/0.0.0-SNAPSHOT/library-0.0.0-20170222.040717-1.pom' does not match the POM's expected path prefix 'com/isapp/chips/chips/0.0.0-SNAPSHOT'. Please verify your POM content for correctness and make sure the source path is a valid Maven repository root path. Status code: 409
The issue seems to be that in the project, the module I am deploying is named "library" instead of "chips". Is there any way to override that?
The text was updated successfully, but these errors were encountered:
I'm using this script to deploy snapshots to a OSS JFrog repo for this repo.
When I run
artifactoryPublish
I get the following error:The issue seems to be that in the project, the module I am deploying is named "library" instead of "chips". Is there any way to override that?
The text was updated successfully, but these errors were encountered: