public
Description: Example Maven 2.0 projects for a 2-day Maven training course
Homepage: http://www.ambientideas.com
Clone URL: git://github.com/matthewmccullough/maven-training.git
name age message
file .gitignore Sun Mar 01 19:38:47 -0800 2009 Ignoring the subversion-retrieved sample 11 [matthewmccullough]
file .gitmodules Sun Mar 01 16:52:54 -0800 2009 Adding module for sample 11 [matthewmccullough]
file README.txt Sun Mar 01 19:49:30 -0800 2009 Updating readme to explain how to check out the... [matthewmccullough]
directory sample01-barestbones/ Sun Mar 01 21:10:25 -0800 2009 Updating name tags in poms to be more descriptive [matthewmccullough]
directory sample02-dependency/ Sun Mar 01 21:10:25 -0800 2009 Updating name tags in poms to be more descriptive [matthewmccullough]
directory sample02b-analyzedepmgt/ Mon Jul 06 21:44:50 -0700 2009 Adding analyze-dep-mgt example [matthewmccullough]
directory sample03-defaultgoal/ Sun Mar 01 21:13:36 -0800 2009 Adding README to sample for defaultGoal [matthewmccullough]
directory sample03a-exception/ Sat Jul 18 13:32:38 -0700 2009 New sample for exception staack traces [matthewmccullough]
directory sample03b-debuggerattach/ Sat Jul 18 13:16:46 -0700 2009 Enhancing junit test [matthewmccullough]
directory sample04a-groovyapp/ Sun Mar 08 13:10:42 -0700 2009 Adding groovy app example [matthewmccullough]
directory sample04b-groovymojo/ Sun Mar 08 13:14:52 -0700 2009 Adding groovy mojo example [matthewmccullough]
directory sample04c-grailsapp/ Sat May 30 11:09:24 -0700 2009 Ignoring eclipse-generated classes directory fo... [matthewmccullough]
directory sample05-importscope/ Mon Feb 09 20:55:00 -0800 2009 Adding import scope sample [matthewmccullough]
directory sample06-echoantrun/ Sun Mar 01 22:06:09 -0800 2009 Allowing superpom to specify ant plugin version... [matthewmccullough]
directory sample07-pluginmanagement/ Thu Feb 26 08:28:09 -0800 2009 Checkin of multimodule project with plugin conf... [matthewmccullough]
directory sample08-multimodulejava/ Sat May 30 11:23:44 -0700 2009 Adding sample scripts for version checking and ... [matthewmccullough]
directory sample08-multiprojejb/ Sat May 30 09:25:01 -0700 2009 Renaming sample08 to indicate itt is an EJB pro... [matthewmccullough]
directory sample10-jnlpwebstart/ Mon Feb 09 20:21:28 -0800 2009 Setting pom URL tag to GITHUB home for this pro... [matthewmccullough]
submodule sample11-gitscm_submodule.git - 374f5b7 Sun Mar 08 15:26:42 -0700 2009 Updating module 11 from release plugin [matthewmccullough]
directory sample12-eclipseimports/ Sun Mar 01 16:48:55 -0800 2009 Adding Eclipse samples [matthewmccullough]
directory sample13-wicket-withunneededdependencies/ Sun Mar 01 21:08:04 -0800 2009 Updated readme, added a default goal to pom [matthewmccullough]
directory sample14-wicket-withreports/ Sun Mar 08 16:04:29 -0700 2009 Adding project 14 for reporting [matthewmccullough]
directory sample15-prevent-plugin-inheritance/ Sun Nov 29 14:54:40 -0800 2009 Adding sample on how to prevent inheritance of ... [matthewmccullough]
directory sample16-groovy-unit-tests/ Sat Dec 12 11:37:03 -0800 2009 Working around groovy compilation failure on "A... [matthewmccullough]
README.txt
Sample 11 is a submodule.  After cloning the top level project, type:
git submodule init
git submodule update

This will fetch the indicated Hash-referenced-version source for the submodule sample 11.

Then to checkout the subversion variant of sample11, type:
svn co http://ambientideas.unfuddle.com/svn/ambientideas_sample11-svnscm/trunk sample11-svnscm.svn