Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7888255
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:47:11+00:00 2026-06-03T05:47:11+00:00

What incantation do I put into pom.xml which will be equivalent to export JAVA_TOOL_OPTIONS=’-Dfile.encoding=UTF-8′

  • 0

What incantation do I put into pom.xml which will be equivalent to

export JAVA_TOOL_OPTIONS='-Dfile.encoding=UTF-8'

in .profile?
I tried

<configuration>
    <file.encoding>UTF-8</file.encoding>
</configuration>

in maven-compiler-plugin and

<properties>
    <file.encoding>UTF-8</file.encoding>
</properties>

in top level and it did not work.

The main idea is to set this from pom.xml, NOT from the environment
(I have no control over what environment this will be run under).
Again, I am not interested in any solution which modifies .profile et al.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:47:13+00:00Added an answer on June 3, 2026 at 5:47 am

    Try the following:

        <configuration>
         ...
         <systemProperties>
            <systemProperty>
              <name>propertyName</name>
              <value>propertyValue</value>
            </systemProperty>
            ...
         </systemProperties>
        </configuration>
    

    This should work. At least it works for me with other maven plugins.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

With VIM or Emacs I can put comments in the file that will be
Is there an incantation of mysqldump or a similar tool that will produce a
I'd like to use Nokogiri to insert nodes into an XML document. Nokogiri uses
How do I fix the indentation of his huge html files which was all
I have an XDocument object and the ToString() method returns XML without any indentation.
How can I get Emacs to put padding spaces around opening brackets and operators
I need to write the next formula in LaTeX, but I can't put it
I don't end my JavaScript statements with semicolons when newlines will work. No flames,
I am making a simple web-app which requires login for the admin page. I
I'm wanting to put a text on the web with paragraph numbers and sidenotes.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.