rxue / dictionary-jpa

This is your repo dictionary-jpa
https://github.com
0 stars 0 forks source link

Make the pom.xml generate Uber-JAR (with runnable main and persistence.xml) along with normal jars (without runnable main nor persistence.xml) #7

Closed rxue closed 1 month ago

rxue commented 1 month ago

PROBLEM

Expected not to exclude the persistence.xml in the uber-JAR but only in the normal jar

actual result: persistence.xml are excluded in both jars