project.htmljava/src/org/netbeans/modules/project/htmljava/prj/pom.txt
changeset 18172 f4e3e2267188
parent 18171 95232a041be0
     1.1 --- a/project.htmljava/src/org/netbeans/modules/project/htmljava/prj/pom.txt	Wed Feb 19 07:16:17 2014 +0100
     1.2 +++ b/project.htmljava/src/org/netbeans/modules/project/htmljava/prj/pom.txt	Wed Feb 19 13:59:42 2014 +0100
     1.3 @@ -143,6 +143,18 @@
     1.4            <build>
     1.5                <plugins>
     1.6                    <plugin>
     1.7 +                      <groupId>org.apache.maven.plugins</groupId>
     1.8 +                      <artifactId>maven-compiler-plugin</artifactId>
     1.9 +                      <configuration>
    1.10 +                          <compilerArguments>
    1.11 +                              <bootclasspath>netbeans.ignore.jdk.bootclasspath</bootclasspath>
    1.12 +                          </compilerArguments>
    1.13 +                          <testExcludes>
    1.14 +                              <exclude>**/JsInteractionTest*</exclude>
    1.15 +                          </testExcludes>
    1.16 +                      </configuration>
    1.17 +                  </plugin>
    1.18 +                  <plugin>
    1.19                        <groupId>org.apidesign.bck2brwsr</groupId>
    1.20                        <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.21                        <version>${bck2brwsr.version}</version>