Skip to content

Commit da14c0e

Browse files
e-zhavoronokMaximPlusov
authored andcommitted
Change izpack plugin parameter output to outputDirectory
1 parent 4db0072 commit da14c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<!-- base for relative paths in izpack descriptor -->
282282
<baseDir>${izpack.staging}</baseDir>
283283
<installFile>${izpack.staging}/install.xml</installFile>
284-
<output>${project.build.directory}/${installer.output.filename}</output>
284+
<outputDirectory>${project.build.directory}</outputDirectory>
285285
</configuration>
286286
</execution>
287287
</executions>

0 commit comments

Comments
 (0)