From 1bd966cebdc5f5ad06cccc50d1f193e32cebf61b Mon Sep 17 00:00:00 2001 From: Samuel Langlois Date: Tue, 27 Nov 2012 13:43:55 +0000 Subject: [PATCH] ALF-16947: prevent dependency to web-framework-commons war to be transitive: this artifact is not generated in Ant build git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@44037 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d4b0d1a5e..969baf918 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,11 @@ alfresco-repository ${project.version} + + ${project.groupId} + alfresco-web-framework-commons + ${project.version} + ${project.groupId} alfresco-jndi-client @@ -143,7 +148,7 @@ standard 1.1.0 - + ${project.groupId} @@ -151,6 +156,7 @@ ${project.version} webapp war + provided @@ -280,6 +286,16 @@ maven-war-plugin + + + ${project.groupId} + alfresco-web-framework-commons + webapp + + WEB-INF/classes/* + + + true true