I add this jar to my project-info-report-plugin

        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-project-info-reports-plugin</artifactId>
          <version>${project-info-report.plugin.version}</version>
          <dependencies>
            <dependency>
              <groupId>org.apache.maven.shared</groupId>
              <artifactId>maven-shared-jar</artifactId>
              <version>${shared.jar.version}</version>
            </dependency>
          </dependencies>
        </plugin>

and still see the bcel's java8 issue.  may be we should ask wide audience
at maven list to verify this

Thanks

-D

On Thu, Dec 31, 2015 at 12:30 PM, Michael Osipov <[email protected]>
wrote:

> Hi,
>
> We solved 5 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12334441
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=component%20%3D%20maven-shared-jar%20AND%20project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1242/
>
> https://repository.apache.org/content/repositories/maven-1242/org/apache/maven/shared/maven-shared-jar/1.2/maven-shared-jar-1.2-source-release.zip
>
> Source release checksum(s):
> maven-shared-jar-1.2-source-release.zip sha1:
> 0fce6592e9ffc2d31b3ad9e59d6a488af31f78ac
>
> Staging site:
> https://maven.apache.org/shared-archives/maven-shared-jar-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to