Skip to content

Commit

Permalink
Fix export file handling
Browse files Browse the repository at this point in the history
  • Loading branch information
zmeggyesi committed Dec 6, 2016
1 parent 21d7b41 commit 562859a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@

<groupId>hu.skawa</groupId>
<artifactId>migrator-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>maven-plugin</packaging>

<name>Maven-Bazel Migration Plugin</name>

<url>https://zmeggyesi.github.io/migrator-maven-plugin/</url>
<inceptionYear>2016</inceptionYear>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public void execute() throws MojoExecutionException {
referenceWriter.append("\n");
}
}
getLog().info("Closing outputStreams");
} catch (IOException e) {
getLog().error(e);
}
Expand Down

0 comments on commit 562859a

Please sign in to comment.