You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The outputJarVersions parameter in configuration section is ignored.
If I set true or false the parameter outputJarVersions, the output of the jar resource in jnlp is : <jar href="lib/commons-lang3.jar" version="3.6" />
if false, I'd like to have: <jar href="lib/commons-lang3-3.6.jar" />
The text was updated successfully, but these errors were encountered:
Are you using the jnlp-download-servlet goal? We are and I've seen that it ignores that parameter. We were hoping to have it drop the versioning as well.
Hi,
The outputJarVersions parameter in configuration section is ignored.
If I set true or false the parameter outputJarVersions, the output of the jar resource in jnlp is :
<jar href="lib/commons-lang3.jar" version="3.6" />
if false, I'd like to have:
<jar href="lib/commons-lang3-3.6.jar" />
The text was updated successfully, but these errors were encountered: