rt/vm8/pom.xml
branchjdk8
changeset 1672 1efb2645c7aa
parent 1656 589affbf39a2
child 1674 eca8e9c3ec3e
     1.1 --- a/rt/vm8/pom.xml	Sun Aug 10 08:07:11 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sun Aug 17 08:27:45 2014 +0200
     1.3 @@ -20,6 +20,21 @@
     1.4                      <target>1.8</target>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>net.orfjackal.retrolambda</groupId>
     1.9 +                <artifactId>retrolambda-maven-plugin</artifactId>
    1.10 +                <version>1.5.0</version>
    1.11 +                <executions>
    1.12 +                    <execution>
    1.13 +                        <goals>
    1.14 +                            <goal>process-test</goal>
    1.15 +                        </goals>
    1.16 +                    </execution>
    1.17 +                </executions>
    1.18 +                <configuration>
    1.19 +                    <target>1.7</target>
    1.20 +                </configuration>
    1.21 +            </plugin>
    1.22          </plugins>
    1.23      </build>
    1.24      <dependencies>