From 62cd24119a46770a533013c262a324d59110a966 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 28 Apr 2016 19:20:24 +0200 Subject: Support javadoc jar generation. Resolves #42 --- maven-plugin/pom.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) (limited to 'maven-plugin/pom.xml') diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index d6ea1eca..44731eed 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -8,7 +8,7 @@ 1.4.1 3.0.5 3.0.22 - 1.0.0-rc-1036 + 1.0.1-2 @@ -26,11 +26,21 @@ maven-plugin-api ${maven.version} + + org.apache.maven + maven-archiver + 2.5 + org.codehaus.plexus plexus-utils ${plexus.version} + + org.codehaus.plexus + plexus-archiver + 2.5 + org.apache.maven.plugin-tools maven-plugin-annotations @@ -43,6 +53,13 @@ jar compile + + com.sun + tools + 1.8.0 + system + ${toolsjar} + src/main/kotlin @@ -135,4 +152,30 @@ + + + default-profile + + true + + ${java.home}/../lib/tools.jar + + + + ${java.home}/../lib/tools.jar + + + + mac-profile + + false + + ${java.home}/../Classes/classes.jar + + + + ${java.home}/../Classes/classes.jar + + + -- cgit