Specify Output File Name : Native Maven Plugin

2009-05-26 Thread Abhinav Sharma
I'm using the native plugin to build a C++ static library. However, the output name is always ${project.artifactId}.a. I would like to the name of the out file. Is there a way to do this? Thanks, Abhinav -- View this message in context:

Re: Specify Output File Name : Native Maven Plugin

2009-05-26 Thread Dan Tran
It is not possible to change the output file name, even using finalName http://jira.codehaus.org/browse/MOJO-896 -D http://jira.codehaus.org/browse/MOJO-896 On Tue, May 26, 2009 at 1:53 AM, Abhinav Sharma abhin...@qualcomm.com wrote: I'm using the native plugin to build a C++ static library.