Re: Sign and deploy a pom-only artifact to maven central

2014-11-09 Thread Simon Taddiken
Ok, never mind. I figured it out by the moment I sent the last mail. I forgot to activate the plugin as it was only specified in pluginManagement. Sorry for wasting your time :) Regards, Simon On 09.11.2014 13:00, Stuart McCulloch wrote: Does your pom have a release profile that executes gpg

Re: Sign and deploy a pom-only artifact to maven central

2014-11-09 Thread Simon Taddiken
Hi, yes I do have a release profile to perform the gpg signing. Here is a simplified example of my pom: http://pastebin.com/5EirBDC3 Signing and deploying works as expected for projects which have the given pom as parent, but not for the pom itself. Gruß Simon On 09.11.2014 13:00, Stuart M

Re: Sign and deploy a pom-only artifact to maven central

2014-11-09 Thread Stuart McCulloch
Does your pom have a release profile that executes gpg signing? ie. like in https://github.com/sonatype/oss-parents/blob/master/forge-parent/pom.xml On 9 Nov 2014 11:51, "Simon Taddiken" wrote: > Hi, > > I'm trying to introduce a common parent pom for my projects. So I have > created a maven arti

Sign and deploy a pom-only artifact to maven central

2014-11-09 Thread Simon Taddiken
Hi, I'm trying to introduce a common parent pom for my projects. So I have created a maven artifact which only consists of that pom.xml and no further sources, resources or whatsoever. On a "normal" project, upon deploying, a "artifactId-version.pom" and corresponding .asc is created within t