htmlpage/pom.xml
changeset 106 346633cd13d6
parent 100 029e6eed60e9
child 108 7e3f72897a83
     1.1 --- a/htmlpage/pom.xml	Thu Oct 11 06:15:22 2012 -0700
     1.2 +++ b/htmlpage/pom.xml	Tue Oct 16 12:42:00 2012 +0200
     1.3 @@ -51,16 +51,4 @@
     1.4        <scope>test</scope>
     1.5      </dependency>
     1.6    </dependencies>
     1.7 -    <build>
     1.8 -        <plugins>
     1.9 -            <plugin>
    1.10 -                <groupId>com.mycila.maven-license-plugin</groupId>
    1.11 -                <artifactId>maven-license-plugin</artifactId>
    1.12 -                <version>1.9.0</version>
    1.13 -                <configuration>
    1.14 -                    <header>../vm/src/header.txt</header>
    1.15 -                </configuration>
    1.16 -            </plugin>
    1.17 -        </plugins>
    1.18 -    </build>
    1.19  </project>