Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-3834

<deployAtEnd></deployAtEnd> section does not work as expected because wrong version of maven-deploy-plugin

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Minor
    • Resolution: Unresolved
    • 1.2.0, 2.0.0
    • None
    • None
    • None

    Description

      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-deploy-plugin</artifactId>
          <version>2.7</version>
      </plugin>
      
      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-deploy-plugin</artifactId>
          <configuration>
              <deployAtEnd>true</deployAtEnd>
          </configuration>
      </plugin>
      

      the version should be greater than 2.8.

      https://maven.apache.org/plugins/maven-deploy-plugin/deploy-mojo.html#deployAtEnd

      Attachments

        1. ATLAS-3834.patch
          0.8 kB
          Lei Xu

        Issue Links

          Activity

            People

              Unassigned Unassigned
              BrickXu Lei Xu
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: