Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.1.0
-
Fix Version/s: 5.2.0
-
Component/s: Clients, Components, Container, Packaging, Registry Overlay, Shared library, Tools
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Trivial [ 5 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.2.0 [ 10837 ] | |
| Resolution | Fixed [ 1 ] |
| Link |
This issue depends on |
| Summary | Maven version required to build Petals is 3.5.2 | Maven version required to build Petals is 3.3.9 |
| Description |
When building Petals we get the following warning:
{code} [INFO] Scanning for projects... [WARNING] The project org.ow2.petals:petals-root-parent:pom:21.0.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] ------------------------------------------------------------------------ [INFO] Building Petals ESB - Root Parent POM 21.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ {code} Fix the warning with an enforcer rule to force usage of Maven 3.5.2+, and force the usage of the same Maven version for the Maven Petals Plugin |
When building Petals we get the following warning:
{code} [INFO] Scanning for projects... [WARNING] The project org.ow2.petals:petals-root-parent:pom:21.0.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] ------------------------------------------------------------------------ [INFO] Building Petals ESB - Root Parent POM 21.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ {code} Fix the warning with an enforcer rule to force usage of Maven 3.3.9+, and force the usage of the same Maven version for the Maven Petals Plugin |