Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7.2
-
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.