Build will have plugin validation issues with Maven 3.9.2+
After upgrading to a new Eclipse version #635 (closed), we will have a new embedded Maven version. In Maven 3.9.2 validation checks are performed.
Plugin validation warnings change: they are not littered in console log anymore, but are collected and reported at the build end. Moreover, the validation checks have been extended, more warnings are to be expected if build contains plugins that may not work with upcoming Maven 4. The build end validation report verbosity can be controlled by maven.plugin.validation property values “brief”, “default” and “verbose”. The validation report cannot be turned off, only by not having validation issues in the build, when the report is not shown. See MNG-7712, MNG-7754 and MNG-7767. Almost all of the ASF Maven plugins have been released with fixes to get rid of warnings, updating them is recommended. See Available Plugins page for current plugin versions. For non-ASF plugins, contact plugin maintainers to apply required changes.
We have violations, this is the VERBOSE output:
[WARNING]
[WARNING] Plugin validation issues were detected in 12 plugin(s)
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.configuration:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.configuration\pom.xml) @ line 435
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.xmi:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.xmi\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.java:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.eclipse.ui:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.eclipse.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.svg:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.svg\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.runtime:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.typechecker:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.position.common:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.position.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.metamodel.java:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.typecheck:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.typecheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.box:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.box\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.codegen:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.asciidoc:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.asciidoc\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation.utils:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.runtime:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditorbase:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditorbase\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.parser:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.texteditor:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.validation:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.validation\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tooldefs:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework.appsview.ui:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework.appsview.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm.app:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm.app\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.multivaluetrees:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.multivaluetrees\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.parser:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.typechecker:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditor:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.io:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.generator:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.generator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.simulator:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.simulator.ui:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.simulator.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tooldefs:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.metamodel.java:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.common:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.parser:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.runtime:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.typechecker:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.io:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.interpreter:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.interpreter\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tests:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.parser:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.metamodel.java:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.common:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.prettyprinter:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.prettyprinter\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2cif:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2cif\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.typechecker:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.io:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.bdd:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.bdd\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.checkers:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.checkers\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2cif.app:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2cif.app\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2mcrl2:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2mcrl2\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2plc:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2plc\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2supremica:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2supremica\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2uppaal:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2uppaal\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.texteditor:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2yed:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2yed\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.codegen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.controllercheck:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.controllercheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.datasynth:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.datasynth\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.simulator:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation.utils:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventbased:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventbased\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventdisabler:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventdisabler\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.examples:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.examples\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.explorer:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.explorer\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.merger:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.merger\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.multilevel:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.multilevel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.plcgen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.plcgen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tooldefs:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests.utils:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.codegen:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.raildiagrams:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.raildiagrams\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tests:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.tests:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.tests:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.texteditor:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.perspective:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.perspective\.polyglot.META-INF)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-settings-builder:3.0, org.apache.maven:maven-repository-metadata:3.0, org.apache.maven:maven-artifact:3.0, org.apache.maven:maven-settings:3.0, org.apache.maven:maven-plugin-api:3.0, org.apache.maven:maven-aether-provider:3.0, org.apache.maven:maven-core:3.0, org.apache.maven:maven-model-builder:3.0, org.apache.maven:maven-model:3.0]
[WARNING] * Plugin depends on plexus-container-default, which is EOL
[WARNING]
[WARNING] * org.jacoco:jacoco-maven-plugin:0.8.7
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.configuration:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.configuration\pom.xml) @ line 275
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.tests:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.tests\pom.xml) @ line 30
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.configuration:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.configuration\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.root:3.0.0-SNAPSHOT (pom.xml)
[WARNING] * org.eclipse.escet:chi:3.0.0-SNAPSHOT (chi\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:common:3.0.0-SNAPSHOT (common\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.xmi:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.xmi\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.position.metamodel:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.position.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.metamodel:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.java:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.eclipse.ui:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.eclipse.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.svg:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.svg\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.runtime:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.typechecker:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.position.common:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.position.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.metamodel.java:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.typecheck:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.typecheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.box:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.box\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.codegen:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.asciidoc:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.asciidoc\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation.utils:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:setext:3.0.0-SNAPSHOT (setext\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.runtime:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditorbase:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditorbase\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.parser:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.texteditor:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.validation:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.validation\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tooldefs:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework.appsview.ui:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework.appsview.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm.app:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm.app\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:releng:3.0.0-SNAPSHOT (releng\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.license.mit:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.license.mit\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.multivaluetrees:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.multivaluetrees\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.feature:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.parser:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.typechecker:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditor:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.io:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.generator:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.generator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.feature:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.simulator:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.simulator.ui:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.simulator.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tooldefs:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.feature:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:tooldef:3.0.0-SNAPSHOT (tooldef\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.metamodel:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.metamodel.java:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.common:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.parser:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.runtime:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.typechecker:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.io:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.interpreter:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.interpreter\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tests:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:cif:3.0.0-SNAPSHOT (cif\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.parser:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.metamodel:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.metamodel.java:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.common:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.prettyprinter:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.prettyprinter\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2cif:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2cif\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.typechecker:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.io:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.bdd:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.bdd\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.checkers:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.checkers\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2cif.app:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2cif.app\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2mcrl2:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2mcrl2\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2plc:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2plc\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2supremica:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2supremica\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2uppaal:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2uppaal\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.texteditor:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2yed:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2yed\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.codegen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.controllercheck:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.controllercheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.datasynth:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.datasynth\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.simulator:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation.utils:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventbased:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventbased\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventdisabler:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventdisabler\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.examples:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.examples\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.explorer:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.explorer\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.merger:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.merger\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.simulator.debug:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.simulator.debug\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.multilevel:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.multilevel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.plcgen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.plcgen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tooldefs:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.feature:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests.utils:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.codegen:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.raildiagrams:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.raildiagrams\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tests:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.target:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.target\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.tests:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.tests:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.tests:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.tests\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.website:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.website\pom.xml)
[WARNING] * org.eclipse.escet:thirdparty:3.0.0-SNAPSHOT (thirdparty\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.thirdparty.feature:3.0.0-SNAPSHOT (thirdparty\org.eclipse.escet.thirdparty.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.texteditor:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.feature:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:product:3.0.0-SNAPSHOT (product\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.perspective:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.perspective\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.branding:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.branding\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.headless.feature:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.headless.feature\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.feature:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product:3.0.0-SNAPSHOT (product\org.eclipse.escet.product\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
[WARNING] * Plugin mixes multiple Maven versions: [3.0, 2.0.2]
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-settings-builder:3.0, org.apache.maven:maven-repository-metadata:3.0, org.apache.maven:maven-artifact:3.0, org.apache.maven:maven-plugin-api:3.0, org.apache.maven:maven-settings:3.0, org.apache.maven:maven-aether-provider:3.0, org.apache.maven:maven-model:3.0, org.apache.maven:maven-core:3.0, org.apache.maven:maven-model-builder:3.0]
[WARNING] * Plugin depends on plexus-container-default, which is EOL
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING] Plugin issue(s):
[WARNING] * Plugin depends on the deprecated Maven 2.x compatibility layer, which may not be supported in Maven 4.x
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING] Declared at location(s):
[WARNING] * org.apache.maven:maven-core:3.9.2:default-lifecycle-bindings @ line -1
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.asciidoc:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.asciidoc\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-plugin-api:3.2.5, org.apache.maven:maven-model:3.2.5, org.apache.maven:maven-core:3.2.5, org.apache.maven:maven-settings:3.2.5, org.apache.maven:maven-model-builder:3.2.5, org.apache.maven:maven-repository-metadata:3.2.5, org.apache.maven:maven-aether-provider:3.2.5, org.apache.maven:maven-settings-builder:3.2.5, org.apache.maven:maven-artifact:3.2.5]
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.configuration:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.configuration\pom.xml) @ line 107
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.configuration:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.configuration\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.root:3.0.0-SNAPSHOT (pom.xml)
[WARNING] * org.eclipse.escet:chi:3.0.0-SNAPSHOT (chi\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:common:3.0.0-SNAPSHOT (common\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.xmi:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.xmi\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.position.metamodel:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.position.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.metamodel:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.java:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.eclipse.ui:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.eclipse.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.svg:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.svg\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.runtime:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.typechecker:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.position.common:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.position.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.metamodel.java:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.typecheck:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.typecheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.box:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.box\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.codegen:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.asciidoc:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.asciidoc\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation.utils:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:setext:3.0.0-SNAPSHOT (setext\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.runtime:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditorbase:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditorbase\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.parser:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.texteditor:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.validation:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.validation\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tooldefs:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework.appsview.ui:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework.appsview.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm.app:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm.app\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:releng:3.0.0-SNAPSHOT (releng\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.license.mit:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.license.mit\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.multivaluetrees:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.multivaluetrees\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.feature:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.parser:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.typechecker:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditor:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.io:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.generator:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.generator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.feature:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.simulator:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.simulator.ui:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.simulator.ui\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tooldefs:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.feature:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:tooldef:3.0.0-SNAPSHOT (tooldef\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.metamodel:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.metamodel.java:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.common:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.parser:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.runtime:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.typechecker:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.io:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.interpreter:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.interpreter\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tests:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:cif:3.0.0-SNAPSHOT (cif\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.parser:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.parser\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.metamodel:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.metamodel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.metamodel.java:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.metamodel.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.common:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.prettyprinter:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.prettyprinter\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2cif:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2cif\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.typechecker:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.io:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.bdd:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.bdd\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.checkers:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.checkers\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2cif.app:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2cif.app\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2mcrl2:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2mcrl2\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2plc:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2plc\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2supremica:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2supremica\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2uppaal:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2uppaal\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.texteditor:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2yed:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2yed\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.codegen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.controllercheck:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.controllercheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.datasynth:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.datasynth\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.simulator:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation.utils:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventbased:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventbased\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventdisabler:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventdisabler\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.examples:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.examples\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.explorer:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.explorer\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.merger:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.merger\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.simulator.debug:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.simulator.debug\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.multilevel:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.multilevel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.plcgen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.plcgen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tooldefs:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tooldefs\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.feature:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests.utils:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests.utils\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf.ecore.codegen:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf.ecore.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.raildiagrams:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.raildiagrams\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tests:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.target:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.target\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.tests:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.tests:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.tests:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.tests\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.website:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.website\pom.xml)
[WARNING] * org.eclipse.escet:thirdparty:3.0.0-SNAPSHOT (thirdparty\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.thirdparty.feature:3.0.0-SNAPSHOT (thirdparty\org.eclipse.escet.thirdparty.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.texteditor:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.feature:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:product:3.0.0-SNAPSHOT (product\.polyglot.pom.tycho)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.perspective:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.perspective\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.branding:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.branding\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.headless.feature:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.headless.feature\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.feature:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.feature\.polyglot.feature.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.product:3.0.0-SNAPSHOT (product\org.eclipse.escet.product\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-settings:3.1.1, org.apache.maven:maven-model:3.1.1, org.apache.maven:maven-settings-builder:3.1.1, org.apache.maven:maven-artifact:3.1.1, org.apache.maven:maven-core:3.1.1, org.apache.maven:maven-aether-provider:3.1.1, org.apache.maven:maven-plugin-api:3.1.1, org.apache.maven:maven-model-builder:3.1.1, org.apache.maven:maven-repository-metadata:3.1.1]
[WARNING] Mojo issue(s):
[WARNING] * Mojo enforcer:enforce (org.apache.maven.plugins.enforcer.EnforceMojo)
[WARNING] - Implements `Contextualizable` interface from Plexus Container, which is EOL.
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-antrun-plugin:3.0.0
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml) @ line 204
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml) @ line 204
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml) @ line 204
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml) @ line 204
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml) @ line 204
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.website:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.website\pom.xml) @ line 30
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.website:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.website\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-model-builder:3.0.5, org.apache.maven:maven-core:3.0.5, org.apache.maven:maven-plugin-api:3.0.5, org.apache.maven:maven-model:3.0.5, org.apache.maven:maven-settings:3.0.5, org.apache.maven:maven-repository-metadata:3.0.5, org.apache.maven:maven-aether-provider:3.0.5, org.apache.maven:maven-artifact:3.0.5, org.apache.maven:maven-settings-builder:3.0.5]
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml) @ line 270
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml) @ line 270
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml) @ line 270
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml) @ line 270
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.tests:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.tests\pom.xml) @ line 45
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml) @ line 270
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.tests:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.tests\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin is a Maven 2.x plugin, which will be not supported in Maven 4.x
[WARNING] * Plugin mixes multiple Maven versions: [2.0.6, 2.0.4, 2.0.2]
[WARNING] * Plugin depends on plexus-container-default, which is EOL
[WARNING] Mojo issue(s):
[WARNING] * Mojo assembly:single (org.apache.maven.plugin.assembly.mojos.SingleAssemblyMojo)
[WARNING] - Parameter 'localRepository' uses deprecated parameter expression '${localRepository}': ArtifactRepository type is deprecated and its use in Mojos should be avoided.
[WARNING]
[WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING] Declared at location(s):
[WARNING] * org.apache.maven:maven-core:3.9.2:default-lifecycle-bindings @ line -1
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.asciidoc:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.asciidoc\pom.xml)
[WARNING] Mojo issue(s):
[WARNING] * Mojo resources:resources (org.apache.maven.plugins.resources.ResourcesMojo)
[WARNING] - Implements `Contextualizable` interface from Plexus Container, which is EOL.
[WARNING] * Mojo resources:testResources (org.apache.maven.plugins.resources.TestResourcesMojo)
[WARNING] - Implements `Contextualizable` interface from Plexus Container, which is EOL.
[WARNING]
[WARNING] * com.google.code.maven-replacer-plugin:replacer:1.5.3
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.branding:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.branding\pom.xml) @ line 30
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.branding:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.branding\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-model:3.0.3, org.apache.maven:maven-artifact:3.0.3, org.apache.maven:maven-plugin-api:3.0.3]
[WARNING]
[WARNING] * org.codehaus.gmavenplus:gmavenplus-plugin:1.12.1
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.headless.feature:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.headless.feature\pom.xml) @ line 35
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.product.headless.feature:3.0.0-SNAPSHOT (product\org.eclipse.escet.product.headless.feature\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-settings-builder:3.0, org.apache.maven:maven-repository-metadata:3.0, org.apache.maven:maven-artifact:3.0, org.apache.maven:maven-plugin-api:3.0, org.apache.maven:maven-settings:3.0, org.apache.maven:maven-compat:3.0, org.apache.maven:maven-aether-provider:3.0, org.apache.maven:maven-model:3.0, org.apache.maven:maven-core:3.0, org.apache.maven:maven-model-builder:3.0]
[WARNING]
[WARNING] * org.eclipse.tycho:tycho-surefire-plugin:4.0.5
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.configuration:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.configuration\pom.xml) @ line 400
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.java:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.java\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.app.framework:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.app.framework\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.runtime:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.emf:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.emf\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.box:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.box\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.codegen:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.runtime:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.dsm:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.dsm\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.multivaluetrees:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.multivaluetrees\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.texteditor:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.texteditor\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.generator:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.generator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.common:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.runtime:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.runtime\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.tests:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.common:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.common\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.typechecker:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.typechecker\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.io:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.io\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.bdd:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.bdd\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2mcrl2:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2mcrl2\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.cif2plc:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.cif2plc\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.codegen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.codegen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.controllercheck:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.controllercheck\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.datasynth:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.datasynth\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.simulator:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.simulator\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.eventbased:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.eventbased\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.multilevel:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.multilevel\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.plcgen:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.plcgen\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.tests:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.raildiagrams:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.raildiagrams\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.common.tests:3.0.0-SNAPSHOT (common\org.eclipse.escet.common.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.tests:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.tests\.polyglot.META-INF)
[WARNING] * org.eclipse.escet:org.eclipse.escet.setext.tests:3.0.0-SNAPSHOT (setext\org.eclipse.escet.setext.tests\.polyglot.META-INF)
[WARNING] Mojo issue(s):
[WARNING] * Mojo tycho-surefire:plugin-test (org.eclipse.tycho.surefire.TychoIntegrationTestMojo)
[WARNING] - Parameter 'localRepository' uses deprecated parameter expression '${localRepository}': ArtifactRepository type is deprecated and its use in Mojos should be avoided.
[WARNING]
[WARNING] * org.asciidoctor:asciidoctor-maven-plugin:2.1.0
[WARNING] Declared at location(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml) @ line 29
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml) @ line 29
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml) @ line 29
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml) @ line 29
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml) @ line 29
[WARNING] Used in module(s):
[WARNING] * org.eclipse.escet:org.eclipse.escet.chi.documentation:3.0.0-SNAPSHOT (chi\org.eclipse.escet.chi.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.cif.documentation:3.0.0-SNAPSHOT (cif\org.eclipse.escet.cif.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.dev.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.dev.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.releng.project.documentation:3.0.0-SNAPSHOT (releng\org.eclipse.escet.releng.project.documentation\pom.xml)
[WARNING] * org.eclipse.escet:org.eclipse.escet.tooldef.documentation:3.0.0-SNAPSHOT (tooldef\org.eclipse.escet.tooldef.documentation\pom.xml)
[WARNING] Plugin issue(s):
[WARNING] * Plugin should declare these Maven artifacts in `provided` scope: [org.apache.maven:maven-model-builder:3.0.5, org.apache.maven:maven-core:3.0.5, org.apache.maven:maven-plugin-api:3.0.5, org.apache.maven:maven-model:3.0.5, org.apache.maven:maven-settings:3.0.5, org.apache.maven:maven-artifact:3.0.5, org.apache.maven:maven-repository-metadata:3.0.5, org.apache.maven:maven-aether-provider:3.0.5, org.apache.maven:maven-settings-builder:3.0.5]
[WARNING] * Plugin depends on plexus-container-default, which is EOL
[WARNING]
[WARNING]
[WARNING] Fix reported issues by adjusting plugin configuration or by upgrading above listed plugins. If no upgrade available, please notify plugin maintainers about reported issues.
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING]