Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Camille
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
Camille
Commits
d18b6164
Commit
d18b6164
authored
11 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Set explicit source file encoding in parent pom.xml
Fixes Maven warnings about using the platform default encoding.
parent
3c7b9e79
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.eventb.texteditor.parent/pom.xml
+3
-0
3 additions, 0 deletions
org.eventb.texteditor.parent/pom.xml
with
3 additions
and
0 deletions
org.eventb.texteditor.parent/pom.xml
+
3
−
0
View file @
d18b6164
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<!-- this is the parent POM from which all modules inherit common settings -->
<!-- this is the parent POM from which all modules inherit common settings -->
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<repositories>
<repositories>
<!-- configure p2 repository to resolve against -->
<!-- configure p2 repository to resolve against -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment