htmlpage/pom.xml
changeset 26 03e4aaa4ef3d
parent 25 e214f04abb98
child 100 029e6eed60e9
     1.1 --- a/htmlpage/pom.xml	Mon Sep 24 12:39:21 2012 +0200
     1.2 +++ b/htmlpage/pom.xml	Mon Sep 24 15:06:43 2012 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4    <version>1.0-SNAPSHOT</version>
     1.5    <name>htmlpage</name>
     1.6    <url>http://maven.apache.org</url>
     1.7 -  <properties>
     1.8 +    <properties>
     1.9      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.10    </properties>
    1.11    <dependencies>
    1.12 @@ -27,5 +27,21 @@
    1.13          </exclusion>
    1.14        </exclusions>
    1.15      </dependency>
    1.16 +    <dependency>
    1.17 +      <groupId>org.netbeans.api</groupId>
    1.18 +      <artifactId>org-openide-util-lookup</artifactId>
    1.19 +    </dependency>
    1.20    </dependencies>
    1.21 +    <build>
    1.22 +        <plugins>
    1.23 +            <plugin>
    1.24 +                <groupId>com.mycila.maven-license-plugin</groupId>
    1.25 +                <artifactId>maven-license-plugin</artifactId>
    1.26 +                <version>1.9.0</version>
    1.27 +                <configuration>
    1.28 +                    <header>../vm/src/header.txt</header>
    1.29 +                </configuration>
    1.30 +            </plugin>
    1.31 +        </plugins>
    1.32 +    </build>
    1.33  </project>