cancel
Showing results for 
Search instead for 
Did you mean: 

How to solve jrebel-maven-plugin:1.1.8:generate

jagpanadero
Champ on-the-rise
Champ on-the-rise

Hello, im following Jeff Potts tutorial called About the Alfresco Developer Tutorial Serie, I'm on the second step of this guide Working with Custom Content Types, but I'm facing the problem of importing jrebel, when I'm importing the project to Eclipse a windows shows up and then i cant find the solution for that.

image

Then if i go to the pom file it says this: Plugin execution not covered by lifecycle configuration: org.zeroturnaround:jrebel-maven-plugin:1.1.8:generate (execution: generate-rebel-xml, phase: process-resources)

imageI followed each step, and when im launching the alfresco via console it works fine, but when adding the bean that is on the guide, it wont let me log untill I delete that bean, so I dont know if its the same problem or is related

image

the error in the xml is this: cvc-attribute.3: The value '${project.artifactId}_dictionaryBootstrap' of attribute 'id' on element 'bean'
is not valid with respect to its type, 'ID'.

My versions are :

openjdk -> 11.0.9.1

maven -> 5.4.0-52-generic

Docker -> 19.03.8

eclipse -> 2019-06

hope you can help me, thx for the time

1 ACCEPTED ANSWER

stefanet
Champ on-the-rise
Champ on-the-rise

Hi,

I had the same problem. I juste change "Plugin execution not covered by lifecycle configuration" to ignore in the Maven "Errors/Warnings" parameters. I don't use JRebel so it works for me.

image

Regards

View answer in original post

1 REPLY 1

stefanet
Champ on-the-rise
Champ on-the-rise

Hi,

I had the same problem. I juste change "Plugin execution not covered by lifecycle configuration" to ignore in the Maven "Errors/Warnings" parameters. I don't use JRebel so it works for me.

image

Regards