diff --git a/maven-site/src/site/apt/guides/getting-started/settings/configuring-deployment-security-settings.apt b/maven-site/src/site/apt/guides/configuration/configuring-deployment-security-settings.apt similarity index 100% rename from maven-site/src/site/apt/guides/getting-started/settings/configuring-deployment-security-settings.apt rename to maven-site/src/site/apt/guides/configuration/configuring-deployment-security-settings.apt diff --git a/maven-site/src/site/apt/guides/getting-started/settings/configuring-mirror-settings.apt b/maven-site/src/site/apt/guides/configuration/configuring-mirror-settings.apt similarity index 100% rename from maven-site/src/site/apt/guides/getting-started/settings/configuring-mirror-settings.apt rename to maven-site/src/site/apt/guides/configuration/configuring-mirror-settings.apt diff --git a/maven-site/src/site/apt/guides/getting-started/settings/configuring-proxy-settings.apt b/maven-site/src/site/apt/guides/configuration/configuring-proxy-settings.apt similarity index 100% rename from maven-site/src/site/apt/guides/getting-started/settings/configuring-proxy-settings.apt rename to maven-site/src/site/apt/guides/configuration/configuring-proxy-settings.apt diff --git a/maven-site/src/site/apt/guides/getting-started/index.apt b/maven-site/src/site/apt/guides/getting-started/index.apt index eb94fb7f65..e198e72dc2 100644 --- a/maven-site/src/site/apt/guides/getting-started/index.apt +++ b/maven-site/src/site/apt/guides/getting-started/index.apt @@ -401,4 +401,31 @@ add the plugin to the project, true == +How snapshots works + +== + +How do i use the lifecycle provided by a plugin: + +make sure you turn on the extension option + + nbm, true + +== + +What expressions are available for use in the mojos? + + maybe i can generate doco from @tags in the expression evaluator or something + that's where it's localized right? + um, sort of + we have the roots there, but we're using the ReflectionValueExtractor from there + it can easily get pretty ugly + i'll make a list of those + I'm thinking of making a mapping resource for expressions, for use in the error diagnoser...maybe we can reuse that? + of the ones that are not referenced in the plugin expression evaluator where can i find them? + sure + a single place would be nice + 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 + yup, I think we need that + +-----+