Skip to content

Commit

Permalink
Eclipselink.jar bundle - version.properties fix (#1495)
Browse files Browse the repository at this point in the history
This is fix for version.properties file content included in eclipselink.jar bundle.
Before this fix version information related properties like ${release.version}, ${build.*} wasn't replaced by correct values.
version.properties file content in org.eclipse.persistence.core is replaced correctly.
It happens in 3.0 branch only.

Signed-off-by: Radek Felcman <[email protected]>
  • Loading branch information
rfelcman authored Apr 22, 2022
1 parent 539be37 commit 4fd7165
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundles/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,16 @@
<directory>${gen.src.dir}</directory>
<excludes>
<exclude>**/*.java</exclude>
<exclude>org/eclipse/persistence/version.properties</exclude>
</excludes>
</resource>
<resource>
<directory>${gen.src.dir}</directory>
<filtering>true</filtering>
<includes>
<include>org/eclipse/persistence/version.properties</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
Expand Down

0 comments on commit 4fd7165

Please sign in to comment.