Re: maven assembly plugin not recognizing

2017-03-07 Thread Anders Hammar
There is no finalName config parameter for the single goal, see [1]. I suggest that you use appendAssemblyId, which is the intended usage. [1] http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html /Anders On Tue, Mar 7, 2017 at 11:48 PM, Bikramjit Singh wrote: > I have followi

maven assembly plugin not recognizing

2017-03-07 Thread Bikramjit Singh
I have following Question How do I use tag to give different name to two jars ? it is not picking up the for 2nd ("client" ) Am I doing it wrong ? I have following. org.apache.maven.plugins maven-assembly-plugin

Re: Possible to use maven API to get another projects binaries ?

2017-03-07 Thread Tushar Kapila
So is my best bet to make a OS Process, collect the output and parse the text to get files created like the following maven run snippet: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ CmdLineCalc --- [INFO] Building jar: /Users/dev1/u

Re: Possible to use maven API to get another projects binaries ?

2017-03-07 Thread Thomas Broyer
On Tue, Mar 7, 2017 at 11:59 AM Tushar Kapila wrote: > hello > > I would like to get output binaries -how many/ name and output paths, > of an arbitrary maven project. It could have multiple ways / profiles > of being built (for example client jar, service app and front end war > file, the way t

Possible to use maven API to get another projects binaries ?

2017-03-07 Thread Tushar Kapila
hello I would like to get output binaries -how many/ name and output paths, of an arbitrary maven project. It could have multiple ways / profiles of being built (for example client jar, service app and front end war file, the way to build these will be with me, provided in a build.json file with