Skip to content

Commit

Permalink
corrected create release
Browse files Browse the repository at this point in the history
  • Loading branch information
witchpou committed Oct 15, 2024
1 parent 899b066 commit 7bfb48a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -140,11 +142,15 @@
<phase>prepare-package</phase>
<configuration>
<target>
<concat destfile="${project.build.outputDirectory}/static/info.txt">
<fileset file="${project.build.outputDirectory}/META-INF/build-info.properties" />
<fileset file="${project.build.outputDirectory}/git.properties" />
<concat
destfile="${project.build.outputDirectory}/static/info.txt">
<fileset
file="${project.build.outputDirectory}/META-INF/build-info.properties" />
<fileset
file="${project.build.outputDirectory}/git.properties" />
<filterchain>
<filterreader classname="org.apache.tools.ant.filters.LineContains">
<filterreader
classname="org.apache.tools.ant.filters.LineContains">
<param type="negate" value="true" />
<param type="contains" value="#" />
</filterreader>
Expand Down

0 comments on commit 7bfb48a

Please sign in to comment.