Uploaded image for project: 'Maven Deploy Plugin'
  1. Maven Deploy Plugin
  2. MDEPLOY-11

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

    XMLWordPrintableJSON

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

          Activity

            People

              brett Brett Porter
              jgenender Jeff Genender
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: