Skip to content

Plugin dogfooding #53

@mfoo

Description

@mfoo

I previously had the following in pom.xml:

<plugin>
    <groupId>${project.groupId}</groupId>
    <artifactId>${project.artifactId}</artifactId>
    <version>${project.version}</version>
    <executions>
        <execution>
            <id>libyear-report</id>
            <goals>
                <goal>analyze</goal>
            </goals>
            <phase>install</phase>
        </execution>
    </executions>
</plugin>

The idea was to execute the current version of the plugin when running mvn install (perhaps it should be verify, and perhaps this is the solution). This caused problems when building the project on a new machine (but somehow not on CI) where the project didn't exist and so couldn't be executed.

I've temporarily removed this execution from the POM, and this ticket is to look at reintroducing it.

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