You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/09/06 13:02:57 UTC

[isis] branch master updated: ISIS-2864: remove superfluous build entry in demo wicket jpa pom

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a3e329f  ISIS-2864: remove superfluous build entry in demo wicket jpa pom
a3e329f is described below

commit a3e329f85dbabe104d82304b0289e341398ec417
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Sep 6 15:02:50 2021 +0200

    ISIS-2864: remove superfluous build entry in demo wicket jpa pom
---
 examples/demo/wicket/jpa/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/examples/demo/wicket/jpa/pom.xml b/examples/demo/wicket/jpa/pom.xml
index fd2f198..20882c2 100644
--- a/examples/demo/wicket/jpa/pom.xml
+++ b/examples/demo/wicket/jpa/pom.xml
@@ -33,26 +33,6 @@
 		<spring.profiles.active>demo-jpa</spring.profiles.active> 
 	</properties>
 
-	<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>
-
-	</build>
-
 	<dependencies>
 
 		<!-- DEMO DOMAIN + WEB -->