You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/23 16:40:16 UTC

[maven-site] branch master updated: [MNGSITE-393} we do not support Maven 2 (#170)

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d6efa47  [MNGSITE-393} we do not support Maven 2 (#170)
d6efa47 is described below

commit d6efa4701227de27843f91f41a83a5e88788839a
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sat May 23 12:40:06 2020 -0400

    [MNGSITE-393} we do not support Maven 2 (#170)
    
    @slachiewicz
---
 content/markdown/maven-jsr330.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/content/markdown/maven-jsr330.md b/content/markdown/maven-jsr330.md
index abca88d..c59cd66 100644
--- a/content/markdown/maven-jsr330.md
+++ b/content/markdown/maven-jsr330.md
@@ -26,11 +26,10 @@ uses - since 3.0-beta-3 - is named [Sisu][sisu] and is based on [Guice 3.x][guic
 If you are using [Plexus annotations and APIs][plexus-container] currently,
 there is no rush to switch and no big bang conversions are necessary: Plexus, JSR-330 and Guice APIs all happily
 co-exist within Maven\'s core and you can choose to use JSR-330 when you wish. There are hundreds of components
-written using the Plexus APIs, particularly components and plugins compatible with Maven 2,
-then those APIs will be supported forever, or at least until Maven fully drops Maven 2 support. 
+written using the Plexus APIs. 
 
-If you want to use JSR-330, you must understand that your code won\'t be compatible with Maven 2 or 3.0.x
-but only with Maven 3.1.0+: even if JSR-330 is available in core since Maven 3.0-beta-3, it was made available to plugins and
+If you want to use JSR-330, you must understand that your code won\'t be compatible with Maven 3.0.x
+but only with Maven 3.1.0 and later. Even though JSR-330 has been available in core since Maven 3.0-beta-3, it was made available to plugins and
 extensions only in Maven 3.1.0 (see [MNG-5343][MNG-5343] for more details).
 
 If you are interested the background of moving from Plexus to Guice and JSR-330, you can refer to the following articles: