Re: How big is repo1?

2009-07-08 Thread Deron Eriksson
Hi Steve, The central repository is massive. As of July 4th: Maven Repository Totals: 773,960 Files 93,618 Directories 114,996 Archives 66 GB (71,762,387,589 bytes) Content within Archives: 6,405,263 Java Class Files 2,145,630 Java Source Code Files 3,205,789 HTML Files

RE: New Maven Respository Search Application

2009-02-23 Thread Deron Eriksson
of a growing, healthy maven community. If nothing else, it's been a great learning experience. Keep up the great work with m2eclipse. I really think it is opening up maven to thousands of new developers and making their (and our) lives easier. Take care, Deron Eriksson Eugene Kuleshov wrote: Deron

Re: mvn jetty home?

2009-02-16 Thread Deron Eriksson
/version /plugin The configuration guide describes configuration/execution of the various goals. Good luck, Deron Eriksson Code Strategies -- View this message in context: http://www.nabble.com/Maven-using-old-snapshot-poms--tp21977241p22048668.html Sent from the Maven - Users mailing list

New Maven Respository Search Application

2009-02-12 Thread Deron Eriksson
, and constructive criticism are always welcome! Deron Eriksson Code Strategies -- View this message in context: http://www.nabble.com/New-Maven-Respository-Search-Application-tp21973961p21973961.html Sent from the Maven - Users mailing list archive at Nabble.com

RE: New Maven Respository Search Application

2009-02-12 Thread Deron Eriksson
, encourage more people to adopt Java and Maven. Let me know if you have any other questions or suggestions. Deron Eriksson -- View this message in context: http://www.nabble.com/New-Maven-Respository-Search-Application-tp21973961p21982369.html Sent from the Maven - Users mailing list archive

Re: public html index for the site repo of org.apache.maven.plugins?

2009-01-24 Thread Deron Eriksson
of a org.apache.maven.plugins project query: http://www.jarvana.com/jarvana/search?search_type=projectproject=org.apache.maven.plugins Deron Eriksson -- View this message in context: http://www.nabble.com/public-html-index-for-the-site-repo-of-org.apache.maven.plugins--tp21632964p21639059.html Sent from

Re: How to do sftp without getting passwd or connection prompt?

2009-01-23 Thread Deron Eriksson
/ssh_key_based_logins_putty Deron Eriksson -- View this message in context: http://www.nabble.com/How-to-do-sftp-without-getting-passwd-or-connection-prompt--tp21632915p21637964.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to exclude classes from package in target/classes to be copied to WAR in packaging

2009-01-19 Thread Deron Eriksson
. If you inspect your war file that is created, you should see that it does not contain your test classes. Deron Eriksson -- View this message in context: http://www.nabble.com/how-to-exclude-classes-from-package-in-target-classes-to-be-copied-to-WAR-in-packaging-tp21540465p21542863.html Sent from

Re: how to exclude classes from package in target/classes to be copied to WAR in packaging

2009-01-19 Thread Deron Eriksson
inspect your war file that is created, you should see that it does not contain your test classes. By the way, it's a good idea to run clean before running lifecycle commands like 'package' since this ensures that old stuff is cleaned out when you build your new artifact. Deron Eriksson

Re: Using maven with eclipse

2009-01-16 Thread Deron Eriksson
add a dependency to your project in Eclipse is a really fantastic feature. Deron Eriksson -- View this message in context: http://www.nabble.com/Using-maven-with-eclipse-tp21478705p21498725.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Help for strange things about central repositiory

2009-01-03 Thread Deron Eriksson
firewall normally asks you if you want to block or allow a program's communication when it first occurs, but it doesn't always do this. Deron Eriksson Jinyuan Zhou-3 wrote: Got hint from this thread http://www.mail-archive.com/users@maven.apache.org/msg69753.html and I am going to look at my