Skip to content

Conversation

@algomaster99
Copy link
Member

Running from command line is not a great idea since you cannot control which phase to attach the plugin to. This is a major change and we propose to add this to pom file now:

  <plugin>
    <groupId>io.github.project</groupId>
    <artifactId>classport-maven-plugin</artifactId>
    <version>0.1.0-SNAPSHOT</version>
    <executions>
        <execution>
            <goals>
                <goal>embed</goal>
            </goals>
        </execution>
    </executions>
</plugin>

By default, it will run during process-classes so after compilation and before packaging - making it the best step to run.

@algomaster99 algomaster99 marked this pull request as ready for review December 24, 2025 15:51
@algomaster99 algomaster99 merged commit 5223818 into main Dec 24, 2025
2 checks passed
@algomaster99 algomaster99 deleted the push-zrukzlnpmrxv branch December 24, 2025 15:53
algomaster99 added a commit that referenced this pull request Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants