Skip to content

Commit 88567d2

Browse files
committed
Merge pull request #17 from frewert/master
Fix typo in default value for outfile
2 parents 67c63a0 + 27d562e commit 88567d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/akathist/maven/plugins/launch4j/Launch4jMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public class Launch4jMojo extends AbstractMojo {
122122
* The name of the executable you want launch4j to produce.
123123
* The path, if relative, is relative to the pom.xml.
124124
*/
125-
@Parameter(defaultValue = "${project.bluid.directory}/${project.artifactId}.exe")
125+
@Parameter(defaultValue = "${project.build.directory}/${project.artifactId}.exe")
126126
private File outfile;
127127

128128
/**

0 commit comments

Comments
 (0)