Commit 4749e7a1 by nixonrodrigues

ATLAS-3317 : Set maxWait systemProperty in jetty maven plugin to avoid timeout…

ATLAS-3317 : Set maxWait systemProperty in jetty maven plugin to avoid timeout scanning annotations while running Integration Tests
parent d17307e4
......@@ -678,6 +678,10 @@
<key>embedded.solr.directory</key>
<value>${project.build.directory}</value>
</systemProperty>
<systemProperty>
<name>org.eclipse.jetty.annotations.maxWait</name>
<value>3000</value>
</systemProperty>
</systemProperties>
<stopKey>atlas-stop</stopKey>
<stopPort>31001</stopPort>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment