You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Michael Osipov <mi...@apache.org> on 2016/01/03 23:21:53 UTC

[ANN] Apache Maven JAR Utilities 1.2 released

The Apache Maven team is pleased to announce the release of the Apache 
Maven JAR Utilities, version 1.2.

This module generates browsable HTML pages from Java source code.

https://maven.apache.org/shared/maven-shared-jar/

You should specify the version in your project's dependency configuration:

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-shared-jar</artifactId>
   <version>1.2</version>
</dependency>


Release Notes - Apache Maven JAR Utilities - Version 1.2

** Bug
     * [MSHARED-409] - maven-shared-jar fails to analyse JARs containing 
Java 8 code

** Improvement
     * [MSHARED-481] - Clean up and update class version detection for 
Java 7/8

** Task
     * [MSHARED-482] - Upgrade to Maven 2.2.1
     * [MSHARED-483] - Upgrade to Maven Shared Utils 0.9
     * [MSHARED-485] - Add missing dependencies indicated by 
dependency:analyze


Enjoy,

-The Apache Maven team