Author: dan.j.allen
Date: 2009-12-14 14:08:39 -0500 (Mon, 14 Dec 2009)
New Revision: 5283
Modified:
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml
Log:
comment
Modified: archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml 2009-12-14
12:16:21 UTC (rev 5282)
+++ archetypes/trunk/jsf/jee/src/main/resources/archetype-resources/pom.xml 2009-12-14
19:08:39 UTC (rev 5283)
@@ -1,5 +1,5 @@
-## Custom Velocity declaration to allow us to escape EL expressions.
-## Removes archetype warnings about unrecognized variables.
+## Custom Velocity declaration to allow us to escape Maven variable placeholders
+## Prevents archetype warnings about unrecognized variables
#set( $expr_start = '${' )
#set( $expr_end = '}' )
<?xml version="1.0" encoding="UTF-8"?>
Modified: archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-14
12:16:21 UTC (rev 5282)
+++
archetypes/trunk/jsf/jee-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-14
19:08:39 UTC (rev 5283)
@@ -1,5 +1,5 @@
-## Custom Velocity declaration to allow us to escape EL expressions.
-## Removes archetype warnings about unrecognized variables.
+## Custom Velocity declaration to allow us to escape Maven variable placeholders
+## Prevents archetype warnings about unrecognized variables.
#set( $expr_start = '${' )
#set( $expr_end = '}' )
<?xml version="1.0" encoding="UTF-8"?>
Modified:
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml
===================================================================
---
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-14
12:16:21 UTC (rev 5282)
+++
archetypes/trunk/jsf/servlet-minimal/src/main/resources/archetype-resources/pom.xml 2009-12-14
19:08:39 UTC (rev 5283)
@@ -1,3 +1,5 @@
+## Custom Velocity declaration to allow us to escape Maven variable placeholders
+## Prevents archetype warnings about unrecognized variables
#set( $expr_start = '${' )
#set( $expr_end = '}' )
<?xml version="1.0" encoding="UTF-8"?>
Show replies by date