mirror of
https://github.com/apache/maven.git
synced 2025-02-24 03:17:09 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b186c82f95
commit
60d1b84c0c
@ -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>
|
||||
|
@ -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.
|
@ -25,6 +25,8 @@ Documentation
|
||||
|
||||
* {{{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}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user