You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2006/01/04 06:29:13 UTC

[jira] Updated: (MDEPLOY-11) Deployment of artifacts only goes to M2 type repo when layout=legacy

     [ http://jira.codehaus.org/browse/MDEPLOY-11?page=all ]

Brett Porter updated MDEPLOY-11:
--------------------------------

    Fix Version: 2.1

> Deployment of artifacts only goes to M2 type repo when layout=legacy
> --------------------------------------------------------------------
>
>          Key: MDEPLOY-11
>          URL: http://jira.codehaus.org/browse/MDEPLOY-11
>      Project: Maven 2.x Deploy Plugin
>         Type: Bug

>     Reporter: Jeff Genender
>      Fix For: 2.1

>
>
> Deployment of artifacts only goes to M2 type repo, when layout=legacy:
> POM contains this:
>     <distributionManagement>
>         <site>
>             <id>wadi.website</id>
>             <name>WADI Website</name>
>             <url>scpexe://beaver.codehaus.org/home/projects/wadi/public_html/</url>
>         </site>
>         <repository>
>             <id>codehaus-repo</id>
>             <name>Codehaus Repository</name>
>             <url>scpexe://beaver.codehaus.org/dist</url>
>             <layout>legacy</layout>
>         </repository>
>         <snapshotRepository>
>             <id>codehaus-snapshots</id>
>             <name>Codehaus Snapshots</name>
>             <url>scpexe://beaver.codehaus.org/dist</url>
>             <layout>legacy</layout>
>         </snapshotRepository>
>     </distributionManagement>
> Deployment to codehaus only poushes it in M2 format and ignores the legacy M1 format.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org