- added
ampm
script
- use http://repo1.maven.org/maven2/[org]/[artifact]/maven-metadata.xml
- latest, versions, lastUpdated
- check M2_HOME for settings.xml
- use "artifact" parameter
- list organizations with artifacts in local repo
- list installed artifacts of organization
- list installed versions of artifacts
- order versions in version-like order! not simply alphanumeric
- show-artifact: pom info, latest-version on central...
- generate ant tasks dependency graph - graphml
- parse JSON with js - http://stackoverflow.com/questions/2527020/parse-json-with-ant
- query search.maven.org for latest version of artifact
- install (, run & make-exec) latest version of artifact
- extract mainclass from jar/manifest
- add -Dclasspath
- task to install "maven-ant-tasks"
- test if maven-ant-tasks is present
- make-exec: add -Dexec.variant
- rename xxx.yyy targets to xxx-yyy
- check .m2/settings.xml for local repo location