DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

build error--`Plugin execution not covered by lifecycle configuration: org.javalite:activejdbc-instrumentation #23

Closed htw2012 closed 7 years ago

htw2012 commented 7 years ago

Hi, when I import the project,I found the build error,like: Plugin execution not covered by lifecycle configuration: org.javalite:activejdbc-instrumentation:1.4.1:instrument (execution: default, phase: process- classes) Error occurs in pom.xml: `

org.javalite
            <artifactId>activejdbc-instrumentation</artifactId>
            <version>1.4.1</version>
            <executions>
                <execution>
                    <phase>process-classes</phase>
                    <goals>
                        <goal>instrument</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>`

Could you give me some tips to fix it?

Thank you for your help.

gitorko commented 7 years ago

You might be using private maven repository hence its not finding the jar.