Generate Javadoc for the experimental HTML page API
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 28 Feb 2013 22:01:57 +0100
changeset 798c8f432905e66
parent 797 7b5a053c6763
child 799 abb0830cb220
Generate Javadoc for the experimental HTML page API
javaquery/api/pom.xml
javaquery/demo-calculator-dynamic/pom.xml
javaquery/demo-calculator/pom.xml
     1.1 --- a/javaquery/api/pom.xml	Thu Feb 28 21:35:55 2013 +0100
     1.2 +++ b/javaquery/api/pom.xml	Thu Feb 28 22:01:57 2013 +0100
     1.3 @@ -23,6 +23,13 @@
     1.4                      <target>1.6</target>
     1.5                  </configuration>
     1.6              </plugin>
     1.7 +            <plugin>
     1.8 +                <groupId>org.apache.maven.plugins</groupId>
     1.9 +                <artifactId>maven-javadoc-plugin</artifactId>
    1.10 +                <configuration>
    1.11 +                    <subpackages>org.apidesign.bck2brwsr.htmlpage.api</subpackages>
    1.12 +                </configuration>
    1.13 +            </plugin>
    1.14          </plugins>
    1.15      </build>
    1.16      <properties>
     2.1 --- a/javaquery/demo-calculator-dynamic/pom.xml	Thu Feb 28 21:35:55 2013 +0100
     2.2 +++ b/javaquery/demo-calculator-dynamic/pom.xml	Thu Feb 28 22:01:57 2013 +0100
     2.3 @@ -62,6 +62,14 @@
     2.4             </configuration>
     2.5           </plugin>
     2.6           <plugin>
     2.7 +           <groupId>org.apache.maven.plugins</groupId>
     2.8 +           <artifactId>maven-javadoc-plugin</artifactId>
     2.9 +           <version>2.9</version>
    2.10 +           <configuration>
    2.11 +             <skip>true</skip>
    2.12 +           </configuration>
    2.13 +         </plugin>
    2.14 +         <plugin>
    2.15              <artifactId>maven-assembly-plugin</artifactId>
    2.16                  <version>2.4</version>
    2.17                  <executions>
     3.1 --- a/javaquery/demo-calculator/pom.xml	Thu Feb 28 21:35:55 2013 +0100
     3.2 +++ b/javaquery/demo-calculator/pom.xml	Thu Feb 28 22:01:57 2013 +0100
     3.3 @@ -80,6 +80,14 @@
     3.4               <skip>true</skip>
     3.5             </configuration>
     3.6           </plugin>      
     3.7 +         <plugin>
     3.8 +           <groupId>org.apache.maven.plugins</groupId>
     3.9 +           <artifactId>maven-javadoc-plugin</artifactId>
    3.10 +           <version>2.9</version>
    3.11 +           <configuration>
    3.12 +             <skip>true</skip>
    3.13 +           </configuration>
    3.14 +         </plugin>
    3.15        </plugins>
    3.16    </build>
    3.17