mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-26 01:05:38 +00:00
Using target for maven antrun plugin
This commit is contained in:
parent
68da9049c7
commit
2069f79412
1 changed files with 3 additions and 3 deletions
4
pom.xml
4
pom.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue