This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: maven-assembly-plugin example with tutorial in maven2
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
Maven assembly plugin in maven2:-
Maven is project build management tool , it automate the build phase of any java
projects.whenever the project is build, it crease single modules with the format of jar or war.
so it builds and zip your project including configuration files and other xml files into different customized output module types lik zip,jar,wat and other tar.gz formats.
As you