You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Apache Wiki <wi...@apache.org> on 2006/01/06 03:42:04 UTC

[Struts Wiki] Update of "StrutsMaven2Plan" by WendySmoak

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaven2Plan

------------------------------------------------------------------------------
  || src/test/java || src/test || ||
  || src/test/resources || src/test, src/conf || ||
  || src/site/xdoc || xdocs || ||
+ || src/tld || src/main/resources/META-INF || ||
  
   * Configuration will be easier if all of the non-Java resources are in one place.  That can either be in the same directory structure as the source code, or in a separate one.  If in a separate directory, the structure should mirror the desired structure within the build artifact, so that the resources can be copied all at once.
  
@@ -27, +28 @@

  
  === Notes ===
  
-  * The <relativePath> for the parent pom points to the pom.xml file in the svn external 'build' directory.  Maven will first look in the local repository for the pom, then it will look for build/pom.xml.
+  *  The <relativePath> for the parent pom allows Maven to find local modifications that haven't yet been installed in a repository.
   *  JUnit would normally be in test scope, but it is required to compile the mock objects as well as to run the tests.
   *  Optional dependencies will be used for compilation, but they are not transitive.
  
  === Timeline ===
  
   * [DONE] 20051227 - Initial commit of experimental parent pom and pom for struts-action: http://svn.apache.org/viewcvs?rev=359333&view=rev
+  * [DONE] 20060104 - Addition of poms for el, extras, taglib and tiles.
   * Next step... TBD
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org