File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/io/github/fvarrui/javapackager Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44 <groupId >io.github.fvarrui</groupId >
55 <artifactId >javapackager</artifactId >
6- <version >0.9.3 -SNAPSHOT</version >
6+ <version >0.9.2 -SNAPSHOT</version >
77 <packaging >maven-plugin</packaging >
88
99 <name >JavaPackager Maven Plugin</name >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
17- <line .separator>
18- </line .separator>
1917 </properties >
2018
2119 <licenses >
Original file line number Diff line number Diff line change @@ -232,6 +232,8 @@ public PackageMojo() {
232232 }
233233
234234 public void execute () throws MojoExecutionException {
235+
236+ System .setProperty ("line.separator" , "\n " );
235237
236238 // gets plugin execution environment
237239 this .env = executionEnvironment (mavenProject , mavenSession , pluginManager );
You can’t perform that action at this time.
0 commit comments