Skip to content

Project to manage universally useful Maven defaults, plugins, definitions etc.

License

Notifications You must be signed in to change notification settings

Acosix/acosix-maven-parent

Repository files navigation

Build Status

About

This project aggregates any universally-useful Maven plugins, definitions or other utilities developed / used by Acosix GmbH for building any of our projects.

Use in projects

Details concerning the usage of the Maven plugin usage can be found in their respective README files:

Using SNAPSHOT builds

In order to use a pre-built SNAPSHOT artifact published to the Open Source Sonatype Repository Hosting site, the artifact repository may need to be added to the POM, global settings.xml or an artifact repository proxy server. The following is the XML snippet for inclusion in a POM file.

<repositories>
    <repository>
        <id>ossrh</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

About

Project to manage universally useful Maven defaults, plugins, definitions etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published