[ 
https://issues.apache.org/jira/browse/MDEPLOY-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965617#comment-17965617
 ] 

Olivier Lamy commented on MDEPLOY-11:
-------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-deploy-plugin#227|https://github.com/apache/maven-deploy-plugin/issues/227].
 

> Deployment of artifacts only goes to M2 type repo when layout=legacy
> --------------------------------------------------------------------
>
>                 Key: MDEPLOY-11
>                 URL: https://issues.apache.org/jira/browse/MDEPLOY-11
>             Project: Maven Deploy Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>            Reporter: Jeff Genender
>            Assignee: Brett Porter
>            Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to