[ http://jira.codehaus.org/browse/MDEPLOY-11?page=all ]
Jason van Zyl moved MNG-1756 to MDEPLOY-11:
-------------------------------------------
Version: (was: 2.0)
Component: (was: maven-deploy-plugin)
Workflow: jira (was: Maven)
Key: MDEPLOY-11 (was: MNG-1756)
Project: Maven 2.x Deploy Plugin (was: Maven 2)
> 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
>
>
> 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]