pom.xml
branchcanvas
changeset 1268 7937df26a5a7
parent 1250 28949f8ce196
child 1289 5a0768a5e095
     1.1 --- a/pom.xml	Tue Aug 27 23:05:02 2013 +0200
     1.2 +++ b/pom.xml	Sun Sep 08 11:22:51 2013 +0200
     1.3 @@ -65,7 +65,7 @@
     1.4    </pluginRepositories>
     1.5    <build>
     1.6        <plugins>
     1.7 -         <plugin>
     1.8 +<!--         <plugin>
     1.9                <inherited>false</inherited>
    1.10                <groupId>com.mycila.maven-license-plugin</groupId>
    1.11                <artifactId>maven-license-plugin</artifactId>
    1.12 @@ -96,7 +96,7 @@
    1.13                         <exclude>ko/*/src/main/resources/org/apidesign/*/*/knockout-2.2.1.js</exclude>
    1.14                    </excludes>
    1.15                </configuration>
    1.16 -          </plugin>
    1.17 +          </plugin>-->
    1.18             <plugin>
    1.19              <artifactId>maven-release-plugin</artifactId>
    1.20              <version>2.4</version>
    1.21 @@ -114,6 +114,9 @@
    1.22                  <groupId>org.apache.maven.plugins</groupId>
    1.23                  <artifactId>maven-surefire-plugin</artifactId>
    1.24                  <version>2.13</version>
    1.25 +                <configuration>
    1.26 +                    <skipTests>true</skipTests>
    1.27 +                </configuration>
    1.28                </plugin>
    1.29                <plugin>
    1.30                  <groupId>org.apache.maven.plugins</groupId>