-3

While adding instrumentation plugin in pom.xml am getting this error

Plugin execution not covered by lifecycle configuration:org.javalite:activejdbc-instrumentation:1.4.13:instrument (execution: default, phase: process-classes  

If added all plugin inside pluginManagement then no error but this package org.javalite.activejdbc.Model not importing can you please assist me.

enter image description here

tec
  • 999
  • 3
  • 18
  • 40
Basant
  • 1
  • Duplicate: https://stackoverflow.com/questions/6352208/how-to-solve-plugin-execution-not-covered-by-lifecycle-configuration-for-sprin – tec Feb 19 '18 at 06:58

1 Answers1

0

It is indeed a duplicate of How to solve "Plugin execution not covered by lifecycle configuration" for Spring Data Maven Builds.

However, JavaLite documentation provides a more concrete set of instructions for Eclipse configuration.

ipolevoy
  • 5,432
  • 2
  • 31
  • 46