Browse Source

soanr-dev-maven-plugin: add a log to show that sonar is started

tags/2.6
simonbrandhof 13 years ago
parent
commit
4fd31ccc6b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.build.xml

+ 1
- 0
subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.build.xml View File

@@ -347,6 +347,7 @@
<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">

Loading…
Cancel
Save