Skip to content

Instantly share code, notes, and snippets.

@simonbrandhof
Created April 6, 2011 09:28
Show Gist options
  • Select an option

  • Save simonbrandhof/905386 to your computer and use it in GitHub Desktop.

Select an option

Save simonbrandhof/905386 to your computer and use it in GitHub Desktop.
<target name="sonar">
<sonar>
<sources>....</sources>
<module path="moduleA/build.xml" target="sonar"/>
<module path="moduleB/build.xml" target="sonar"/>
</sonar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment