Please, I want to test CVS and Maven tools within an existing project so:
is there any open source project that I can check out from its "CVS" and build it with "Maven"?
thanx in advance
Please, I want to test CVS and Maven tools within an existing project so:
is there any open source project that I can check out from its "CVS" and build it with "Maven"?
thanx in advance
If you want a fairly large project to try out, you can take a look at Shindig:
http://incubator.apache.org/shindig/
The instructions for building it with maven and running from within eclipse are here:
http://incubator.apache.org/shindig/developers/java/build.html
PortletBridge would be a good one.
Be sure to specify portletbridge-ng as the module.
Well, most of open source java project use Maven, but I think SVN is more popular. If you are looking for other examples (might be svn) look at mz previous question
To find test project go to SourceForge.net, search for java projects, choose project and then open Develop tab like in this Hibernate example. There is high probability that project you choose is build by Maven.