Skip to content

Commit

Permalink
Use file.encoding instead
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Henrique Hüpner <thihup@gmail.com>
  • Loading branch information
Thihup committed Oct 15, 2024
1 parent 772b51d commit 3751457
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions appserver/appclient/client/acc-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,7 @@
<binding dir="${project.basedir}/src/main/resources" includes="configBindings.xml"/>
<arg value="-dtd"/>
<jvmarg value="-DenableExternalEntityProcessing=true"/>
<jvmarg value="-Duser.language=en" />
<jvmarg value="-Duser.country=US" />
<jvmarg value="-Dfile.encoding=${project.build.sourceEncoding}" />
</xjc>
</target>
</configuration>
Expand Down
9 changes: 3 additions & 6 deletions nucleus/admin/server-mgmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,20 +146,17 @@
<xjc destdir="${dest}"
schema="${project.basedir}/src/main/resources/xsd/schema/template-info.xsd"
package="com.sun.enterprise.admin.servermgmt.xml.templateinfo">
<jvmarg value="-Duser.language=en" />
<jvmarg value="-Duser.country=US" />
<jvmarg value="-Dfile.encoding=${project.build.sourceEncoding}" />
</xjc>
<xjc destdir="${dest}"
schema="${project.basedir}/src/main/resources/xsd/schema/domain-info.xsd"
package="com.sun.enterprise.admin.servermgmt.xml.domaininfo">
<jvmarg value="-Duser.language=en" />
<jvmarg value="-Duser.country=US" />
<jvmarg value="-Dfile.encoding=${project.build.sourceEncoding}" />
</xjc>
<xjc destdir="${dest}"
schema="${project.basedir}/src/main/resources/xsd/schema/stringsubs.xsd"
package="com.sun.enterprise.admin.servermgmt.xml.stringsubs">
<jvmarg value="-Duser.language=en" />
<jvmarg value="-Duser.country=US" />
<jvmarg value="-Dfile.encoding=${project.build.sourceEncoding}" />
</xjc>
</target>
</configuration>
Expand Down

0 comments on commit 3751457

Please sign in to comment.