mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Merge branch '2-refactoring-der-erstellung-von-distributable-jars' into 'master'
Resolve "Refactoring der Erstellung von distributable jars" Closes #2 See merge request kosit/validator!8
This commit is contained in:
commit
7af9b1fdbd
2 changed files with 3 additions and 2 deletions
2
NOTICE
2
NOTICE
|
|
@ -1,5 +1,5 @@
|
|||
KoSIT Prüf-Tool
|
||||
Copyright 2017 Koordinierungsstelle für IT-Standards
|
||||
Copyright 2019 Koordinierungsstelle für IT-Standards
|
||||
|
||||
This product includes software developed by
|
||||
Koordinierungsstelle für IT-Standards (http://www.kosit.de/).
|
||||
3
pom.xml
3
pom.xml
|
|
@ -95,6 +95,7 @@
|
|||
<groupId>org.glassfish.jaxb</groupId>
|
||||
<artifactId>jaxb-runtime</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
|
|
@ -229,7 +230,7 @@
|
|||
<descriptor>src/assembly/assembly-full.xml</descriptor>
|
||||
</descriptors>
|
||||
<attach>true</attach>
|
||||
<appendAssemblyId>true</appendAssemblyId>
|
||||
<appendAssemblyId>false</appendAssemblyId>
|
||||
<outputDirectory>target/</outputDirectory>
|
||||
<workDirectory>target/assembly/full</workDirectory>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue