Skip to content
Andrea Gazzarini edited this page Jun 29, 2018 · 1 revision

Apache Maven is the first RRE runtime container that have been bound. It allows you to configure RRE, and its evaluation process, as part of the build process.

The plugins can be configured as any other Maven component. Before entering in details, we need to declare the Sease repository, as RRE artifacts are not hosted in the central Maven repository:

<pluginRepositories>
    <pluginRepository>
        <id>sease-rre-repo</id>
        <url>https://raw.github.com/SeaseLtd/rated-ranking-evaluator/mvn-repo</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </pluginRepository>
</pluginRepositories>

Then, we are ready to declare the RRE plugins.