Vincent, is there something wrong with the docs in
/plugins/j2ee/properties.html?
--
dIon Gillard, Multitask Consulting
Work: http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers
[EMAIL PROTECTED]
06/15/02 11:39 PM
Please respond to "Turbine Maven Developers List"
To: [EMAIL PROTECTED]
cc:
Subject: cvs commit:
jakarta-turbine-maven/src/templates/build/plugins/j2ee
default.properties
vmassol 2002/06/15 06:39:43
Modified: src/templates/build/plugins/j2ee default.properties
Log:
started cleaning and commenting the properties
Revision Changes Path
1.6 +28 -7
jakarta-turbine-maven/src/templates/build/plugins/j2ee/default.properties
Index: default.properties
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/j2ee/default.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- default.properties 14 Jun 2002 01:31:44 -0000 1.5
+++ default.properties 15 Jun 2002 13:39:43 -0000 1.6
@@ -1,15 +1,36 @@
-# properties file for build-j2ee.xml
+# -------------------------------------------------------------------
+# Default Maven properties for the J2EE Plugin
+# -------------------------------------------------------------------
+# These are the properties that we believe are immutable so we
+# keep them apart from the project specific properties.
+# -------------------------------------------------------------------
+
+# -------------------------------------------------------------------
+# Properties for the war target
+# -------------------------------------------------------------------
+
+# Location of where webapps are located in the source tree. There can
+# be several webapps but only one is built at a time and the one that
+# is built is the one specified by ${maven.j2ee.war.name} which must
+# be defined in the project properties.
maven.j2ee.war.src=${maven.src.dir}/webapps
+
+# Content of the war (JSPs, HTML, etc). This can optionally include
+# WEB-INF content.
maven.j2ee.war.content=${maven.j2ee.war.src}/${maven.j2ee.war.name}
-# classes are relative to build.dir
+
+# Location of web.xml file
+maven.j2ee.war.webxml=${maven.conf.dir}/${maven.j2ee.war.name}-web.xml
+
+# Classes to include and exclude from WEB-INF/classes
+# Note: Classes are relative to build.dir
maven.j2ee.war.classes.includes=**
maven.j2ee.war.classes.excludes=**/package.html
-#jars are relative to lib.repo
+
+# Jars to include and exclude from WEB-INF/classes
+# Note: jars are relative to lib.repo
maven.j2ee.war.lib.includes=*.jar
-maven.j2ee.war.lib.excludes=
-# - not used any more. not sure if this is good/bad
-#
maven.j2ee.war.manifest=${conf.dir}/${maven.j2ee.war.name}-MANIFEST.MF
-maven.j2ee.war.webxml=${maven.conf.dir}/${maven.j2ee.war.name}-web.xml
+maven.j2ee.war.lib.excludes=servlet*.jar
##
# EAR Target properties
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>