Merge branch '148-regression-distribution-zip-does-not-contain-validator-jar' into 'release/1.5.x'

Resolve "Regression: distribution zip does not contain validator*.jar"

See merge request kosit/validator!74
This commit is contained in:
Renzo Kottmann 2025-08-29 15:48:53 +02:00
commit 6a60bc561a

View file

@ -1,22 +1,5 @@
<!--
~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>full</id> <id>full</id>
<formats> <formats>
<format>zip</format> <format>zip</format>
@ -35,7 +18,7 @@
<directory>${project.build.directory}</directory> <directory>${project.build.directory}</directory>
<outputDirectory/> <outputDirectory/>
<includes> <includes>
<include>validationtool-*.jar</include> <include>validator-*.jar</include>
</includes> </includes>
</fileSet> </fileSet>