Author: brett Date: Tue Nov 22 05:04:50 2011 New Revision: 1204809 URL: http://svn.apache.org/viewvc?rev=1204809&view=rev Log: fix typo
Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt?rev=1204809&r1=1204808&r2=1204809&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt (original) +++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt Tue Nov 22 05:04:50 2011 @@ -195,7 +195,7 @@ mvn groupId:artifactId:goal -Denvironmen +---+ As of Maven 3.0, profiles in the POM can also be activated based on properties from active profiles from the - <<<setttings.xml>>>. + <<<settings.xml>>>. <<Note>>: Environment variables like <<<FOO>>> are available as properties of the form <<<env.FOO>>>. Further note that environment variable names are normalized to all upper-case on Windows.