Is there a way to use the deploy phase to perform some tasks without maven trying to install the artifact to a maven repository?
If you run ‘mvn deploy’, the ‘maven-deploy-plugin’ kicks in. There’s no flag that tells it not to upload the file. So you’d have to make a new lifecycle mapping/packaging for each
If you run ‘mvn deploy’, the ‘maven-deploy-plugin’ kicks in. There’s no flag that tells it not to upload the file. So you’d have to make a new lifecycle mapping/packaging for each
Related Questions
- Is there a way to use the deploy phase to perform some tasks without maven trying to install the artifact to a maven repository?
- How can I create and install a Maven dependency in my local repository from a 3rd party Flex component?
- Is maven deploy goal and actually copying of a dependency or artifact jar to remote repository same?