Imixs Provides New Maven Repository

The Imixs-Workflow project now provides a new public Maven Repositoy on GitHub. The repository is part of the Imixs-Workflow subprojects which are hosted under GitHub/imixs.

The artefacts deployed into the imixs-mvn-repo are mainly used for the open source workflow platform ‘Imixs-Office-Workflow‘. All new artefacts which are not available on the maven central repository will be deployed into the public repository. Artefacts will be available from the current version 2.5 and future versions.

The public repository can be configured into a maven project as follows:

<repositories>
    <repository>
        <id>imixs-mvn-repo</id>
        <url>https://raw.githubusercontent.com/imixs/imixs-mvn-repo/master/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

 

Leave a Reply

Your email address will not be published. Required fields are marked *