Java Posse 70
rename
Updated
2006-10-28 00:38
Background
| Question | Answer |
|---|---|
| interviewee | Brett Porter |
| Maven is... | - java build tool - dependency manager - produces development info sites |
| maven definition (from home page) | software project management and comprehension tool |
| Maven's main competitor | ant |
| is Maven built on ant? | no, re Maven 2 (yes, re Maven 1) |
| maven home page | maven.apache.org |
| current maven version | 2.0 |
Misc
| Question | Answer |
|---|---|
| continuum | maven continuous intergration tool |
| plugin to run ant code | antrun |
| jelly | xml scripting language (- used by Maven 1) |
| repository manager | component to retrieve jars |
| ibiblio | a site where jars are stored |
| Wagon | api for scp, ftp and http |
| plexus | ioc container |





