Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Jun 19, 2023
1 parent 3d7c02c commit e33de6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
libraries are in easy way to package any libraries needed in the ear, and
automatically have any modules (EJB-JARs and WARs) use them -->
<defaultLibBundleDir>lib</defaultLibBundleDir>
<!--outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping-->
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
<applicationXml>${project.basedir}/src/main/application/META-INF/application.xml</applicationXml>
</configuration>
</plugin>
Expand Down
18 changes: 1 addition & 17 deletions liberty-maven-plugin/src/it/ear-project-it/skinnywar-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,7 @@
<version>7</version>
<defaultLibBundleDir>lib</defaultLibBundleDir>
<skinnyWars>true</skinnyWars>
<modules>
<webModule>
<groupId>io.openliberty.tools.it</groupId>
<artifactId>SampleWAR</artifactId>
<bundleFileName>SampleWAR.war</bundleFileName>
</webModule>
<ejbModule>
<groupId>io.openliberty.tools.it</groupId>
<artifactId>SampleEJB</artifactId>
<bundleFileName>SampleEJB.jar</bundleFileName>
</ejbModule>
<jarModule>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<bundleFileName>commons-io.jar</bundleFileName>
</jarModule>
</modules>
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e33de6e

Please sign in to comment.