Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1566

[tomee-maven-plugin] Allow for name customizations for .rar apps

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.2
    • 1.7.2, 7.0.0-M1
    • TomEE Maven Plugin
    • None

    Description

      I want to deploy a maven dependency com.something:something-special:1.0.0:rar as something-else.rar via the ?name customization.

      According to the (sparse) docs it should work like this

      <plugin>
        <groupId>org.apache.openejb.maven</groupId>
        <artifactId>tomee-maven-plugin</artifactId>
        <configuration>
          ...
          <apps>
            <app>com.something:something-special:1.0.0:rar?name=something-else.rar</app>
          </apps>
          ...
        </configuration>
      </plugin>
      

      Unfortunately, the resulting file name is something-else.rar.jar.

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            kariem Kariem Hussein
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: