From ba06a2da8b68ba25fa3f7b8f9231629c6d9d1012 Mon Sep 17 00:00:00 2001 From: michal Date: Tue, 22 Jul 2003 12:04:20 +0000 Subject: [PATCH] Added install, install-snapshot, deploy and deploy snapshot goals git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113683 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/plugin.jelly | 77 ++++++++++++++++++++++++++++++++++++++- javadoc/project.xml | 10 +++++ javadoc/xdocs/changes.xml | 3 ++ javadoc/xdocs/goals.xml | 51 +++++++++++++++----------- 4 files changed, 119 insertions(+), 22 deletions(-) diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index c4c51ac9..6c435d93 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -5,7 +5,9 @@ xmlns:define="jelly:define" xmlns:doc="doc" xmlns:j="jelly:core" - xmlns:util="jelly:util"> + xmlns:util="jelly:util" + xmlns:artifact="artifact" + > @@ -168,5 +170,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/javadoc/project.xml b/javadoc/project.xml index 16338b97..1b90c6b5 100644 --- a/javadoc/project.xml +++ b/javadoc/project.xml @@ -53,6 +53,16 @@ Release Manager + + Michal Maczka + michal + michal.maczka@dimatics.com + Dimatics + + Jelly Developer + + + diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index a931b60a..deb75485 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -8,6 +8,9 @@ + + Added install, install-snapshot, deploy and deploy-snapshot goals + Now respects pom.build.sourceModifications diff --git a/javadoc/xdocs/goals.xml b/javadoc/xdocs/goals.xml index 079962fa..9c71a46b 100644 --- a/javadoc/xdocs/goals.xml +++ b/javadoc/xdocs/goals.xml @@ -4,32 +4,41 @@ JavaDoc Plugin Goals dIon Gillard + Michal Maczka -
- - - - - - - - - - - - - - - -
GoalDescription
javadoc + + + javadoc + The default goal. This goal simply executes the javadoc:generate goal -
javadoc:generate + + + + javadoc:generate + Generates documentation using Java's built-in - Javadoc tool -
-
+ Javadoc tool + + + + javadoc:install + Installs the jar containing javadoc documentation in the local repository + + + javadoc:install-snapshot + Installs the jar containing javadoc documentation of the snapshot version in the local repository + + + javadoc:deploy + Deploys the jar containing javadoc documentation the remote repository(ies) + + + javadoc:deploy-snapshot + Deploys the jar containing javadoc documentation of the snapshot version to the remote repository(ies) + +