Questions tagged [maven-deploy-plugin]

The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects.

The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects.

This plugin has a default binding to the deploy phase, which is also the last phase of the default Maven lifecycle. Hence, Maven will firstly invoke any preceding phase, build the required artifact and lastly use this plugin to deploy it.

Check the official usage page for a first look at how to use it.

More Info

186 questions
0
votes
1 answer

Glassfish Maven Deploy Plugin - Deployment Failure

Getting an exception while trying to deploy my maven-based application into Glassfish 3.1.2.2. I'm using org.glassfish.maven.plugin for deployment. Here's my source files: pom.xml org.glassfish.maven.plugin
talha06
  • 6,206
  • 21
  • 92
  • 147
0
votes
1 answer

Nexus repository not updated

We upload artifacts to Nexus through the file protocol with Maven deploy plugin. Sometimes, those artifacts do not appear directly in Nexus Web interface. I have to do 'expire cache' and refresh the page. Moreover, this causes builds dependant of…
PeeWee2201
  • 1,464
  • 2
  • 15
  • 23
0
votes
1 answer

Maven site:deploy (with DIFFERENT url) during "deploy" goal (when in testing profile)?

How can I make maven do a site:site and a site:deploy when the deploy is run? Am I best off to make my own plugin (modified version of maven-release-plugin) or is there an easy way in Maven (configuration of a plugin within a profile)? Thanks! EDIT…
0
votes
1 answer

Add an additional folder onto the maven deploy process

I currently have this folder structure in my project CTIConnector |- src |-main |-java |-resources |-webapp After using mvn deploy the target folder contains a jar, holding the resources folder. But i would like to also have…
user2329125
-1
votes
2 answers

Maven: How to deploy with same file name of same version

When I run maven deploy, of version example: 0.0.1 SNAPSHOT, then it automatically add version + timestamp. How to remove this and do deploy. I need only app.jar or app-0.0.1 SNAPSHOT.jar not with timestamp Refer image Snapshot of artifactory
-2
votes
1 answer

Maven deploy to Nexus, No X509TrustManager

I am trying to deploy a deb-package to Nexus with maven. But I get the error No X509TrustManager implementation available No stacktrace available, just an Exception: java.security.cert.CertificationException. So, how do I get a X509TrustManager…
BadJoke
  • 147
  • 1
  • 1
  • 10
1 2 3
12
13