Wang, Gang created MNEMONIC-521:
-----------------------------------
Summary: Maven build warnings related to usage of prerequisites
Key: MNEMONIC-521
URL: https://issues.apache.org/jira/browse/MNEMONIC-521
Project: Mnemonic
Issue Type: Improvement
Components: Tools
Affects Versions: 0.13.0
Reporter: Wang, Gang
Assignee: Yanping Wang
The maven log shows
$ mvn clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.release: ubuntu
[INFO] os.detected.release.version: 18.04
[INFO] os.detected.release.like.ubuntu: true
[INFO] os.detected.release.like.debian: true
[INFO] os.detected.classifier: linux-x86_64
[WARNING] The project org.apache.mnemonic:mnemonic-parent:pom:0.12.0-SNAPSHOT
uses prerequisites which is only intended for maven-plugin projects but not for
non maven-plugin projects. For such purposes you should use the
maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)