To the remarkably limited extent that I understand this, I think
<download>false</download> is essential. We cannot allow compiling
schemas that aren't in our source tree.
thanks
david jencks
On Mar 10, 2006, at 3:06 AM, [EMAIL PROTECTED] wrote:
Author: jlaskowski
Date: Fri Mar 10 03:06:33 2006
New Revision: 384763
URL: http://svn.apache.org/viewcvs?rev=384763&view=rev
Log:
GERONIMO-1693 j2ee-schema module migration to Maven2
Submitted by: Anita Kulshreshtha
Modified:
geronimo/trunk/modules/j2ee-schema/pom.xml
Modified: geronimo/trunk/modules/j2ee-schema/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/j2ee-
schema/pom.xml?rev=384763&r1=384762&r2=384763&view=diff
======================================================================
========
--- geronimo/trunk/modules/j2ee-schema/pom.xml (original)
+++ geronimo/trunk/modules/j2ee-schema/pom.xml Fri Mar 10 03:06:33
2006
@@ -44,7 +44,9 @@
</executions>
<configuration>
<download>true</download>
- <schemaDirectory>src/j2ee_1_4schema</schemaDirectory>
+ <sourceSchemas>j2ee_1_4schema/
application_1_4.xsd,j2ee_1_4schema/
j2ee_jaxrpc_mapping_1_1.xsd,j2ee_1_3schema/
connector_1_0.xsd,j2ee_1_4schema/j2ee_1_4.xsd,j2ee_1_4schema/
connector_1_5.xsd,j2ee_1_4schema/ejb-jar_2_1.xsd,j2ee_1_4schema/web-
app_2_4.xsd,j2ee_1_4schema/application-
client_1_4.xsd,j2ee_1_4schema/j2ee_web_services_1_1.xsd</
sourceSchemas>
+ <schemaDirectory>src</schemaDirectory>
+ <catalogLocation>src/catalog/resolver-catalog.xml</
catalogLocation>
<xmlConfigs>
<xmlConfig implementation="java.io.File">src/conf</
xmlConfig>
</xmlConfigs>