# HG changeset patch # User Jaroslav Tulach # Date 1368705649 -7200 # Node ID 9c5b5d8ee4bb2fd07473f351aa1b4f706b8e2acf # Parent 6eab20a4249f30accb7f511b79cf485076f00e28 Knockout bindings need to be built first diff -r 6eab20a4249f -r 9c5b5d8ee4bb ko-archetype-test/pom.xml --- a/ko-archetype-test/pom.xml Thu May 16 13:40:26 2013 +0200 +++ b/ko-archetype-test/pom.xml Thu May 16 14:00:49 2013 +0200 @@ -32,6 +32,18 @@ maven-verifier 1.4 test - + + + ${project.groupId} + ko-fx + ${project.version} + provided + + + ${project.groupId} + ko-bck2brwsr + ${project.version} + provided +