javaquery/api/pom.xml
changeset 1738 83151e1e0cac
parent 1735 cf1b6ff9bf06
child 1739 e9b9d9ff0621
     1.1 --- a/javaquery/api/pom.xml	Wed Dec 03 20:27:39 2014 +0100
     1.2 +++ b/javaquery/api/pom.xml	Sat Dec 06 06:49:24 2014 +0100
     1.3 @@ -30,6 +30,18 @@
     1.4                      <skip>false</skip>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>org.apidesign.bck2brwsr</groupId>
     1.9 +                <artifactId>bck2brwsr-maven-plugin</artifactId>
    1.10 +                <version>${project.version}</version>
    1.11 +                <executions>
    1.12 +                    <execution>
    1.13 +                        <goals>
    1.14 +                            <goal>library</goal>
    1.15 +                        </goals>
    1.16 +                    </execution>
    1.17 +                </executions>
    1.18 +            </plugin>
    1.19          </plugins>
    1.20      </build>
    1.21      <properties>