jira-importer commented on issue #224:
URL: 
https://github.com/apache/maven-jar-plugin/issues/224#issuecomment-2956682745

   **[Pawel 
Pastula](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pawelp76)**
 commented
   
   There is also one thing I forgot in my last comment.
   To enable in-place jar signing, the field signedjar must not be `@requiered`.
   Right now tests are working fine but there is no way to do it in practise.
   
   I had removed `@requiered` attribute and have been struggling with pom.xml 
to make it work.
   The "default-value" makes it difficult to set null value. I don't know 
maven2 well but if there is no way to set this plugin's attribute to null then 
I think signedjar should be String not java.io.File.
   
   I tried:
   \<signedjar/> and thoutht it could set signedjar to null - but the default 
value is set
   I also tried:
   \<signedjar implementation="java.io.File">null\</signedjar> but creates 
File("null") :-)
   
   How can one set this field to null to enable in-place jar signing ?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to