IDEMPIERE-3531: fix md5 for oxygen issue
This commit is contained in:
parent
5c3e738dab
commit
c03d0d233d
|
@ -831,6 +831,19 @@
|
||||||
<sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zweb.osgi.jar</sourceFile>
|
<sourceFile>${project.build.directory}/zk-bin-osgi-${zk.version}/dist/lib/zweb.osgi.jar</sourceFile>
|
||||||
<destinationFile>${project.build.directory}/repository/plugins/zweb_${zk.version}.jar</destinationFile>
|
<destinationFile>${project.build.directory}/repository/plugins/zweb_${zk.version}.jar</destinationFile>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
</fileSets>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
|
||||||
|
<!-- delete metadata file to update md5 -->
|
||||||
|
<execution>
|
||||||
|
<id>move-file</id>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>rename</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<fileSets>
|
||||||
<fileSet>
|
<fileSet>
|
||||||
<sourceFile>${project.build.directory}/repository/artifacts.jar</sourceFile>
|
<sourceFile>${project.build.directory}/repository/artifacts.jar</sourceFile>
|
||||||
<destinationFile>${project.build.directory}/artifacts.jar</destinationFile>
|
<destinationFile>${project.build.directory}/artifacts.jar</destinationFile>
|
||||||
|
@ -859,7 +872,7 @@
|
||||||
|
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<append>true</append>
|
<append>false</append>
|
||||||
<sourceLocation>${project.build.directory}/repository</sourceLocation>
|
<sourceLocation>${project.build.directory}/repository</sourceLocation>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
Loading…
Reference in New Issue