Re: ant -Drelease=true publish failed

2017-10-20 Thread Robert Lu
Hi, I noticed that the java library is used ant. and Maven Ant Tasks is retired. So, I start to work for migrating to maven. On Wed, Oct 18, 2017 at 8:09 AM, Jake Farrell wrote: > Looks like the gpg-plugin version might be failing due to needing a > specific version of

Re: ant -Drelease=true publish failed

2017-10-17 Thread Jake Farrell
Looks like the gpg-plugin version might be failing due to needing a specific version of maven 'org.apache.maven.plugins:maven-gpg-plugin': Plugin requires Maven version 2.2.1 where you are currently running 3.5.0. Have you tried building with Maven 2.2.1? -Jake On Mon, Oct 16, 2017 at 2:41 AM,

ant -Drelease=true publish failed

2017-10-16 Thread Robert Lu
Hi, I read the build.xml at https://github.com/apache/thrift/blob/8b8a8efea13d1c97f856053af0a5c0e6a8a76354/lib/java/build.xml#L416-L419 I want to know why use signAndDeploy for pom file. So I run: ant -Drelease=true publish at thrift/lib/java But, it's failed: publish: [artifact:mvn] [INFO]