Skip to content

Warnings related to maven enforcer #36

Description

@BishopWolf

I am getting these warnings; the project builds fine, but I am worried it will stop building eventually

[INFO] --- enforcer:3.6.2:enforce (enforce-rules) @ rtqc ---
[WARNING] ruleName requireElements with implementation org.scijava.maven.plugin.enforcer.RequireElementsuses the deprecated Maven Enforcer Plugin API. This will not be supported in a future version of the plugin. Please contact the rule maintainer to upgrade the rule implementation to the current API.
[WARNING] ruleName requireReproducibleBuilds with implementation org.scijava.maven.plugin.enforcer.RequireReproducibleBuildsuses the deprecated Maven Enforcer Plugin API. This will not be supported in a future version of the plugin. Please contact the rule maintainer to upgrade the rule implementation to the current API.

I am using version 41 of scijava

<parent>
        <groupId>org.scijava</groupId>
        <artifactId>pom-scijava</artifactId>
        <version>41.0.0</version>
        <relativePath />
    </parent>

EDIT: I tried with version 43 of scijava and the warning persisted

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions