[weld-commits] Weld SVN: r7205 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Mar 29 20:20:12 EDT 2011


Author: dan.j.allen
Date: 2011-03-29 20:20:12 -0400 (Tue, 29 Mar 2011)
New Revision: 7205

Modified:
   archetypes/javaee6-webapp/trunk/readme.txt
Log:
update docs and links


Modified: archetypes/javaee6-webapp/trunk/readme.txt
===================================================================
--- archetypes/javaee6-webapp/trunk/readme.txt	2011-03-29 23:56:05 UTC (rev 7204)
+++ archetypes/javaee6-webapp/trunk/readme.txt	2011-03-30 00:20:12 UTC (rev 7205)
@@ -6,7 +6,7 @@
  What is it?
  ===========
 
- This is your project! It's a sample, deployable Maven 2 project to help you
+ This is your project! It's a sample, deployable Maven 3 project to help you
  get your foot in the door developing with Java EE 6. This project is setup to
  allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0,
  EJB 3.1, JPA 2.0 and Bean Validation 1.0) that can run on a certified
@@ -19,7 +19,7 @@
 
  All you need to build this project is Java 5.0 (Java SDK 1.5) or better, Maven
  2.0.10 or better. We strongly recommend, however, that you use Java 6.0 (Java
- SDK 1.6) and Maven 3.
+ SDK 1.6) and Maven 3.0 or better.
 
  The application this project produces is designed to be run on a Java EE 6
  application server. We recommend JBoss AS 6.0.0.Final or GlassFish 3.1, though
@@ -29,7 +29,7 @@
  This project retrieves artifacts from the JBoss Community Maven repository, a
  superset of the Maven central repository, because there are certain Java EE
  API JARs that are not published to Maven central (for details, see the JIRA
- https://jira.jboss.org/jira/browse/WELD-222). The integration testing
+ https://issues.jboss.org/browse/WELD-222). The integration testing
  framework used by the project, Arquillian, is also only available in the JBoss
  Community Maven repository.
 
@@ -166,14 +166,14 @@
  Importing the project into an IDE
  =================================
 
- If you created the project using the Maven 2 archetype wizard in your IDE
+ If you created the project using the Maven archetype wizard in your IDE
  (Eclipse, NetBeans or IntelliJ IDEA), then there is nothing to do. You should
  already have an IDE project.
 
  If you created the project from the commandline using archetype:generate, then
  you need to import the project into your IDE. If you are using NetBeans 6.8 or
  IntelliJ IDEA 9, then all you have to do is open the project as an existing
- project. Both of these IDEs recognize Maven 2 projects natively.
+ project. Both of these IDEs recognize Maven projects natively.
 
  To import the project into Eclipse, you need the m2eclipse plugins installed.
  Installation instructions are provided on the m2eclipse project site:
@@ -246,8 +246,8 @@
  =========
 
  - Weld archetypes
-   - Quickstart:         http://seamframework.org/Documentation/WeldQuickstartForMavenUsers
-   - Issue tracker:      https://jira.jboss.org/jira/browse/WELDRAD
+   - Quickstart:         http://tinyurl.com/gojavaee
+   - Issue tracker:      https://issues.jboss.org/browse/WELDRAD
    - Source code:        http://anonsvn.jboss.org/repos/weld/archetypes
    - Forums:             http://seamframework.org/Community/WeldUsers
  - JSR-299 overview:     http://seamframework.org/Weld



More information about the weld-commits mailing list