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

   **[Bryan 
Brouckaert](https://issues.apache.org/jira/secure/[email protected])**
 commented
   
   This is of couse only a problem with the following configuration:
   
   \<plugin>
   \<groupId>org.apache.maven.plugins\</groupId>
   \<artifactId>maven-jar-plugin\</artifactId>
   \<executions>
   \<execution>
   \<goals>
   \<goal>sign\</goal>
   \</goals>
   \</execution>
   \</executions>
   \<configuration>
   \<keystore>/code.keystore\</keystore>
   \<alias>alias\</alias>
   \<storepass>xxx\</storepass>
   
\<signedjar>${project.build.directory}/signed/${project.build.finalName}.jar\</signedjar>
   \</configuration>
   


-- 
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