Skip to content

Commit

Permalink
Merge pull request #17 from frewert/master
Browse files Browse the repository at this point in the history
Fix typo in default value for outfile
  • Loading branch information
lukaszlenart committed Jan 15, 2015
2 parents 67c63a0 + 27d562e commit 88567d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class Launch4jMojo extends AbstractMojo {
* The name of the executable you want launch4j to produce.
* The path, if relative, is relative to the pom.xml.
*/
@Parameter(defaultValue = "${project.bluid.directory}/${project.artifactId}.exe")
@Parameter(defaultValue = "${project.build.directory}/${project.artifactId}.exe")
private File outfile;

/**
Expand Down

0 comments on commit 88567d2

Please sign in to comment.