Using target for maven antrun plugin

This commit is contained in:
Renzo Kottmann 2019-07-01 16:43:15 +02:00
parent 68da9049c7
commit 2069f79412

View file

@ -411,10 +411,10 @@
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version> <version>1.8</version>
<configuration> <configuration>
<tasks> <target>
<!-- schlafen um den Start des Daemon abzuwarten --> <!-- schlafen um den Start des Daemon abzuwarten -->
<sleep seconds="5" /> <sleep seconds="5" />
</tasks> </target>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
@ -451,7 +451,7 @@
<tag>v1.0.0</tag> <tag>v1.0.0</tag>
</scm> </scm>
</project><!-- </project> <!--
~ Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under ~ Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under
~ one or more contributor license agreements. See the NOTICE file ~ one or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information ~ distributed with this work for additional information