Remove Byte Order Mark characters from pom.xml (#2158)
* Remove Byte Order Mark characters from pom.xml * Update pom.xml - remove initial BOM --------- Co-authored-by: Carlos Ruiz <carg67@gmail.com>
This commit is contained in:
parent
12d389a03a
commit
4708b214cb
|
@ -1,4 +1,4 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<goal>wget</goal>
|
<goal>wget</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<url>${url.file.srv}/database/11/Adempiere.jar</url>
|
<url>${url.file.srv}/database/11/Adempiere.jar</url>
|
||||||
<unpack>false</unpack>
|
<unpack>false</unpack>
|
||||||
<outputDirectory>data/seed</outputDirectory>
|
<outputDirectory>data/seed</outputDirectory>
|
||||||
<retries>5</retries>
|
<retries>5</retries>
|
||||||
|
|
Loading…
Reference in New Issue