Date: 2004-06-08T20:36:59 Editor: PeterPilgrim <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsAndMaven URL: http://wiki.apache.org/struts/StrutsAndMaven
no comment Change Log: ------------------------------------------------------------------------------ @@ -50,3 +50,43 @@ Ryan Hoegg: Joe, maven genapp now supports templates, so perhaps you should just create a template instead. If the genapp plugin isn't flexible enough for what you want to do, file a bug report in [http://jira.codehaus.org/secure/BrowseProject.jspa?id=10334 jira] and I promise to take a look. :) + +---- + +Peter Pilgrim + +The Maven commands for Struts are the following + + + maven jar + + maven war + + maven dist + + +These command seem only to build the JAR and WAR files for Struts inside the directory +For the following command show what is build on a Linux/Unix system + + find . -name "*.[jw]ar" + ./m-target/struts-1.2.1-dev.jar + ./m-target/struts/WEB-INF/lib/commons-beanutils-1.6.1.jar + ./m-target/struts/WEB-INF/lib/commons-collections-2.1.jar + ./m-target/struts/WEB-INF/lib/commons-digester-1.5.jar + ./m-target/struts/WEB-INF/lib/commons-fileupload-1.0.jar + ./m-target/struts/WEB-INF/lib/commons-logging-1.0.3.jar + ./m-target/struts/WEB-INF/lib/commons-validator-1.1.3-dev.jar + ./m-target/struts/WEB-INF/lib/oro-2.0.7.jar + ./m-target/struts/WEB-INF/lib/xml-apis-2.0.2.jar + ./m-target/struts/WEB-INF/lib/antlr-2.7.2.jar + ./m-target/struts.war + ./m-target/struts-1.2.1-dev/bin/struts-1.2.1-dev/struts-1.2.1-dev.jar + + + +The current Maven ''project.xml'' does ''not'' build the Struts Examples +web applications or the Contribution directory targets. For these you still +need to use ANT and the build.properties file. + + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]