diff --git a/dist/assembly-full.xml b/dist/assembly-full.xml deleted file mode 100644 index 221a6d3..0000000 --- a/dist/assembly-full.xml +++ /dev/null @@ -1,56 +0,0 @@ - - full - - dir - zip - - false - - - ${project.parent.basedir} - / - - LICENSE* - NOTICE* - - - - - - - / - false - runtime - ${artifact.artifactId}-${artifact.baseVersion}-${artifact.classifier}.${artifact.extension} - - ${project.groupId}:validationtool:jar:*:standalone - ${project.groupId}:validationtool:jar:*:full - ${project.groupId}:validationtool:jar:*:sources - - - - / - false - runtime - ${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension} - - ${project.groupId}:validationtool - - - - /libs - false - runtime - ${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension} - - ${project.groupId}:validationtool - - - - - \ No newline at end of file diff --git a/dist/assembly-standalone.xml b/dist/assembly-standalone.xml deleted file mode 100644 index 9b625cf..0000000 --- a/dist/assembly-standalone.xml +++ /dev/null @@ -1,36 +0,0 @@ - - standalone - - dir - zip - - false - - - ${project.parent.basedir} - / - - LICENSE* - NOTICE* - - - - - - - / - false - runtime - ${artifact.artifactId}-${artifact.baseVersion}-${artifact.classifier}.${artifact.extension} - - ${project.groupId}:validationtool:jar:*:standalone - ${project.groupId}:validationtool:jar:*:sources - - - - \ No newline at end of file diff --git a/dist/pom.xml b/dist/pom.xml deleted file mode 100644 index 24e5ef0..0000000 --- a/dist/pom.xml +++ /dev/null @@ -1,135 +0,0 @@ - - - - - 4.0.0 - - de.kosit - validationtool-base - 1.0.2-SNAPSHOT - ../ - - validationtool-dist - pom - KoSIT XML Prüftool Distribution - KoSIT XML Prüftool zur Prüfung von XML Dateien gegenüber definierten Szenarien. - - - - UTF-8 - - - - - de.kosit - validationtool - ${project.version} - - - de.kosit - validationtool - ${project.version} - standalone - - - de.kosit - validationtool - ${project.version} - sources - - - de.kosit - validationtool - ${project.version} - full - - - - - - - - maven-assembly-plugin - 3.1.0 - - - standalone - package - - single - - - - assembly-standalone.xml - - true - true - target/ - target/assembly/standalone - - - - full - package - - single - - - - assembly-full.xml - - true - true - target/ - target/assembly/full - - - - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 724d50c..9caa98d 100644 --- a/pom.xml +++ b/pom.xml @@ -191,6 +191,38 @@ + + standalone_dist + package + + single + + + + src/assembly/assembly-standalone.xml + + true + true + target/ + target/assembly/standalone + + + + full_dist + package + + single + + + + src/assembly/assembly-full.xml + + true + true + target/ + target/assembly/full + + @@ -298,14 +330,7 @@ - - org.apache.maven.plugins - maven-release-plugin - 2.5.3 - - v@{project.version} - - + org.apache.maven.plugins maven-release-plugin diff --git a/src/assembly/assembly-full.xml b/src/assembly/assembly-full.xml new file mode 100644 index 0000000..353f67f --- /dev/null +++ b/src/assembly/assembly-full.xml @@ -0,0 +1,56 @@ + + + + full + + dir + zip + + false + + + ${project.basedir} + / + + LICENSE* + NOTICE* + + + + ${project.build.directory} + / + + validationtool-*.jar + + + + + + + /libs + false + runtime + ${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension} + + + + \ No newline at end of file diff --git a/src/assembly/assembly-standalone.xml b/src/assembly/assembly-standalone.xml new file mode 100644 index 0000000..55eeb08 --- /dev/null +++ b/src/assembly/assembly-standalone.xml @@ -0,0 +1,46 @@ + + + + standalone + + dir + zip + + false + + + ${project.basedir} + / + + LICENSE* + NOTICE* + + + + ${project.build.directory} + / + + validationtool-*standalone.jar + + + + \ No newline at end of file