mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +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>
|
||||
<version>1.8</version>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<target>
|
||||
<!-- schlafen um den Start des Daemon abzuwarten -->
|
||||
<sleep seconds="5" />
|
||||
</tasks>
|
||||
</target>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue