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

------------------------------------------------------------------------------
      <servers>
      ...
         <server>
-           <id>apache-maven-releases</id>
-           <username>yourid</username>
-           <privateKey>/path/to/private/key</privateKey>
-        </server>
-        <server>
            <id>apache.snapshots</id>
-           <username>yourid</username>
-           <privateKey>/path/to/private/key</privateKey>
-        </server>
-        <server>
-           <id>apache-maven-test-builds</id>
            <username>yourid</username>
            <privateKey>/path/to/private/key</privateKey>
         </server>
@@ -166, +156 @@

  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.
+ To avoid repeated password prompts, configure the apache.snapshots <server> 
in ~/.m2/settings.xml.
  
  == Releases ==
   

Reply via email to