Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build-cache plugin artifactId #1054

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maven-plugins/build-cache-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Define a plugin management entry in your parent pom.
<pluginManagement>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>build-cache-maven-plugin</artifactId>
<artifactId>helidon-build-cache-maven-plugin</artifactId>
<version>${version.plugin.helidon-build-tools}</version>
</plugin>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/build-cache-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>build-cache-maven-plugin</artifactId>
<artifactId>helidon-build-cache-maven-plugin</artifactId>
<name>Helidon Build Cache Maven Plugin</name>
<packaging>maven-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</plugin>
<plugin>
<groupId>io.helidon.build-tools</groupId>
<artifactId>build-cache-maven-plugin</artifactId>
<artifactId>helidon-build-cache-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
Expand Down