Author: simonetripodi
Date: Fri Dec 30 22:53:32 2011
New Revision: 1225961
URL: http://svn.apache.org/viewvc?rev=1225961&view=rev
Log:
added mskins-23 guide
Modified:
maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm?rev=1225961&r1=1225960&r2=1225961&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Fri Dec 30
22:53:32 2011
@@ -197,3 +197,28 @@ ${project.name}
[...]
</project>
+-----+
+
+** Project profile
+
+ As shown in the MOJOs {{{http://mojo.codehaus.org/plugins.html}list}},
plugins life-cycle are characterized by
+ different status/stages:
+
+ * Production
+ * Pre-release
+ * Sandbox
+ * Graveyard
+
+ Users can configure different backgrounds depending on the project status
(except the production) to warrant users they
+ are not using a production ready software:
+
++-----+
+<project name="xxx">
+ [...]
+ <custom>
+ <fluidoSkin>
+ <profile>sandbox</profile>
+ </fluidoSkin>
+ </custom>
+ [...]
+</project>
++-----+