Deployment of artifacts only goes to M2 type repo when layout=legacy
--------------------------------------------------------------------

         Key: MNG-1756
         URL: http://jira.codehaus.org/browse/MNG-1756
     Project: Maven 2
        Type: Bug
  Components: maven-deploy-plugin  
    Versions: 2.0    
    Reporter: Jeff Genender


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to