Skip to content

Commit

Permalink
chore: add work-around for OpenLiberty/ci.maven #1855
Browse files Browse the repository at this point in the history
This requires two terminals open:
1. running `mvn liberty:dev -pl :deployment -am` continuously
2. running `mvn package -pl :deployment -am` after a code change
  • Loading branch information
mthmulders committed Jan 6, 2025
1 parent 30f13d9 commit 882138a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</webModule>
</modules>
<packagingExcludes>**/postgresql*.jar,**/*checker-qual*.jar</packagingExcludes>
<skinnyModules>true</skinnyModules>
<skinnyWars>true</skinnyWars>
</configuration>
</plugin>

Expand All @@ -157,6 +157,7 @@
<location>jdbc</location>
</dependencyGroup>
</copyDependencies>
<looseApplication>false</looseApplication>
<mergeServerEnv>true</mergeServerEnv>
<runtimeArtifact>
<groupId>io.openliberty</groupId>
Expand Down

0 comments on commit 882138a

Please sign in to comment.