Merge pull request #209 from bhagyas/master

Bringing in consistency across docs and project naming
This commit is contained in:
mindthegab
2014-09-03 00:17:18 -04:00
43 changed files with 145 additions and 129 deletions

View File

@@ -3,7 +3,7 @@
<groupId>org.alfresco.maven.plugin</groupId>
<artifactId>alfresco-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Alfresco Maven Plugin</name>
<name>Maven Alfresco Plugin</name>
<parent>
<groupId>org.alfresco.maven</groupId>

View File

@@ -8,7 +8,7 @@
Managing AMP packaging projects
See {{{./usage.html} Usage page}} for the different approaches to AMP projects development with the Alfresco Maven Plugin.
See {{{./usage.html} Usage page}} for the different approaches to AMP projects development with the Maven Alfresco Plugin.
Overlay and installation of AMPs to WAR
@@ -98,7 +98,7 @@ Overlay and installation of AMPs to WAR
** Multiple AMP installation
The plugin installation goal is thoroughly documented in the {{{./install-mojo.html} alfresco:install mojo page}}, but we provide here an example of how to mimic the
<<<apply_amps.sh>>> (Alfresco script), using the Alfresco Maven Plugin to install a full folder of AMPs (<<NOTE:>> The install goal
<<<apply_amps.sh>>> (Alfresco script), using the Maven Alfresco Plugin to install a full folder of AMPs (<<NOTE:>> The install goal
is bound in this case to the <<<package>>> phase, it's up to you to make sure an exploded WAR or WAR is present in warLocation
during that phase):

View File

@@ -8,11 +8,11 @@
Introduction
The Alfresco Maven Plugin provides development features to manage {{{http://www.alfresco.com}Alfresco ECM}} WAR and {{{https://wiki.alfresco.com/wiki/AMP_Files}AMP}} project lifecycles.
The Maven Alfresco Plugin provides development features to manage {{{http://www.alfresco.com}Alfresco ECM}} WAR and {{{https://wiki.alfresco.com/wiki/AMP_Files}AMP}} project lifecycles.
* Goals Overview
The Alfresco Maven plugin has three goals:
The Maven Alfresco plugin has three goals:
*{{{./amp-mojo.html}alfresco:amp}} Packages an AMP file
@@ -24,10 +24,10 @@ Introduction
* Usage
General instructions on how to use the Alfresco Maven Plugin can be found on the {{{./usage.html}usage page}}.
General instructions on how to use the Maven Alfresco Plugin can be found on the {{{./usage.html}usage page}}.
The Alfresco Maven Plugin provides support for <<<amp>>> packaging in your Maven projects and allows you to
The Maven Alfresco Plugin provides support for <<<amp>>> packaging in your Maven projects and allows you to
build AMPs as well as used them as standard Maven dependencies. You can also use AMPs as part of the standard
{{{http://maven.apache.org/plugins/maven-war-plugin/overlays.html}maven-war-plugin}} <<< <overlays> >>> configuration.
For more complex usage of the Alfresco Maven Plugin check the {{{./advanced-usage.html}advanced usage page}}.
For more complex usage of the Maven Alfresco Plugin check the {{{./advanced-usage.html}advanced usage page}}.

View File

@@ -1,7 +1,7 @@
-----
Alfresco Maven Plugin Components
Maven Alfresco Plugin Components
-----
The Alfresco Maven Plugin defines support components to manage AMP (Alfresco Module Package) lifecycle.
The Maven Alfresco Plugin defines support components to manage AMP (Alfresco Module Package) lifecycle.
AMP Lifecycle

View File

@@ -12,7 +12,7 @@ How to use this plugin?
[[1]] Using Archetypes provided in the Maven Alfresco SDK
[[2]] By using the Alfresco SDK Parent POM
[[2]] By using the Maven Alfresco SDK Parent POM
[[3]] Via direct configuration in your POM
@@ -53,7 +53,7 @@ How to use this plugin?
<<NOTE>>: The following configuration is not required when using the SDK parent, as it's already included there.
In order to manage AMP artifacts with the Alfresco Maven plugin you need to:
In order to manage AMP artifacts with the Maven Alfresco plugin you need to:
* Declare the plugin in your POM with <<<<extensions>>>> enabled, to allow AMP packaging lifecycle:

View File

@@ -17,7 +17,7 @@
</script>
</head>
<menu name="Alfresco Maven Plugin">
<menu name="Maven Alfresco Plugin">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
@@ -30,14 +30,14 @@
<item name="Alfresco AMP Archetype" href="../../archetypes/alfresco-amp-archetype/index.html" />
<item name="Share AMP Archetype" href="../../archetypes/share-amp-archetype/index.html" />
<item name="Alfresco All-in-One Archetype" href="../../archetypes/alfresco-allinone-archetype/index.html" />
<item name="Alfresco SDK Parent POM" href="../../poms/alfresco-sdk-parent/index.html" />
<item name="Maven Alfresco SDK Parent POM" href="../../poms/alfresco-sdk-parent/index.html" />
<item name="Alfresco Platform Distribution POM" href="https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-platform-distribution/latest/index.html" />
<item name="Alfresco Maven Plugin" href="./index.html" />
<item name="Maven Alfresco Plugin" href="./index.html" />
</menu>
<menu name="Maven Alfresco Community">
<item name="Official Alfresco SDK docs" href="http://docs.alfresco.com/community/concepts/alfresco-sdk-intro.html" />
<item name="Alfresco Maven Wiki Docs" href="http://wiki.alfresco.com/wiki/Maven_Alfresco_SDK" />
<menu name="Alfresco Community">
<item name="Official Maven Alfresco SDK docs" href="http://docs.alfresco.com/community/concepts/alfresco-sdk-intro.html" />
<item name="Maven Alfresco Wiki Documentation" href="http://wiki.alfresco.com/wiki/Maven_Alfresco_SDK" />
<item name="Alfresco with Maven for Dummies" href="https://wiki.alfresco.com/wiki/Maven_For_Dummies" />
<item name="Developer Access (Google Code)" href="http://code.google.com/p/maven-alfresco-archetypes/" />
<item name="Gabriele Columbro's blog" href="http://www.mindthegab.com/" />