Sourcehawk Maven

A collection of Sourcehawk maven projects

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.optum.sourcehawk.maven
ArtifactId

ArtifactId

sourcehawk-maven
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Sourcehawk Maven
A collection of Sourcehawk maven projects
Project URL

Project URL

https://github.com/optum/sourcehawk-maven
Project Organization

Project Organization

Optum
Source Code Management

Source Code Management

https://github.com/optum/sourcehawk-maven

Download sourcehawk-maven

How to add to project

<!-- https://jarcasting.com/artifacts/com.optum.sourcehawk.maven/sourcehawk-maven/ -->
<dependency>
    <groupId>com.optum.sourcehawk.maven</groupId>
    <artifactId>sourcehawk-maven</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.optum.sourcehawk.maven/sourcehawk-maven/
implementation 'com.optum.sourcehawk.maven:sourcehawk-maven:0.2.0'
// https://jarcasting.com/artifacts/com.optum.sourcehawk.maven/sourcehawk-maven/
implementation ("com.optum.sourcehawk.maven:sourcehawk-maven:0.2.0")
'com.optum.sourcehawk.maven:sourcehawk-maven:pom:0.2.0'
<dependency org="com.optum.sourcehawk.maven" name="sourcehawk-maven" rev="0.2.0">
  <artifact name="sourcehawk-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.optum.sourcehawk.maven', module='sourcehawk-maven', version='0.2.0')
)
libraryDependencies += "com.optum.sourcehawk.maven" % "sourcehawk-maven" % "0.2.0"
[com.optum.sourcehawk.maven/sourcehawk-maven "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • plugin

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