benchmarks/matrix-multiplication/pom.xml
branchbenchmarks
changeset 269 81e72988dcb5
parent 268 e01b65623f72
child 270 4cbe8ca081ce
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Wed Dec 05 11:18:09 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Wed Dec 05 12:47:49 2012 +0100
     1.3 @@ -13,7 +13,17 @@
     1.4    <properties>
     1.5      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     1.6    </properties>
     1.7 +
     1.8    <build>
     1.9 +      <resources>
    1.10 +        <resource>
    1.11 +          <directory>src/main/resources</directory>
    1.12 +          <excludes>
    1.13 +            <exclude>**/*.js</exclude>
    1.14 +          </excludes>
    1.15 +        </resource>
    1.16 +      </resources>
    1.17 +  
    1.18        <plugins>
    1.19            <plugin>
    1.20              <groupId>org.apache.maven.plugins</groupId>