[
https://issues.apache.org/jira/browse/HADOOP-7798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142408#comment-13142408
]
Doug Cutting commented on HADOOP-7798:
--------------------------------------
In Avro I'm able to push the candidate jars to Nexus with:
mvn -P dist,sign deploy -DskipTests=true -Dgpg.passphrase=XXX
-Davro.version=X.Y.Z
where the 'sign' profile is:
{noformat}
<profile>
<id>sign</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
{noformat}
> Release artifacts need to be signed for Nexus
> ---------------------------------------------
>
> Key: HADOOP-7798
> URL: https://issues.apache.org/jira/browse/HADOOP-7798
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 0.23.0
> Reporter: Arun C Murthy
> Priority: Blocker
> Fix For: 0.23.0
>
>
> When I uploaded hadoop-0.23.0-rc1 artifacts to Nexus it complains that
> artifacts aren't signed. Hence I won't be able push the release jars after
> the vote.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira