Skip to content

Commit

Permalink
Fix metadata injection
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 11, 2024
1 parent 7dfbd9d commit 1185f15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions jjava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jjava/src/main/resources/jjava-kernel-metadata.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "@version@",
"project": "@project@"
"version": "${project.version}",
"project": "${project.artifactId}"
}

0 comments on commit 1185f15

Please sign in to comment.