Thursday, 15 July 2010

java - maven transfer all repositories separately -


I am trying to generate an executable jar for a project called "MySAS", such as:

This is myasas / Creates two jar files in target: mysas-0.1.0.jar, and mysas-0.1.0-jar-with-dependencies.jar.

I need to test and run this file on a remote machine but mysas-0.1.0-jar-with-dependencies.jar is about 500 MB

I do not want to The time when I make a small change, take this big file, is there any way that I can transfer dependencies only once, and using mysas-0.1.0.jar to test my changes Can i You can package the dependent jar by using the Maven Assembly Plugin and while executing the application, make sure that these are jars.

on classpath

No comments:

Post a Comment