You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tony Chemit <ch...@codelutin.com> on 2013/11/12 23:59:06 UTC

[ANN] Maven Jarsigner 1.1 Released

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>


Release Notes - Maven Shared Components - Version maven-jarsigner-1.1

** Bug
    * [MSHARED-214] - Method 'JarSignerUtil.isSignatureFile( String entryName )' needs to also account for files ending in '.EC'.
    * [MSHARED-277] - JarSignerUtil.unsignArchive invalid entry compressed size

** Improvement
    * [MSHARED-300] - Update javadoc links

** New Feature
    * [MSHARED-213] - Please add a method to class JarSignerUtil to test an archive to contain signature files.
    * [MSHARED-299] - Add support for -tsa during signing (Trusted Timestamping)


Enjoy,

-The Maven team

tony.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven Jarsigner 1.1 Released

Posted by Tony Chemit <tc...@apache.org>.
On Tue, 12 Nov 2013 23:59:06 +0100
Tony Chemit <ch...@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: chemit@codelutin.com
twitter: https://twitter.com/tchemit

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven Jarsigner 1.1 Released

Posted by Tony Chemit <tc...@apache.org>.
On Tue, 12 Nov 2013 23:59:06 +0100
Tony Chemit <ch...@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: chemit@codelutin.com
twitter: https://twitter.com/tchemit

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


Re: [ANN] Maven Jarsigner 1.1 Released

Posted by Tony Chemit <tc...@apache.org>.
On Tue, 12 Nov 2013 23:59:06 +0100
Tony Chemit <ch...@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: chemit@codelutin.com
twitter: https://twitter.com/tchemit