On 1/26/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
Please also comment out any _snapshot_ repository or pluginRepository
definitions before tagging 2.0.4.  They are not necessary for a
release build that doesn't have snapshot dependencies, and leaving
them in causes problems in corporate environments.

You mean from the settings.xml ?

My only settings are the ones document here:

* http://struts.apache.org/2.x/docs/creating-and-signing-a-distribution.html

plus the temporary annotations setting.

          <repository>
             <id>struts-annotations-101-staging</id>
<url>http://people.apache.org/builds/struts/struts-annotations-1.0.1/m2-staging-repository</url>
             <snapshots><enabled>false</enabled></snapshots>
             <releases><enabled>true</enabled></releases>
          </repository>

Counting plugins, we have four snapshot dependencies.

apps/pom.xml:
                       <dependencies>
                           <dependency>
                               <groupId>com.hostedqa</groupId>
                               <artifactId>hostedqa-remote-ant</artifactId>
                               <version>1.0-SNAPSHOT</version>
                           </dependency>
                       </dependencies>

assembly/pom.xml
plexus/pom.xml
       <!-- Plexus -->
       <dependency>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-container-default</artifactId>
           <version>1.0-alpha-10-SNAPSHOT</version>
           <scope>provided</scope>
       </dependency>

core/pom.xml
        <plugin>
               <artifactId>maven-dependency-plugin</artifactId>
               <version>2.0-alpha-1-SNAPSHOT</version>

tiles/pom.xml
       <dependency>
           <groupId>org.apache.struts.tiles</groupId>
           <artifactId>tiles-core</artifactId>
           <version>2.0-r488734-SNAPSHOT</version>
       </dependency>

-T.

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

Reply via email to