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/StrutsMaintenanceMaven

------------------------------------------------------------------------------
  </settings>
  }}}
  
+ == 6. Snapshots ==
  
+ To deploy snapshots of all build artifacts (pom, jar, war, including -sources 
and -javadoc):
+ {{{
+    mvn deploy -P pre-assembly
+ }}}
+ 
+ Maven will choose the appropriate repository from <distributionManagement> 
based on the version number.  
+ (The <snapshotRepository>, if the version number ends in -SNAPSHOT, the 
<repository>, otherwise.)  
+ 
+ To avoid repeated password prompts, configure the apache-maven-snapshots 
<server> in ~/.m2/settings.xml.
+ 
- == 6. References ==
+ == 7. References ==
+ 
   * [http://www.developer.com/open/article.php/10930_3552026_2 This article] 
provides a good introduction to Maven 2 and lists some other useful goals.
  
- == 7. TODO ==
+ == 8. TODO ==
  
   * Consolidate some of the example apps to reduce the size of the 
distribution (?Suggested by Don?)
   * Create a custom deployment plugin to handle promoting our test builds from 
cvs.apache.org/maven-snapshot-repository to 
www.apache.org/dist/maven-repository.
@@ -138, +150 @@

   * Finish converting the xdocs to src/site/site.xml and src/site/xdoc, figure 
out how the Struts Action site will be arranged and put redirects in .htaccess 
if necessary.
   * Figure out how to run the Cactus tests in 'integration/el-it' against the 
strutsel-exercise-taglib webapp which is in the 'apps' module.
    * http://www.nabble.com/Cargo-and-Maven-2-and-Cactus-t1420342.html
+  * Fix the Cactus tests for Struts Taglib
   * Revisit the war plugin configuration for including the source code in the 
example webapps under WEB-INF/src.  This is currently being done with an 
execution of the antrun plugin in apps/pom.xml.  Martin mentions that a 
<webResources> element is present in the war plugin source, but it does not 
appear to be available in the latest released version.
    * http://www.nabble.com/-m2-Including-the-source-code-in-a-war-t1409417.html
    * http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html
-   * Document the Struts Maven 2 release process:  StrutsMavenRelease
+  * Document the Struts Maven 2 release process:  StrutsMavenRelease
+ 
  
  -----
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to