From 3a4fde88aa9d95dc5afdb12dfbc440715857ab7f Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 1 Jan 2009 20:17:35 +0000 Subject: [PATCH] during the release process, update the "Extension points" Wiki page. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14091 71c3de6d-444a-0410-be80-ed276b4c234a --- core/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 7e0f3d8c7c..d27f6bd341 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -97,8 +97,7 @@ - - + maven-jar-plugin @@ -110,6 +109,39 @@ + + + org.codehaus.mojo + apt-maven-plugin + 1.0-alpha-2 + + true + org.jvnet.hudson.tools.ExtensionPointListerFactory + + + + + + + org.jvnet.hudson.tools + extension-point-lister + 1.0 + + + com.sun + tools + + + commons-logging + commons-logging + + + + + @@ -126,6 +158,22 @@ ${version} + + + + org.codehaus.mojo + apt-maven-plugin + 1.0-alpha-2 + + + + process + + + + + + -- GitLab