Skip to content

"'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing" in case of multiple source directories #2717

Answered by laeubi
dhendriks asked this question in Q&A
Discussion options

You must be logged in to vote

You can add this to your main pom.xml

<plugin>
	<groupId>org.codehaus.mojo</groupId>
	<artifactId>build-helper-maven-plugin</artifactId>
	<version>3.4.0</version>
</plugin>

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@dhendriks
Comment options

@laeubi
Comment options

@laeubi
Comment options

@dhendriks
Comment options

@laeubi
Comment options

Answer selected by laeubi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2716 on August 20, 2023 16:10.