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
rch engines, etc), and I think our little search engine is a sign 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) li

Re: mvn jetty home?

2009-02-16 Thread Deron Eriksson
jetty-maven-plugin 7.0.0.pre5 Versions of the plugin before 7 apparently use maven-jetty-plugin as the artifact rather than jetty-maven-plugin: org.mortbay.jetty maven-jetty-plugin 6.1.14 The configuration guide describes configuration/execution of the various goals. Good luck, Der

RE: New Maven Respository Search Application

2009-02-12 Thread Deron Eriksson
ul that it might, in some small ways, 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 M

New Maven Respository Search Application

2009-02-12 Thread Deron Eriksson
s are quite likely to occur in the near future. Questions, comments, and constructive criticism are always welcome! Deron Eriksson Code Strategies -- View this message in context: http://www.nabble.com/New-Maven-Respository-Search-Application-tp21973961p2197

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

2009-01-24 Thread Deron Eriksson
he results of a "org.apache.maven.plugins" project query: http://www.jarvana.com/jarvana/search?search_type=project&project=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--tp216

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

2009-01-23 Thread Deron Eriksson
.howtoforge.com/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 archiv

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

2009-01-19 Thread Deron Eriksson
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: how to exclude classes from package in target/classes to be copied to WAR in packaging

2009-01-19 Thread Deron Eriksson
f you perform a 'mvn clean package', you should see that your regular classes end up in target/classes and your test classes end up in target/test-classes. If you inspect your war file that is created, you should see that it does not contain your test classes. Deron Eriksson -- View

Re: Using maven with eclipse

2009-01-16 Thread Deron Eriksson
omatically 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

Re: Help for strange things about central repositiory

2009-01-03 Thread Deron Eriksson
Windows Vista's 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/ms