Skip to content
Snippets Groups Projects
Commit 0b04252a authored by Simon Spinner's avatar Simon Spinner
Browse files

Change dir structure and file format of distribution file.

parent 0e7b7c7f
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>dist</id>
<formats>
<format>zip</format>
<format>tar.gz</format>
</formats>
<baseDirectory>module</baseDirectory>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>${project.build.directory}/module</directory>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment