You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/03/18 04:33:45 UTC

svn commit: r1082814 - in /maven/site/trunk/src/site/apt/guides/mini: guide-3rd-party-jars-remote.apt guide-central-repository-upload.apt guide-m1-m2.apt guide-maven-evangelism.apt guide-site.apt

Author: hboutemy
Date: Fri Mar 18 03:33:45 2011
New Revision: 1082814

URL: http://svn.apache.org/viewvc?rev=1082814&view=rev
Log:
fixed typos

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-remote.apt
    maven/site/trunk/src/site/apt/guides/mini/guide-central-repository-upload.apt
    maven/site/trunk/src/site/apt/guides/mini/guide-m1-m2.apt
    maven/site/trunk/src/site/apt/guides/mini/guide-maven-evangelism.apt
    maven/site/trunk/src/site/apt/guides/mini/guide-site.apt

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-remote.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-remote.apt?rev=1082814&r1=1082813&r2=1082814&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-remote.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-remote.apt Fri Mar 18 03:33:45 2011
@@ -28,7 +28,7 @@ mvn deploy:deploy-file -DgroupId=<group-
   -Dpackaging=<type-of-packaging> \
   -Dfile=<path-to-file> \
   -DrepositoryId=<id-to-map-on-server-section-of-settings.xml> \
-  -Durl=<url-of-the-repositor-to-deploy>
+  -Durl=<url-of-the-repository-to-deploy>
 +----+
 
 * Deploying a 3rd party JAR with a generic POM
@@ -41,7 +41,7 @@ mvn deploy:deploy-file -DgroupId=<group-
 -DgeneratePom=false
 +----+
 
-* Deploying a 3rd party JAR with a customed POM
+* Deploying a 3rd party JAR with a customized POM
 
   If a POM is already existing for the 3rd Party JAR and you want to deploy
   it together with the JAR we should use the <<<pomFile>>> argument of the
@@ -51,7 +51,7 @@ mvn deploy:deploy-file -DgroupId=<group-
 mvn deploy:deploy-file -DpomFile=<path-to-pom> \
   -Dfile=<path-to-file> \
   -DrepositoryId=<id-to-map-on-server-section-of-settings.xml> \
-  -Durl=<url-of-the-repositor-to-deploy>
+  -Durl=<url-of-the-repository-to-deploy>
 +----+
 
   Note that <<<groupId>>>, <<<artifactId>>>, <<<version>>> and <<<packaging>>>

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-central-repository-upload.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-central-repository-upload.apt?rev=1082814&r1=1082813&r2=1082814&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-central-repository-upload.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-central-repository-upload.apt Fri Mar 18 03:33:45 2011
@@ -108,7 +108,7 @@ Guide to uploading artifacts to the Cent
 
 {Sync'ing your own repository to the central repository automatically}
 
- This used to be the preferred process but we are no longer accepting rsync requests on a per project basis. Over time, we have learned that this process is not scalable. Many of the projects being synced release very infrequently yet we have to hit hundreds of servers serveral times a day looking for artifacts that don't change. Additionally, there is no good mechanism currently for validating the incoming data via the rsync, and this leads to bad metadata that affects everyone. 
+ This used to be the preferred process until January 2011, but we are no longer accepting rsync requests on a per project basis. Over time, we have learned that this process is not scalable. Many of the projects being synced release very infrequently yet we have to hit hundreds of servers serveral times a day looking for artifacts that don't change. Additionally, there is no good mechanism currently for validating the incoming data via the rsync, and this leads to bad metadata that affects everyone. 
 
  Rsyncs will be provided for Forges that provide hosting services for OSS projects and other large project repositories that meet certain minimum criteria such as validation of PGP keys and pom contents as defined above. If you are interested in becoming an approved Forge, contact us at repo-maintainers@maven.apache.org
 
@@ -133,6 +133,7 @@ Guide to uploading artifacts to the Cent
   * {{{http://www.nuiton.org}Nuiton.org}}
 
  []
+
 {Manual upload of artifacts}
 
  See {{{https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central}here}} for information about the new process to get artifacts loaded into Central. The new process is mostly automated with turnaround time averaging 1 business day.

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-m1-m2.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-m1-m2.apt?rev=1082814&r1=1082813&r2=1082814&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-m1-m2.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-m1-m2.apt Fri Mar 18 03:33:45 2011
@@ -8,7 +8,7 @@
 
 Guide to Moving from Maven 1.x to Maven 2.x
 
- This document is intended to be continously updated from the mail list archives.
+ This document is intended to be continuously updated from the mail list archives.
  For an only slightly out-of-date reference with concrete examples,
  check out Vincent Massol's
  {{{http://blogs.codehaus.org/people/vmassol/archives/001170_javazone_2005.html}JavaZone2005 presentation}}.

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-maven-evangelism.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-maven-evangelism.apt?rev=1082814&r1=1082813&r2=1082814&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-maven-evangelism.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-maven-evangelism.apt Fri Mar 18 03:33:45 2011
@@ -19,7 +19,7 @@ Guide to add, improve or fix metadata in
  
  An alternative is to create a new version with the fixes. If the broken project is org.foo/bar/1.0 you can
  provide a fixed POM,JAR,... under org.foo/bar/1.0-1 (add a comment to the POM explaining what is being fixed
- and why). See {{{./guide-central-repository-upload.html}Maven Respository Upload}} for the instructions to
+ and why). See {{{./guide-central-repository-upload.html}Maven Repository Upload}} for the instructions to
  get this new version in the repository.
 
  You need to contact the original publisher of the metadata to make sure in next versions it will

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-site.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-site.apt?rev=1082814&r1=1082813&r2=1082814&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-site.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-site.apt Fri Mar 18 03:33:45 2011
@@ -187,7 +187,7 @@ mvn site-deploy
 
   * Mailing Lists
 
-  * Continous Integration
+  * Continuous Integration
 
   * Source Repository