Hello Charles,

Charles Honton <c...@honton.org> schrieb am Di., 14. Juni 2016 um 07:29 Uhr:

> Now that lang is compiled with java6, clirr is broken.  Do we want to
> update to a more modern report like japicmp <
> https://siom79.github.io/japicmp/>?
>

The site build is only broken when build with Java 8. It should be working
with Java 6 and Java 7.

Benedikt


>
> The pom change is something like
>
>   <plugin>
>    <groupId>com.github.siom79.japicmp</groupId>
>    <artifactId>japicmp-maven-plugin</artifactId>
>    <version>0.8.0</version>
>    <configuration>
>     <parameter>
>      <onlyModified>true</onlyModified>
>
>  
> <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
>     </parameter>
>    </configuration>
>    <executions>
>     <execution>
>      <phase>verify</phase>
>      <goals>
>       <goal>cmp</goal>
>      </goals>
>     </execution>
>    </executions>
>   </plugin>
>
> regards,
> chas

Reply via email to