freebsd-ports/devel/sonar-ant-task/pkg-descr
Larry Rosenman 0af1b5a8ab [NEW PORT] devel/sonar-ant-task: SonarQube Plugin for analysis projects with an Apache Ant
The Ant SonarQube Task allows integration of SonarQube analysis into an Apache
Ant build script. The Ant Task is a thin wrapper around the SonarQube Runner,
which works by invoking the runner and passing to it all properties named
following a sonar.* convention. This has the downside of not being very Ant-y,
but the upside of providing instant availability of any new analysis parameter
introduced by a new version of a plugin or of SonarQube itself.

PR:	 203075
Submitted by:freebsd dussan.org
Approved by:	adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D9193
2017-01-16 02:48:44 +00:00

8 lines
478 B
Text

The SonarQube Scanner for Ant is an Ant Task that is wrapper of SonarQube
Scanner, which works by invoking SonarQube Scanner and passing to it all
properties named following a sonar.* convention. This has the downside of not
being very Ant-y, but the upside of providing instant availability of any new
analysis parameter introduced by a new version of a plugin or of SonarQube
itself.
WWW: http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+Ant+SonarQube+Task