diff options
Diffstat (limited to 'src/main/resources/docker-assembly.xml')
-rw-r--r-- | src/main/resources/docker-assembly.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/docker-assembly.xml b/src/main/resources/docker-assembly.xml index afd1970..54a87af 100644 --- a/src/main/resources/docker-assembly.xml +++ b/src/main/resources/docker-assembly.xml @@ -1,6 +1,6 @@ <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> <id>distribution</id> <formats> <format>jar</format> @@ -13,11 +13,11 @@ </fileSet> </fileSets> -<files> - <file> + <files> + <file> <source>target/${project.artifactId}-${project.version}.${project.packaging}</source> <outputDirectory>/</outputDirectory> <filtered>false</filtered> </file> -</files> -</assembly>
\ No newline at end of file + </files> +</assembly> |