Author: jvanzyl
Date: Thu Sep 29 13:39:58 2005
New Revision: 292538
URL: http://svn.apache.org/viewcvs?rev=292538&view=rev
Log: (empty)
Added:
maven/components/trunk/maven-site/src/site/apt/guides/configuration/
- copied from r292498,
maven/components/trunk/maven-site/src/site/apt/guides/getting-started/settings/
Removed:
maven/components/trunk/maven-site/src/site/apt/guides/getting-started/settings/
Modified:
maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
Modified:
maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt?rev=292538&r1=292537&r2=292538&view=diff
==============================================================================
---
maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
(original)
+++
maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
Thu Sep 29 13:39:58 2005
@@ -401,4 +401,31 @@
==
+How snapshots works
+
+==
+
+How do i use the lifecycle provided by a plugin:
+
+make sure you turn on the extension option
+
+ <packaging>nbm</packaging>,
<build><plugins><plugin><groupId/><artifactId/><extensions>true</extensions></plugin></plugins></build>
+
+==
+
+What expressions are available for use in the mojos?
+
+ <jason> maybe i can generate doco from @tags in the expression
evaluator or something
+<jason> that's where it's localized right?
+<jdcasey> um, sort of
+<jdcasey> we have the roots there, but we're using the
ReflectionValueExtractor from there
+<jdcasey> it can easily get pretty ugly
+<jason> i'll make a list of those
+<jdcasey> I'm thinking of making a mapping resource for expressions, for use
in the error diagnoser...maybe we can reuse that?
+<jason> of the ones that are not referenced in the plugin expression evaluator
where can i find them?
+<jason> sure
+<jason> a single place would be nice
+<jdcasey> they're (a) listed in the expression evaluator, (b) available as POM
properties, (c) available as system properties, or (d) available reflectively
from the api rooted in one of the four or five data objects
+<jdcasey> yup, I think we need that
+
+-----+
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]