Skip to content

Error in pom.xml #14

@krishnapollu

Description

@krishnapollu

@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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions