You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/09/27 14:12:49 UTC

git commit: ISIS-469, 475: change to example app's pom to ensure that ..

Updated Branches:
  refs/heads/master e50e6d71d -> 6f2a5cd2e


ISIS-469, 475: change to example app's pom to ensure that ..

.. the .layout.json files are included in the lib when built as a war


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/6f2a5cd2
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/6f2a5cd2
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/6f2a5cd2

Branch: refs/heads/master
Commit: 6f2a5cd2ef4c501acb2f618e2dc9f641036e87ba
Parents: e50e6d7
Author: Dan Haywood <da...@apache.org>
Authored: Fri Sep 27 13:12:37 2013 +0100
Committer: Dan Haywood <da...@apache.org>
Committed: Fri Sep 27 13:12:37 2013 +0100

----------------------------------------------------------------------
 .../quickstart_wicket_restful_jdo/dom/pom.xml       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/6f2a5cd2/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/dom/pom.xml b/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
index bc5ad4d..a223868 100644
--- a/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
+++ b/example/application/quickstart_wicket_restful_jdo/dom/pom.xml
@@ -30,6 +30,22 @@
 	<name>Quickstart Wicket/Restful/JDO DOM</name>
 
 	<build>
+        <resources>
+            <resource>
+                <filtering>false</filtering>
+                <directory>src/main/resources</directory>
+            </resource>
+            <resource>
+                <filtering>false</filtering>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**</include>
+                </includes>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                </excludes>
+            </resource>
+        </resources>
 		<plugins>
             <plugin>
                 <groupId>org.datanucleus</groupId>