Skip to content

Commit 712c86e

Browse files
committed
Remove superfluous quoting
Quotes are for your shell's benefit, not Maven's.
1 parent 0666874 commit 712c86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
</annotationProcessorPaths>
348348
<fork>true</fork>
349349
<compilerArgs>
350-
<arg>-Ajavadoc.packages="${javadoc.runtimeAccessPackages}"</arg>
350+
<arg>-Ajavadoc.packages=${javadoc.runtimeAccessPackages}</arg>
351351
</compilerArgs>
352352
</configuration>
353353
</plugin>
@@ -593,7 +593,7 @@
593593
own property 'scijava.surefire.args' to specify those options.
594594
-->
595595
<configuration>
596-
<argLine>@{argLine} -Xms512m -Xmx512m -Dapple.awt.UIElement="true" ${scijava.surefire.args}</argLine>
596+
<argLine>@{argLine} -Xms512m -Xmx512m -Dapple.awt.UIElement=true ${scijava.surefire.args}</argLine>
597597
</configuration>
598598
</plugin>
599599

0 commit comments

Comments
 (0)