forked from joc-mer/githook-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
@phillipuniverse
Plugin execution not covered by lifecycle configuration: io.github.phillipuniverse:githook-maven-plugin:1.0.5:install (execution: default, phase: initialize) on adding the below plugin
<plugin>
<groupId>io.github.phillipuniverse</groupId>
<artifactId>githook-maven-plugin</artifactId>
<version>1.0.5</version>
<executions>
<execution>
<goals>
<goal>install</goal>
</goals>
<configuration>
<hooks>
<pre-commit>
echo running validation build
exec mvn clean install
</pre-commit>
</hooks>
</configuration>
</execution>
</executions>
</plugin>
Metadata
Metadata
Assignees
Labels
No labels