Skip to content

Commit 648fee5

Browse files
committed
Fixed commandlineArgs formatting
Signed-off-by: David Matějček <[email protected]>
1 parent d5793c8 commit 648fee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,7 @@
129129
<phase>process-classes</phase>
130130
<configuration>
131131
<mainClass>org.glassfish.docker.ShaGenerator</mainClass>
132-
<commandlineArgs>${project.build.directory}/glassfish.zip
133-
${project.build.directory}/sha.properties</commandlineArgs>
132+
<commandlineArgs>${project.build.directory}/glassfish.zip ${project.build.directory}/sha.properties</commandlineArgs>
134133
</configuration>
135134
</execution>
136135
<execution>

0 commit comments

Comments
 (0)