We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84a821 commit dcdb0caCopy full SHA for dcdb0ca
src/main/java/io/github/fvarrui/javapackager/PackageMojo.java
@@ -233,8 +233,6 @@ public PackageMojo() {
233
234
public void execute() throws MojoExecutionException {
235
236
- System.setProperty("line.separator", "\n");
237
-
238
// gets plugin execution environment
239
this.env = executionEnvironment(mavenProject, mavenSession, pluginManager);
240
0 commit comments