Skip to content

Commit

Permalink
Fix path to custom component JSON metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Mar 12, 2024
1 parent 991bd35 commit 58991cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
final String artifactIdBase = ext.getArtifactIdBase();
final Path schemaFile = ext
.getExtensionDir()
.resolve("component/src/generated/resources/org/apache/camel/component/"
.resolve("component/src/generated/resources/META-INF/org/apache/camel/component/"
+ artifactIdBase + "/" + artifactIdBase + ".json")
.toAbsolutePath().normalize();
if (Files.isRegularFile(schemaFile)) {
Expand Down

0 comments on commit 58991cd

Please sign in to comment.