Re: Maven project packaging
On 21/01/2011 11:55 AM, CassUser CassUser wrote: Hey guys, We have a large multi-module maven project. We need to ship it to a remote site where the client has no internet access. What is the easiest way to package our source code and all dependencies/plugins etc.? Thanks. Give them a copy of your Nexus repo. Give them a copy of your project source files(Source Repo or a zip of your Eclipse workspace with all your projects on-line). Ron - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org
Re: Maven project packaging
Hi CassUser, On Fri, Jan 21, 2011 at 11:55 AM, CassUser CassUser wrote: > We have a large multi-module maven project. We need to ship it to a remote > site where the client has no internet access. What is the easiest way to > package our source code and all dependencies/plugins etc.? The maven-assembly-plugin would be the best fit. http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html http://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html -Jesse -- There are 10 types of people in this world, those that can read binary and those that can not. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org
Maven project packaging
Hey guys, We have a large multi-module maven project. We need to ship it to a remote site where the client has no internet access. What is the easiest way to package our source code and all dependencies/plugins etc.? Thanks.