You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ar...@apache.org on 2006/02/13 10:19:55 UTC

svn commit: r377324 - /maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt

Author: aramirez
Date: Mon Feb 13 01:19:53 2006
New Revision: 377324

URL: http://svn.apache.org/viewcvs?rev=377324&view=rev
Log:
-added some statements in profiles doc

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/viewcvs/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-profiles.apt?rev=377324&r1=377323&r2=377324&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 Mon Feb 13 01:19:53 2006
@@ -149,7 +149,7 @@
   Depending on where you choose to configure your profile, you will have access
   to varying POM configuration options. Profiles specified in external files 
   (i.e in <<<settings.xml>>> or <<<profiles.xml>>>) are not portable in the 
-  strictest sense, anything that seems to stand a high chance of changing the result 
+  strictest sense that anything that seems to stand a high chance of changing the result 
   of the build is restricted to the inline profiles in the POM. Things like 
   repository lists could simply be a proprietary repository of approved 
   artifacts, and won't change the outcome of the build. Therefore, you will 
@@ -203,6 +203,9 @@
   is deployed to the repository system, making that person's build of that 
   project completely unique from others. While you can do this to some extent 
   with the options given for external profiles, the danger is limited.
+  Another reason is that those POM info is being reused sometimes from the 
+  parent POM.
+  
 
 * Profile Pitfalls