On 11/16/06, Martin Gainty <[EMAIL PROTECTED]> wrote:

here is the my distributionManagement to include in the xwork-2.0-SNAPSHOT.jar

     <distributionManagement>
        <site>
            <id>apache-site</id>
            <!-- 
url>scp://people.apache.org/www/struts.apache.org/struts2/apps</url -->
            
<url>scp://people.apache.org/repo/m2-snapshot-repository/org/apache/struts</url>
            
<url>file://C:/Struts/Struts-2.0/struts-2.0.0/lib/xwork-2.0-SNAPSHOT.jar</url>
        </site>
    </distributionManagement>

I can rebuild the individual jars (struts2-core-2.0.1.jar) but I dont see any 
option to rebuild the web archives
specifically struts2-showcase-2.0.1.war

<distributionManagement><site> has to do with publishing the project
website... this change won't do what you intended.

Is there some reaon you need to use 2.0.0?  Struts 2.0.1 was voted
beta quality and is available from the download page.
http://struts.apache.org/downloads.html

--
Wendy

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

Reply via email to