On 1/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: wsmoak > Date: Wed Jan 4 19:23:01 2006 > New Revision: 366067 > > URL: http://svn.apache.org/viewcvs?rev=366067&view=rev > Log: > Added experimental Maven 2 build files: struts-el, struts-extras, > struts-taglib, struts-tiles
I missed updating build/pom.xml. I'll fix it tonight, but in case anyone is trying to use the new build files, there's a patch below. Index: build/pom.xml =================================================================== --- build/pom.xml (revision 366190) +++ build/pom.xml (working copy) @@ -242,9 +242,10 @@ <modules> <module>../action</module> - <!--module>../taglib</module--> - <!--module>../el</module--> - <!--module>../tiles</module--> + <module>../taglib</module> + <module>../el</module> + <module>../tiles</module> + <module>../extras</module> <!--module>../apps</module--> </modules> M2 is also (occasionally) unhappy about not being able to find a pom for the Resources release candidate. If you get errors, save the minimal pom (below) as commons-resources-1.0.0-RC1.pom in your local repo next to the jar. <project> <modelVersion>4.0.0</modelVersion> <groupId>commons-resources</groupId> <artifactId>commons-resources</artifactId> <version>1.0.0-RC1</version> <packaging>jar</packaging> <name>Commons Resources</name> <url>http://jakarta.apache.org/commons/resources</url> </project> -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]