-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels