Skip to content

Commit 49ed865

Browse files
committed
make sure .bak files are removed
1 parent 62363d6 commit 49ed865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bundle/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<move todir="${project.build.outputDirectory}/OSGI-INF" overwrite="false">
108108
<fileset dir="${project.build.outputDirectory}/OSGI-INF.bak"/>
109109
</move>
110+
<delete dir="${project.build.outputDirectory}/OSGI-INF.bak"/>
110111
</target>
111112
</configuration>
112113
<goals>

0 commit comments

Comments
 (0)