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/01/24 13:19:49 UTC

[maven-site] 01/01: Don't reference Maven 2.0 specifically

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

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

commit 53ea368a1a3954c5ec257fda04069c78b75fec37
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Jan 24 08:19:39 2020 -0500

    Don't reference Maven 2.0 specifically
    
    @hboutemy as currently written, one might think profiles are not a Maven 3 feature
---
 content/apt/guides/introduction/introduction-to-profiles.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/introduction/introduction-to-profiles.apt b/content/apt/guides/introduction/introduction-to-profiles.apt
index d6fdc3b..218ba61 100644
--- a/content/apt/guides/introduction/introduction-to-profiles.apt
+++ b/content/apt/guides/introduction/introduction-to-profiles.apt
@@ -28,7 +28,7 @@
 
 Introduction to Build Profiles
 
-  Apache Maven 2.0 goes to great lengths to ensure that builds are portable. Among
+  Apache Maven goes to great lengths to ensure that builds are portable. Among
   other things, this means allowing build configuration inside the POM,
   avoiding <<all>> filesystem references (in inheritance, dependencies, and
   other places), and leaning much more heavily on the local repository to
@@ -41,8 +41,8 @@ Introduction to Build Profiles
   And at still other times, you may even need to include a whole plugin in the
   build lifecycle depending on the detected build environment.
 
-  To address these circumstances, Maven 2.0 introduces the concept of a build
-  profile. Profiles are specified using a subset of the elements available in
+  To address these circumstances, Maven supports build profiles.
+  Profiles are specified using a subset of the elements available in
   the POM itself (plus one extra section), and are triggered in any of a
   variety of ways. They modify the POM at build time, and are meant to be used
   in complementary sets to give equivalent-but-different parameters for a set