Daily Archives: July 6, 2011

building in maven

once again… new projects, new concepts and new technologies… this time its maven… the project i am working on, has already set up everything (hopefully)… and my maven knowledge didnt even allow starting the build process… so current reading everything about maven… starting with the wiki page… an building is named packaging… and the console command is:

mvn package

or in eclipse:

right-clicking the project –> Run as –> Mavan Package