On Tue, 12 Nov 2013 23:59:06 +0100
Tony Chemit <che...@codelutin.com> wrote:

> The Maven team is pleased to announce the release of the Maven JArsigner,  
> version 1.1
> 
> This component provides some utilities to sign/verify jars/files in your 
> Mojos.
> 
> http://maven.apache.org/shared/maven-jarsigner/
> 
> To use the Maven Jarsigner, add the following dependency to your project:
> 
>    <dependency>
>      <groupId>org.apache.maven.shared</groupId>
>      <artifactId>maven-jarsinger</artifactId>
>      <version>1.1</version>
>    </dependency>

The dependency is *maven-jarsigner* and not *maven-jarsinger*, 

   <dependency>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-jarsigner</artifactId>
     <version>1.1</version>
   </dependency>

tony.

-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
http://www.codelutin.com
email: che...@codelutin.com
twitter: https://twitter.com/tchemit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to