Author: dan.j.allen
Date: 2009-12-17 15:01:27 -0500 (Thu, 17 Dec 2009)
New Revision: 5338
Modified:
archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt
archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/readme.txt
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/readme.txt
Log:
add note about reliance on JBoss Maven repository
Modified:
archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/readme.txt
===================================================================
---
archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/readme.txt 2009-12-17
20:01:02 UTC (rev 5337)
+++
archetypes/tags/1.0.0-BETA1/jsf/jee/src/main/resources/archetype-resources/readme.txt 2009-12-17
20:01:27 UTC (rev 5338)
@@ -23,6 +23,10 @@
you will need to set one up. Alternatively, you can use a Maven command to run
the application in place on an embedded version of GlassFish.
+ Please note that Maven 2 project needs to use the JBoss Maven repository
+ because there are certain Java EE API JARs that are not yet publised to the
+ Maven Central Repository (see
https://jira.jboss.org/jira/browse/WELD-222)
+
Deploying the application
=========================
Modified:
archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt
===================================================================
---
archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt 2009-12-17
20:01:02 UTC (rev 5337)
+++
archetypes/tags/1.0.0-BETA1/jsf/jee-minimal/src/main/resources/archetype-resources/readme.txt 2009-12-17
20:01:27 UTC (rev 5338)
@@ -22,6 +22,10 @@
you will need to set one up. Alternatively, you can use a Maven command to run
the application in place on an embedded version of GlassFish.
+ Please note that Maven 2 project needs to use the JBoss Maven repository
+ because there are certain Java EE API JARs that are not yet publised to the
+ Maven Central Repository (see
https://jira.jboss.org/jira/browse/WELD-222)
+
Deploying the application
=========================
Modified:
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/readme.txt
===================================================================
---
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/readme.txt 2009-12-17
20:01:02 UTC (rev 5337)
+++
archetypes/tags/1.0.0-BETA1/jsf/servlet-minimal/src/main/resources/archetype-resources/readme.txt 2009-12-17
20:01:27 UTC (rev 5338)
@@ -22,6 +22,10 @@
If you want to deploy the application to a standalone Servlet Container, then
you will need to set one up.
+ Please note that Maven 2 project needs to use the JBoss Maven repository
+ because there are certain Java EE API JARs that are not yet publised to the
+ Maven Central Repository (see
https://jira.jboss.org/jira/browse/WELD-222)
+
Deploying the application
=========================