pom.xml
changeset 79 6fbb35a57c0a
parent 78 48a3f8b90787
child 80 b0405fec1f36
     1.1 --- a/pom.xml	Thu May 09 23:25:10 2013 +0200
     1.2 +++ b/pom.xml	Mon May 13 11:39:33 2013 +0200
     1.3 @@ -21,6 +21,7 @@
     1.4    <modules>
     1.5      <module>json</module>
     1.6      <module>json-tck</module>
     1.7 +    <module>ko-archetype</module>
     1.8      <module>ko-bck2brwsr</module>
     1.9      <module>ko-fx</module>
    1.10    </modules>
    1.11 @@ -84,6 +85,7 @@
    1.12                    <excludes>
    1.13                         <exclude>*</exclude>
    1.14                         <exclude>.*/**</exclude>
    1.15 +                       <exclude>ko-archetype/src/main/resources/**</exclude>
    1.16                         <exclude>ko-fx/src/main/resources/org/apidesign/html/kofx/knockout*.js</exclude>
    1.17                    </excludes>
    1.18                </configuration>