pom.xml
branchpreprocess
changeset 486 d463a2c42649
parent 484 72dc0325111c
child 489 a585b9c9a75b
     1.1 --- a/pom.xml	Fri Jan 24 05:33:52 2014 +0100
     1.2 +++ b/pom.xml	Fri Jan 24 08:24:33 2014 +0100
     1.3 @@ -139,6 +139,29 @@
     1.4                      </instructions>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>org.netbeans.html</groupId>
     1.9 +                <artifactId>html4j-maven-plugin</artifactId>
    1.10 +                <version>${project.version}</version>
    1.11 +                <executions>
    1.12 +                    <execution>
    1.13 +                        <id>classes</id>
    1.14 +                        <goals>
    1.15 +                            <goal>process-js-annotations</goal>
    1.16 +                        </goals>
    1.17 +                    </execution>
    1.18 +                    <execution>
    1.19 +                        <id>test-classes</id>
    1.20 +                        <phase>process-test-classes</phase>
    1.21 +                        <goals>
    1.22 +                            <goal>process-js-annotations</goal>
    1.23 +                        </goals>
    1.24 +                        <configuration>
    1.25 +                            <classes>${project.build.directory}/test-classes</classes>
    1.26 +                        </configuration>
    1.27 +                    </execution>
    1.28 +                </executions>
    1.29 +            </plugin>
    1.30            </plugins>
    1.31        </pluginManagement>
    1.32    </build>