Skip to content

Commit

Permalink
Fixed commandlineArgs formatting
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <[email protected]>
  • Loading branch information
dmatej committed Nov 1, 2024
1 parent d5793c8 commit 648fee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@
<phase>process-classes</phase>
<configuration>
<mainClass>org.glassfish.docker.ShaGenerator</mainClass>
<commandlineArgs>${project.build.directory}/glassfish.zip
${project.build.directory}/sha.properties</commandlineArgs>
<commandlineArgs>${project.build.directory}/glassfish.zip ${project.build.directory}/sha.properties</commandlineArgs>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 648fee5

Please sign in to comment.