views:

41

answers:

3

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

+1  A: 

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

davek
+1  A: 

PortletBridge would be a good one.

Be sure to specify portletbridge-ng as the module.

Andy Gherna
A: 

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.

cetnar