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 McCulloch wrote:
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" <[email protected]> wrote:
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 the
target folder.
However, on my pom-only project, there is no signed output for the pom
file and thus deploying to maven central fails (staging actually works, but
the staging repo can not be closed because the central sync requirement
"Signature Validation" fails).
I'm basically following the guide here:
http://central.sonatype.org/pages/apache-maven.html
for deploying to maven central.
How can I force a signed output for the pom file?
--
Regards
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]