Re: [maven-release-plugin] Passing additional parameters

2018-05-18 Thread Naveen Swamy
Hi Robert, Thanks for your response. After a lot of trial-error, I figured to just what said here: https://github.com/nswamy/incubator-mxnet/blob/v1.2.0/Makefile#L599 -Naveen On Fri, May 18, 2018 at 12:27 PM, Robert Scholte wrote: > Hi, > > this is the important part of the commandline that tr

Re: [maven-release-plugin] Passing additional parameters

2018-05-18 Thread Robert Scholte
Hi, this is the important part of the commandline that tricked you: -Darguments=-DskipTests so -DskipTests is the only argument being passed. If you want to add more, you need to quote them, e.g -Darguments="-DskipTests -Dkey=value" I noticed -Dcxx="$(CXX)" already has quotes, so you need t

[maven-release-plugin] Passing additional parameters

2018-05-17 Thread Naveen Swamy
Hello there, I have a question regarding maven release plugin. We use codehaus native-plugin to build jni, I want to pass the cflags during release phase. However I see that I am unable to pass any of the arguments through release plugin. Any experience or pointers would help this is mvn command w