Sourcehawk Maven
Contains the following projects:
Sourcehawk Maven Plugin
A Maven plugin which can be used to execute Sourcehawk scans on code.
Usage
Include the following in pom.xml
in the build / plugins
section.
<plugin>
<groupId>com.optum.sourcehawk.maven</groupId>
<artifactId>sourcehawk-maven-plugin</artifactId>
<version>0.1.1</version>
<executions>
<execution>
<id>sourcehawk-scan</id>
<goals>
<goal>scan</goal>
</goals>
</execution>
</executions>
</plugin>
Demo
Click the demo to enlarge.
Contributing
If you wish to contribute to the development of Sourcehawk please read CONTRIBUTING.md for more information.