Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
MNG-1856 legacy layout tag in a profile does not show up in child pom.
- Closed