You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/07 15:51:09 UTC

svn commit: r307125 - in /maven/components/trunk/maven-site: pom.xml src/site/apt/guides/mini/guide-coping-with-sun-jars.apt src/site/apt/guides/toc.apt

Author: jvanzyl
Date: Fri Oct  7 06:51:03 2005
New Revision: 307125

URL: http://svn.apache.org/viewcvs?rev=307125&view=rev
Log: (empty)

Added:
    maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt   (with props)
Modified:
    maven/components/trunk/maven-site/pom.xml
    maven/components/trunk/maven-site/src/site/apt/guides/toc.apt

Modified: maven/components/trunk/maven-site/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/pom.xml?rev=307125&r1=307124&r2=307125&view=diff
==============================================================================
--- maven/components/trunk/maven-site/pom.xml (original)
+++ maven/components/trunk/maven-site/pom.xml Fri Oct  7 06:51:03 2005
@@ -27,7 +27,7 @@
     <!-- TODO: disable dependencies -->
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.pluginsx</groupId>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
       </plugin>
     </plugins>

Added: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt?rev=307125&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt Fri Oct  7 06:51:03 2005
@@ -0,0 +1,31 @@
+ ------
+ Guide to Coping with Sun JARs
+ ------
+ Jason van Zyl
+ ------
+ 12 October 2005
+ ------
+
+Coping with SUN JARs
+
+ Often users are confronted with the need to build against JARs provide by
+ SUN like the {{{http://java.sun.com/products/javamail/}JavaMail}} JAR, or the
+ {{{http://java.sun.com/products/javabeans/glasgow/jaf.html}Activation}} JAR
+ and users have found these JARs not present in central repository resulting
+ in a broken build. Unfortunately most of these artifacts fall under Sun's
+ Binary License which disallows us from distributing them from Ibiblio.
+ 
+ Another problem is that Sun's appears not to have any sort of convention
+ 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:
+ 
+ ~~ Incorporate this document here. jvz.
+ 
+ http://maven.apache.org/reference/standard-sun-jar-names.html
+ 
+ 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
+ the site where they can be retrieved. It is important that you follow
+ 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
+ metadata that contains location and retrieval information.

Propchange: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-coping-with-sun-jars.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/components/trunk/maven-site/src/site/apt/guides/toc.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/toc.apt?rev=307125&r1=307124&r2=307125&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/toc.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/toc.apt Fri Oct  7 06:51:03 2005
@@ -25,6 +25,8 @@
 
  * {{{mini/guide-configuring-plugins.html}Guide to Configuring Plug-ins}}
 
+ * {{{mini/guide-coping-with-sun-jars.html}Guide to Coping with Sun JARs}}
+
  * {{{mini/guide-deploy-ftp.html}Guide to deploying with FTP}}
 
  * {{{mini/guide-deployment-security-settings.html}Guide to Deployment and Security Settings}}