Re: "mvn assembly" no longer works

2016-11-17 Thread Matt Post
Ah, thanks Lewis. I did update the README to mention the new package target.



> On Nov 17, 2016, at 1:36 AM, lewis john mcgibbney  wrote:
> 
> Hi Matt,
> Again, I am on digest and didn't receive but I'll reply here.
> No need to use the Maven assembly plugin anymore... simply execute mvn 
> package... you will then see 
> ./target/joshua-6.2-SNAPSHOT-jar-with-dependencies.jar the exact same, but 
> now a default Maven task rather than a custom plugin implementation.
> Do we need to update README?
> 
> -- 
> http://home.apache.org/~lewismc/ 
> @hectorMcSpector
> http://www.linkedin.com/in/lmcgibbney 



RE: "mvn assembly" no longer works

2016-11-16 Thread lewis john mcgibbney
Hi Matt,
Again, I am on digest and didn't receive but I'll reply here.
No need to use the Maven assembly plugin anymore... simply execute mvn
package... you will then see
./target/joshua-6.2-SNAPSHOT-jar-with-dependencies.jar the exact same, but
now a default Maven task rather than a custom plugin implementation.
Do we need to update README?

-- 
http://home.apache.org/~lewismc/
@hectorMcSpector
http://www.linkedin.com/in/lmcgibbney


"mvn assembly" no longer works

2016-11-15 Thread Matt Post
Lewis — with the last two changes you pushed up,

mvn assembly:single

no longer produces the consolidated jar in $JOSHUA/target. Can you advise?

matt