Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.
Eric Kerwin edited this page Oct 24, 2016 · 4 revisions

In order to use this parent pom in your project you will need to include the following in your child pom:

  <parent>
    <groupId>com.blackducksoftware.integration</groupId>
    <artifactId>common-maven-parent</artifactId>
    <version>1.2.0</version>
    <relativePath>../common-maven-parent</relativePath>
  </parent>

(the relative path is optional)

Clone this wiki locally