Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Pulsar
-
Platform Sprint 136
Description
Repro steps:
- create an archetype based new cms v11 project
- import the project into IntelliJ
- trigger 'clean' maven target
Following warning is shown:
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.example:cmsv11-bootstrap-configuration:jar:0.1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.zeroturnaround:jrebel-maven-plugin is missing. @ org.example:cmsv11-bootstrap:0.1.0-SNAPSHOT, /Users/stephanwesten/projects/cmsv11/bootstrap/pom.xml, line 25, column 15
[WARNING]
According to AJ:
The problem is that the bootstrap xml disables the jrebel plugin but ironically does not include its version number.
Disabling the jrebel plugin should be part of the the jrebel profile.
Attachments
Issue Links
- is cloned by
-
CMS-10347 [Forward port v12] Jrebel dependency in archetype bootstrap pom.xml
- Closed