What is the likelyhood of significant new features being accepted?

On my hit list are the following:

* a usable listing of all dependencies and/or plugins 
** the current "list" does not list plugins
** the "resolve-plugins" does not list groupid, artifactid, etc
** might just be a "list-plugins"

* a repo purge candidates listing
** it would list all items found in the repo not consumed by the project (think
go-offline)
** could be called shrink-local-repository
*** should take the results from one execution as input to another execution to
cascade filter the removal candidates list.
*** Ex: 

cd /project1 && mvn dependency:shrink-local-repository
-DinputFile=/tmp/purgablelist.txt -DoutputFile=/tmp/purgablelist.txt &&
cd /project2 && mvn dependency:shrink-local-repository
-DinputFile=/tmp/purgablelist.txt -DoutputFile=/tmp/purgablelist.txt &&
mvn dependency:shrink-local-repository -DinputFile=/tmp/purgablelist.txt
-Dpurge=true

-Jason 



--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to