mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Provide Maven based distribution packaging (#2)
* Provide Maven based distribution packaging
This commit is contained in:
parent
4eab984c01
commit
7dbcf6b6d4
13 changed files with 1148 additions and 94 deletions
23
configurations/xrechnung/assembly.xml
Normal file
23
configurations/xrechnung/assembly.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<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">
|
||||
<id>konfiguration</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<includeBaseDirectory>false</includeBaseDirectory>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>${project.basedir}</directory>
|
||||
<outputDirectory>/</outputDirectory>
|
||||
<includes>
|
||||
<include>test/report.sch</include>
|
||||
<include>test/report.sch.xsl</include>
|
||||
<include>resources/report.xsd</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
|
||||
|
||||
</assembly>
|
||||
Loading…
Add table
Add a link
Reference in a new issue