html4j-maven-plugin/pom.xml
branchpreprocess
changeset 486 d463a2c42649
parent 467 6d3613b454ab
child 489 a585b9c9a75b
     1.1 --- a/html4j-maven-plugin/pom.xml	Tue Jan 14 14:18:50 2014 +0100
     1.2 +++ b/html4j-maven-plugin/pom.xml	Fri Jan 24 08:24:33 2014 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4      <version>0.8-SNAPSHOT</version>
     1.5    </parent>
     1.6    <packaging>maven-plugin</packaging>
     1.7 -  <groupId>org.apidesign.html</groupId>
     1.8 +  <groupId>org.netbeans.html</groupId>
     1.9    <artifactId>html4j-maven-plugin</artifactId>
    1.10    <version>0.8-SNAPSHOT</version>
    1.11    <name>html4j-maven-plugin</name>
    1.12 @@ -38,31 +38,6 @@
    1.13                    </execution>
    1.14                </executions>
    1.15            </plugin>
    1.16 -          <plugin>
    1.17 -              <groupId>org.apache.maven.plugins</groupId>
    1.18 -              <artifactId>maven-compiler-plugin</artifactId>
    1.19 -              <version>2.3.2</version>
    1.20 -              <configuration>
    1.21 -                  <source>1.6</source>
    1.22 -                  <target>1.6</target>
    1.23 -              </configuration>
    1.24 -          </plugin>
    1.25 -          <plugin>
    1.26 -              <groupId>org.apidesign.html</groupId>
    1.27 -              <artifactId>html4j-maven-plugin</artifactId>
    1.28 -              <version>${project.version}</version>
    1.29 -              <executions>
    1.30 -                  <execution>
    1.31 -                      <goals>
    1.32 -                          <goal>process-js-annotations</goal>
    1.33 -                      </goals>
    1.34 -                      <phase>process-test-classes</phase>
    1.35 -                      <configuration>
    1.36 -                          <classes>${project.build.directory}/test-classes</classes>
    1.37 -                      </configuration>
    1.38 -                  </execution>
    1.39 -              </executions>
    1.40 -          </plugin>
    1.41        </plugins>
    1.42    </build>
    1.43        
    1.44 @@ -86,12 +61,6 @@
    1.45            <type>jar</type>
    1.46        </dependency>
    1.47      <dependency>
    1.48 -      <groupId>org.netbeans.html</groupId>
    1.49 -      <artifactId>net.java.html.boot</artifactId>
    1.50 -      <version>${project.version}</version>
    1.51 -      <type>jar</type>
    1.52 -    </dependency>
    1.53 -    <dependency>
    1.54        <groupId>org.testng</groupId>
    1.55        <artifactId>testng</artifactId>
    1.56        <scope>test</scope>