A very short Maven guide
Submitted by kobit on Tue, 2010-04-06 21:22
If you don't use Maven at all or use it once a year you may find the document a useful maven commands reminder:
Snapshot compilation and snapshot package generation
mvn compile- compilation of the snapshot packagemvn package- create snapshot jar filemvn install- install in local repository shanpshot jar filemvn deploy- deploy to the remote repository snapshot jar file
Release compilation, generation
mvn release:prepareprepare the project for a new version releasemvn release:performexecute new version release generation
Generating tar.gz, tar.bz2 file with sources only
mvn -DdescriptorId=src assembly:assembly
- Add new comment
- 338 reads








Recent comments
7 hours 14 min ago
7 hours 21 min ago
10 hours 31 min ago
11 hours 3 min ago
11 hours 6 min ago
14 hours 15 min ago
17 hours 59 min ago
1 day 5 hours ago
1 day 7 hours ago
1 day 10 hours ago