AFAIK, you can't do that with the maven-deploy-plugin, you need to use maven-gpg-plugin:sign-and-deploy-file (which will do the signing too).
On Fri, May 13, 2016 at 12:47 PM Jochen Wiedmann <[email protected]> wrote: > Hi, > > I am deploying my release to a Nexus staging repository by using > > mvn deploy:deploy-file -Dfile=target/myfile-1.0.jar > -DpomFile=target/myFile-1.0.pom > > Is it possible, to have the GPG Signatures (target/myfile-1.0.jar.asc, > etc.) deployed as well? > > Thanks, > > Jochen > > > -- > The next time you hear: "Don't reinvent the wheel!" > > > http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
