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

The comment on the change is:
Note that the instructions apply to snapshots and distributions as well as svn.

------------------------------------------------------------------------------
  
  Maven 2 does not use .properties files.  Per-developer and per-system 
configuration is done in '''~/.m2/settings.xml'''.  (Where '~' represents the 
user's home directory.)  For more information, refer to the 
[http://maven.apache.org/maven-settings/settings.html settings model] and the 
Suggested Settings section below.
  
+ == Acquiring the Source Code ==
+ 
- == Checkout Source from Subversion ==
+ === Checkout Source from Subversion ===
  
  The Struts Subversion repository is organized into sub-projects.  You can 
check out Struts Action 1 alone using this URL:
  {{{
@@ -20, +22 @@

  {{{
     svn co https://svn.apache.org/repos/asf/struts/current  current
  }}}
+ 
+ === Snapshot or Distribution ===
+ 
+ The following instructions should work equally well from the 'src' directory 
of a Struts Action snapshot or distribution.  If they don't, let us know!
  
  == Building with Maven ==
  

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

Reply via email to