Commit dd66e158 by Shwetha GS

ATLAS-575 jetty-maven-plugin fails with ShutdownMonitorThread already started (shwethags)

parent 4285526e
...@@ -224,6 +224,7 @@ ...@@ -224,6 +224,7 @@
</systemProperties> </systemProperties>
<stopKey>atlas-stop</stopKey> <stopKey>atlas-stop</stopKey>
<stopPort>31001</stopPort> <stopPort>31001</stopPort>
<stopWait>${jetty-maven-plugin.stopWait}</stopWait>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
...@@ -302,6 +302,7 @@ ...@@ -302,6 +302,7 @@
</systemProperties> </systemProperties>
<stopKey>atlas-stop</stopKey> <stopKey>atlas-stop</stopKey>
<stopPort>31001</stopPort> <stopPort>31001</stopPort>
<stopWait>${jetty-maven-plugin.stopWait}</stopWait>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
...@@ -307,6 +307,7 @@ ...@@ -307,6 +307,7 @@
</systemProperties> </systemProperties>
<stopKey>atlas-stop</stopKey> <stopKey>atlas-stop</stopKey>
<stopPort>31001</stopPort> <stopPort>31001</stopPort>
<stopWait>${jetty-maven-plugin.stopWait}</stopWait>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
...@@ -337,6 +337,7 @@ ...@@ -337,6 +337,7 @@
</systemProperties> </systemProperties>
<stopKey>atlas-stop</stopKey> <stopKey>atlas-stop</stopKey>
<stopPort>31001</stopPort> <stopPort>31001</stopPort>
<stopWait>${jetty-maven-plugin.stopWait}</stopWait>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
...@@ -375,6 +375,8 @@ ...@@ -375,6 +375,8 @@
<skipDocs>true</skipDocs> <skipDocs>true</skipDocs>
<skipSite>true</skipSite> <skipSite>true</skipSite>
<projectBaseDir>${project.basedir}</projectBaseDir> <projectBaseDir>${project.basedir}</projectBaseDir>
<jetty-maven-plugin.stopWait>10</jetty-maven-plugin.stopWait>
<titan.storage.backend>berkeleyje</titan.storage.backend> <titan.storage.backend>berkeleyje</titan.storage.backend>
<titan.index.backend>elasticsearch</titan.index.backend> <titan.index.backend>elasticsearch</titan.index.backend>
</properties> </properties>
......
...@@ -13,6 +13,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset ...@@ -13,6 +13,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset
ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags) ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags)
ALL CHANGES: ALL CHANGES:
ATLAS-575 jetty-maven-plugin fails with ShutdownMonitorThread already started (shwethags)
ATLAS-408 UI : Add a close link (x) on the top right when Tag is added (darshankumar89 via shwethags) ATLAS-408 UI : Add a close link (x) on the top right when Tag is added (darshankumar89 via shwethags)
ATLAS-524 Support alter database (sumasai via shwethags) ATLAS-524 Support alter database (sumasai via shwethags)
ATLAS-539 Store for entity audit events (shwethags) ATLAS-539 Store for entity audit events (shwethags)
......
...@@ -383,6 +383,7 @@ ...@@ -383,6 +383,7 @@
</systemProperties> </systemProperties>
<stopKey>atlas-stop</stopKey> <stopKey>atlas-stop</stopKey>
<stopPort>31001</stopPort> <stopPort>31001</stopPort>
<stopWait>${jetty-maven-plugin.stopWait}</stopWait>
<daemon>${debug.jetty.daemon}</daemon> <daemon>${debug.jetty.daemon}</daemon>
<testClassesDirectory>${project.build.directory}/../../webapp/target/test-classes/</testClassesDirectory> <testClassesDirectory>${project.build.directory}/../../webapp/target/test-classes/</testClassesDirectory>
<useTestClasspath>true</useTestClasspath> <useTestClasspath>true</useTestClasspath>
......
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