You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2009/07/11 06:55:13 UTC

svn commit: r793174 - /webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml

Author: tcunning
Date: Sat Jul 11 04:55:13 2009
New Revision: 793174

URL: http://svn.apache.org/viewvc?rev=793174&view=rev
Log:
JUDDI-247
Filter out the servlet jar.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml?rev=793174&r1=793173&r2=793174&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-console/uddi-portlets/pom.xml Sat Jul 11 04:55:13 2009
@@ -218,7 +218,7 @@
 				<artifactId>maven-war-plugin</artifactId>
 				<configuration>
                     <!-- <webXml>target/web.xml</webXml>-->
-					<warSourceExcludes>.gwt-tmp/**</warSourceExcludes>
+					<warSourceExcludes>**/servlet-api-*.jar,.gwt-tmp/**</warSourceExcludes>
 				</configuration>
 			</plugin>
 			<!--  tell the compiler we can use 1.5 -->



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org