diff --git a/dsBase/pom.xml b/dsBase/pom.xml index fbe2d67b..541e4679 100644 --- a/dsBase/pom.xml +++ b/dsBase/pom.xml @@ -264,9 +264,9 @@ maven-assembly-plugin 3.3.0 - - src/main/resources/package.xml - + + jar-with-dependencies + com.dsideal.base.BaseApplication @@ -283,6 +283,18 @@ + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + default-jar + none + + + \ No newline at end of file diff --git a/dsBase/src/main/resources/package.xml b/dsBase/src/main/resources/package.xml deleted file mode 100644 index b759bd85..00000000 --- a/dsBase/src/main/resources/package.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - bin - - - zip - - - - - - - false - - lib - - false - - - - - - - - - ${project.basedir}/src/main/resources/${env} - /config - - - - - *.* - - - - - - ${project.basedir}/src/main/resources/${env} - - - scf*.xml - - - - - - ${project.build.directory} - - - *.jar - - - - - - ${project.build.directory}/jar - - - lib/*.jar - - - *.jar - - - - \ No newline at end of file