o incorporating m1 doco

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@314927 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-12 14:26:16 +00:00
parent e326d85dc1
commit 20a512240e
1 changed files with 38 additions and 5 deletions

View File

@ -19,9 +19,41 @@ Coping with SUN JARs
for naming their own JARs so we have taken steps in suggesting some common for naming their own JARs so we have taken steps in suggesting some common
names for Sun's artifacts. You can find a list of our suggestions here: names for Sun's artifacts. You can find a list of our suggestions here:
~~ Incorporate this document here. jvz. *-------------------------------------------+-------------------+----------------+
|Product artifact | Group ID | Artifact ID
http://maven.apache.org/reference/standard-sun-jar-names.html *-------------------------------------------+-------------------+----------------+
| Java Activation Framework | javax.activation | activation
*-------------------------------------------+-------------------+----------------+
| J2EE | javax.j2ee | j2ee
*-------------------------------------------+-------------------+----------------+
| JDO | javax.jdo | jdo
*-------------------------------------------+-------------------+----------------+
| JMS | javax.jms | jms
*-------------------------------------------+-------------------+----------------+
| JavaMail | javax.mail | mail
*-------------------------------------------+-------------------+----------------+
| EJB 3 | javax.persistence | ejb
*-------------------------------------------+-------------------+----------------+
| J2EE Connector Architecture | javax.resource | connector-api
*-------------------------------------------+-------------------+----------------+
| Java Authorization Contract for Containers| javax.security | jacc
*-------------------------------------------+-------------------+----------------+
| Servlet | javax.servlet | servlet-api
*-------------------------------------------+-------------------+----------------+
| Servlet JSP | javax.servlet | jsp-api
*-------------------------------------------+-------------------+----------------+
| Servlet JSTL | javax.servlet | jstl
*-------------------------------------------+-------------------+----------------+
| JDBC 2.0 Optional Package | javax.sql | jdbc-stdext
*-------------------------------------------+-------------------+----------------+
| Java Transaction API (JTA) | javax.transaction | jta
*-------------------------------------------+-------------------+----------------+
| Java XML RPC | javax.xml | jaxrpc
*-------------------------------------------+-------------------+----------------+
| Portlet | javax.portlet | portlet-api
*-------------------------------------------+-------------------+----------------+
| JNDI | javax.naming | jndi
*-------------------------------------------+-------------------+----------------+
When you add a Sun dependency to your POM if you use the our suggestions When you add a Sun dependency to your POM if you use the our suggestions
as noted above then Maven 2.x can help you locate the JARs by providing as noted above then Maven 2.x can help you locate the JARs by providing
@ -29,3 +61,4 @@ Coping with SUN JARs
the suggested naming conventions as even though we cannot store the the suggested naming conventions as even though we cannot store the
JARs at Ibiblio we can store metadata about those JARs and it is the JARs at Ibiblio we can store metadata about those JARs and it is the
metadata that contains location and retrieval information. metadata that contains location and retrieval information.