Mon, 8 Jan 2024 22:05:42 +0200, /Stanimir Stamenkov/:
Mon, 8 Jan 2024 13:49:41 -0600, /Neil Aggarwal/:
call mvn exec:exec -Dexec.executable="java"
-Dexec.args="-Djava.library.path=C:\OneDrive\Dev\Jacob -cp %%classpath
com.fiscalassets.tax.PrintForm1098s application.properties.FiscalAssets"
I'm speculating you may need to double escape the % like (%-tripled):
-cp %%%classpath
It should more likely be %-quadrupled:
-cp %%%%classpath
See: https://ss64.com/nt/call.html#advanced
This one (%-tripled) appears to apply when using CALL with an internal
batch command.
--
Stanimir
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org