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, I trying to use maven webstart plugin download servlet. And I have this issue:
The number of signed artifacts (1) differ from the number of modified artifacts (2). Implementation error -> [Help 1]
This issue is due to the fact that resource.zip is adding to the modifiedJnlpArtifacts list but not signed.
I think that zip files must be ignored from jar resources.
Change can be done on JnlpDownloadServletMojo on line 551.
The text was updated successfully, but these errors were encountered:
Hi, I trying to use maven webstart plugin download servlet. And I have this issue:
The number of signed artifacts (1) differ from the number of modified artifacts (2). Implementation error -> [Help 1]
This issue is due to the fact that resource.zip is adding to the modifiedJnlpArtifacts list but not signed.
I think that zip files must be ignored from jar resources.
Change can be done on JnlpDownloadServletMojo on line 551.
The text was updated successfully, but these errors were encountered: