Sourcehawk Maven Plugin

A maven plugin which executes Sourcehawk scans

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.optum.sourcehawk.maven
ArtifactId

ArtifactId

sourcehawk-maven-plugin
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Sourcehawk Maven Plugin
A maven plugin which executes Sourcehawk scans

Download sourcehawk-maven-plugin

How to add to project

<plugin>
    <groupId>com.optum.sourcehawk.maven</groupId>
    <artifactId>sourcehawk-maven-plugin</artifactId>
    <version>0.2.0</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
com.optum.sourcehawk : sourcehawk-exec jar 0.4.5
org.apache.maven : maven-core jar 3.3.3
org.apache.maven : maven-model jar 3.3.3
org.apache.maven : maven-plugin-api jar 3.3.3

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0

Project Modules

There are no modules declared in this project.

Sourcehawk Maven

Maven Central

Build Status Sourcehawk Scan Coverage Quality Gate

OSS Lifecycle Sonatype OSS Index

Contains the following projects:

Sourcehawk Maven Plugin

A Maven plugin which can be used to execute Sourcehawk scans on code.

Documentation

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

Maven 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.

com.optum.sourcehawk.maven

Optum

Versions

Version
0.2.0
0.1.0