vm/pom.xml
changeset 29 dcb98731b000
parent 25 e214f04abb98
child 41 db31d4001c21
     1.1 --- a/vm/pom.xml	Mon Sep 24 12:39:21 2012 +0200
     1.2 +++ b/vm/pom.xml	Tue Sep 25 12:11:03 2012 +0200
     1.3 @@ -45,18 +45,29 @@
     1.4        <connection>scm:hg:http://source.apidesign.org/hg/bck2brwsr</connection>
     1.5        <url>http://source.apidesign.org/hg/bck2brwsr</url>
     1.6    </scm>
     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>src/header.txt</header>
    1.15 -                </configuration>
    1.16 -            </plugin>
    1.17 -        </plugins>
    1.18 -    </build>
    1.19 +  <build>
    1.20 +      <plugins>
    1.21 +          <plugin>
    1.22 +              <groupId>org.apache.maven.plugins</groupId>
    1.23 +              <artifactId>maven-jar-plugin</artifactId>
    1.24 +              <configuration>
    1.25 +                  <archive>
    1.26 +                      <manifest>
    1.27 +                          <mainClass>org.apidesign.vm4brwsr.GenJS</mainClass>
    1.28 +                      </manifest>
    1.29 +                  </archive>
    1.30 +              </configuration>
    1.31 +          </plugin>
    1.32 +          <plugin>
    1.33 +              <groupId>com.mycila.maven-license-plugin</groupId>
    1.34 +              <artifactId>maven-license-plugin</artifactId>
    1.35 +              <version>1.9.0</version>
    1.36 +              <configuration>
    1.37 +                  <header>src/header.txt</header>
    1.38 +              </configuration>
    1.39 +          </plugin>
    1.40 +      </plugins>
    1.41 +  </build>
    1.42    <dependencies>
    1.43      <dependency>
    1.44        <groupId>org.testng</groupId>