Sure, you can take a look at my POM at http://viewvc.lojjic.net/viewvc.cgi/svn/rdfcms/trunk/pom.xml
You can see in the dependencies section it pulls in the cocoon 2.1.9 artifacts I need. Unfortunately those artifacts don't declare their transient dependencies, so I had to go through and figure out what those are and include them all individually; the POMs from cocoon trunk were very helpful for figuring those out. There are still a few dependencies that aren't in the global ibiblio repository (bcel, nekodtd, dojo, cocoon-serializers-charsets) so I keep those jars in svn and have a hackish install-third-party-jars.sh script that manually installs them into the local repository. Hopefully those will be made available in the near future. --Jason On Wed, 2006-05-24 at 10:49 -0400, Gavin Carothers wrote: > I'm sure I'm not the only one who would love to see what a maven > build for 2.1.X looks like. If you have the time any chance of a > either a copy of the pom or a short article on how this was done? I > know the 2.2 tree is built around maven and is fully mavenized but > even a half mavenized solution for 2.1.X would be a great solution > for those of us who would like to use maven with cocoon but need the > stability of the 2.1.X branch in order to deploy applications. > > Cheers, > Gavin > > On Apr 29, 2006, at 11:50 PM, Jason Johnston wrote: > > > I'm converting one of my projects to use Maven for its build process. > > I've set it up to pull down the needed Cocoon JARs from the ibiblio > > repository at http://www.ibiblio.org/maven2/cocoon/*. > > > > It's working great, except I noticed that the template block > > included in > > 2.1.9 is not available in that repository. Is that something > > someone on > > this list can add to ibiblio? > > > > Thanks much > > --Jason >
