-- javadocs and site improvements

-- forgot wcmqs in archetype

git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@630 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
mindthegab
2012-11-03 20:34:31 +00:00
parent a869e55b25
commit 11ff4a2942
10 changed files with 103 additions and 54 deletions

View File

@@ -36,6 +36,7 @@ import org.codehaus.plexus.archiver.jar.JarArchiver;
* @phase package
* @requiresProject
* @threadSafe
* @since 1.0
* @requiresDependencyResolution runtime
* @description Packages an Alfresco AMP file in ${project.build.directory} using the content found in ${project.build.directory}/${project.build.finalName}
*/

View File

@@ -16,6 +16,7 @@ import org.apache.maven.plugin.MojoFailureException;
*
* @version $Id:$
* @requiresDependencyResolution
* @since 1.0
* @goal install
* @description Installs one or more AMPs onto an Alfresco / Share WAR (or
* exploded WAR folder)

View File

@@ -20,6 +20,7 @@ import org.apache.maven.project.MavenProject;
* @goal set-version
* @phase initialize
* @requiresProject
* @since 1.0
* @threadSafe
* @description Parses Maven version and removes literals as not allowed in AMP versions, making a noSnapshotVersion property available for POM filtering
*/