Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
Protos
Nomad 3D
nomad-3d-editor
Commits
638884f8
Commit
638884f8
authored
Aug 24, 2017
by
legoc
Browse files
Added explicit encoding.
parent
0c8eb61d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
638884f8
...
...
@@ -5,7 +5,7 @@
<artifactId>
nomad-3d-editor
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<name>
Nomad 3D Editor
</name>
<distributionManagement>
<repository>
<id>
ill-repo
</id>
...
...
@@ -37,7 +37,7 @@
<url>
https://maven.ill.fr/content/repositories/eclipse
</url>
</repository>
</repositories>
<profiles>
<profile>
<id>
jzmq
</id>
...
...
@@ -66,7 +66,7 @@
</dependencies>
</profile>
</profiles>
<dependencies>
<dependency>
...
...
@@ -90,6 +90,7 @@
<configuration>
<source>
1.8
</source>
<target>
1.8
</target>
<encoding>
Cp1252
</encoding>
</configuration>
</plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment