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.
2 parents 67c63a0 + 27d562e commit 88567d2Copy full SHA for 88567d2
src/main/java/com/akathist/maven/plugins/launch4j/Launch4jMojo.java
@@ -122,7 +122,7 @@ public class Launch4jMojo extends AbstractMojo {
122
* The name of the executable you want launch4j to produce.
123
* The path, if relative, is relative to the pom.xml.
124
*/
125
- @Parameter(defaultValue = "${project.bluid.directory}/${project.artifactId}.exe")
+ @Parameter(defaultValue = "${project.build.directory}/${project.artifactId}.exe")
126
private File outfile;
127
128
/**
0 commit comments