]> source.dussan.org Git - sonarqube.git/commitdiff
soanr-dev-maven-plugin: add a log to show that sonar is started
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 14 Oct 2010 15:32:55 +0000 (15:32 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 14 Oct 2010 15:32:55 +0000 (15:32 +0000)
subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.build.xml

index a6dd37e73c01cb3ad076ec7780d570e59d74f861..0e9b24c830d63095cbdfdbea3d47c91748945059 100644 (file)
     <waitfor maxwait="5" maxwaitunit="minute" checkevery="10" checkeveryunit="second">
       <http url="http://localhost:9000"/>
     </waitfor>
+    <echo>Sonar started</echo>
   </target>
 
   <target name="setup" depends="wait-for-server">