Release fails with maven-javadoc-plugin 2.10

2014-09-25 Thread Antti O.
Hi all, I've started seeing failures when doing a release during this week. The projects released just fine previously. The release fails at the "perform" stage when it's doing "attach-javadocs". Usually the error is something like this, the javadoc plugin fails with

Re: maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread Anders Hammar
ild Team > G=Lending Grid Builds > (515) – 441 - 0814 > > -Original Message- > From: Steven Schlansker [mailto:stevenschlans...@gmail.com] > Sent: Thursday, September 25, 2014 1:02 PM > To: Maven Users List > Subject: maven-javadoc-plugin 2.10 upgrade breaks build >

RE: maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread cody.a.fyler
Subject: maven-javadoc-plugin 2.10 upgrade breaks build I have a project that under javadoc plugin 2.9.1 works fine: [steven@Anesthetize:~/ot-code/otj-jaxrs](master↑1|✔)% mvn org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar … [INFO

maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread Steven Schlansker
I have a project that under javadoc plugin 2.9.1 works fine: [steven@Anesthetize:~/ot-code/otj-jaxrs](master↑1|✔)% mvn org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar … [INFO] [INFO] BUILD SUCCESS [INFO

[ANN] Apache Maven Javadoc Plugin 2.10 Released

2014-09-21 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 2.10. This release is focused on Java 8 compatibility. The Apache Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org

Re: maven-javadoc-plugin 2.9.1 does not work with JDK 8, cannot find javax.interceptor.InterceptorBinding

2014-09-10 Thread Karl Heinz Marbaise
have the same problem, I post it again: When using a source level of 1.8, the maven-javadoc-plugin does not work. My configuration in pom.xml is the following: org.apache.maven.plugins maven-javadoc-plugin

maven-javadoc-plugin 2.9.1 does not work with JDK 8, cannot find javax.interceptor.InterceptorBinding

2014-09-10 Thread Rabe, Jens
Hello, this problem was already posted in March, but there were no answers, since I have the same problem, I post it again: When using a source level of 1.8, the maven-javadoc-plugin does not work. My configuration in pom.xml is the following: org.apache.maven.plugins

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-21 Thread Laird Nelson
On Mon, Apr 21, 2014 at 3:01 PM, Laird Nelson wrote: > OK. Patch submitted for > MJAVADOC-393 > . > > I've also opened http://jira.codehaus.org/browse/MJAVADOC-394 and > http://jira.codehaus.org/browse/MJAVADOC-395 and am in the process of > submitt

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-21 Thread Laird Nelson
On Fri, Apr 18, 2014 at 10:38 PM, Hervé BOUTEMY wrote: > but both as Maven developper and as Maven user, I prefer to have separate > focused issues with focused bug descriptions, then separate patches > OK. Patch submitted for MJAVADOC-393 . I've al

maven-javadoc-plugin unit tests: require JAVA_HOME?

2014-04-21 Thread Laird Nelson
(Wasn't sure if this belonged on the Maven dev list or on the users list; happy to carry the discussion on elsewhere if appropriate.) I'm doing some Java 8 compatibility work on the maven-javadoc-plugin locally and have discovered that the JavadocReportTest test requires a JAVA_HOME e

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-18 Thread Hervé BOUTEMY
we'll try to not be overly choosy but both as Maven developper and as Maven user, I prefer to have separate focused issues with focused bug descriptions, then separate patches thanks for your help Regards, Hervé Le vendredi 18 avril 2014 20:55:38 Laird Nelson a écrit : > On Fri, Apr 18, 2014

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-18 Thread Laird Nelson
On Fri, Apr 18, 2014 at 9:33 AM, Laird Nelson wrote: > Found the issue, I think; filed > http://jira.codehaus.org/browse/MJAVADOC-393 to track it. > Hi; I'm fixing this bug locally and am intending to supply a patch to the bug report. I can add support for Javadoc version 8 while I'm at it (a n

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-04-18 Thread Laird Nelson
On Fri, Mar 28, 2014 at 2:59 PM, Laird Nelson wrote: > Fails under javadoc 8. I'll file a bug with Oracle; it appears that the > -link option is nonfunctional. > Found the issue, I think; filed http://jira.codehaus.org/browse/MJAVADOC-393to track it. Basically, for unknown reasons, javadoc ver

maven-javadoc-plugin - Javadoc generation problem

2014-03-29 Thread Marek Romanowski
ished at: 2014-03-29T21:42:40+01:00 [INFO] Final Memory: 27M/140M [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project web: MavenReportException: Error

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-29 Thread Robert Scholte
Hi, See also http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#debug With the generated script you can experiment without the overhead of Maven. Robert Op Fri, 28 Mar 2014 22:31:12 +0100 schreef Martin Hoeller : On 28 Mär 2014, Justin Georgeson wrote: The maven

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-29 Thread Ron Wheeler
On 28/03/2014 5:29 PM, Martin Hoeller wrote: Hi Ron! On 28 Mär 2014, Ron Wheeler wrote: Have you tried increasing the JVM memory past MAVEN_OPTS="-Xmx1536m -Xms512m -XX:MaxPermSize=512m" MAVEN_OPTS="-Xmx1280m -Xms256m -XX:MaxPermSize=768m" You could try something extreme (-Xmx8g ) and see if

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-03-28 Thread Laird Nelson
On Fri, Mar 28, 2014 at 2:32 PM, Laird Nelson wrote: > Thanks; already got the -Xdoclint:none bit; will keep looking when I'm > back at my computer. > > On Friday, March 28, 2014, Baptiste Mathus wrote: > >> Just a guess: Maven basically only delegates to the javadoc tool provided >> by the JDK.

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-03-28 Thread Laird Nelson
oc has been added a much more stringent parser, so you might > be encountering > http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html ? > > > 2014-03-28 22:15 GMT+01:00 Laird Nelson > >: > > > Running a few of my projects under Java 8, I fou

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Martin Hoeller
On 28 Mär 2014, Justin Georgeson wrote: > The maven-javadoc-plugin has a maxmemory configuration parameter. In my > parent POM I set a default property docs.maxMemory and then configure > maven-javadoc-plugin with > > ${docs.maxMemory} > > So each team can override th

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Martin Hoeller
Hi Ron! On 28 Mär 2014, Ron Wheeler wrote: > Have you tried increasing the JVM memory past > > MAVEN_OPTS="-Xmx1536m -Xms512m -XX:MaxPermSize=512m" > MAVEN_OPTS="-Xmx1280m -Xms256m -XX:MaxPermSize=768m" > > You could try something extreme (-Xmx8g ) and see if that changes anything. Well, I sho

Re: Javadoc plugin with Javadoc 8: error fetching URLs

2014-03-28 Thread Baptiste Mathus
22:15 GMT+01:00 Laird Nelson : > Running a few of my projects under Java 8, I found that the > maven-javadoc-plugin won't accept configuration items that work > under Javadoc 6. > > For example, I have this: > > http://mvel.codehaus.org/javadoc/2.0 > > > With

Javadoc plugin with Javadoc 8: error fetching URLs

2014-03-28 Thread Laird Nelson
Running a few of my projects under Java 8, I found that the maven-javadoc-plugin won't accept configuration items that work under Javadoc 6. For example, I have this: http://mvel.codehaus.org/javadoc/2.0 With Javadoc 8 installed, whatever the maven-javadoc-plugin is doing to feed this U

RE: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Justin Georgeson
The maven-javadoc-plugin has a maxmemory configuration parameter. In my parent POM I set a default property docs.maxMemory and then configure maven-javadoc-plugin with ${docs.maxMemory} So each team can override that default setting in their pom.xml if they have an unusually large codebase

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Martin Hoeller
n't change anything. Still OutOfMemoryError :( > > > > -martin > > > > On 28 Mär 2014, Baptiste Mathus wrote: > > > > > Sorry, I haven't used javadoc for years now, but as javadoc is an > > external > > > tool, I guess you should

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Baptiste Mathus
n't used javadoc for years now, but as javadoc is an > external > > tool, I guess you should specify additionalJOption? > > > http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalJOption > > > > Cheers > > > > > > 20

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Ron Wheeler
fMemoryError :( -martin On 28 Mär 2014, Baptiste Mathus wrote: Sorry, I haven't used javadoc for years now, but as javadoc is an external tool, I guess you should specify additionalJOption? http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalJOption Cheers 2

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Martin Hoeller
.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalJOption > > Cheers > > > 2014-03-28 10:36 GMT+01:00 Martin Hoeller : > > > Hi! > > > > I have a quite large multimodule project with >150 modules. When > > executing "mvn site

Re: OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Baptiste Mathus
Sorry, I haven't used javadoc for years now, but as javadoc is an external tool, I guess you should specify additionalJOption? http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalJOption Cheers 2014-03-28 10:36 GMT+01:00 Martin Hoeller : > Hi! > >

OutOfMemoryError with maven-javadoc-plugin

2014-03-28 Thread Martin Hoeller
Hi! I have a quite large multimodule project with >150 modules. When executing "mvn site" the maven-javadoc-plugin is executed with default configuration. After some time of execution it fails in "aggregate" goal and I get a Exception in thread "main" java.l

Re: What would cause the javadoc plugin to create 'naked' javadoc?

2013-11-17 Thread Benson Margulies
y boring javadoc spec: > > > org.apache.maven.plugins > maven-javadoc-plugin > 2.9.1 > > > default >

What would cause the javadoc plugin to create 'naked' javadoc?

2013-11-17 Thread Benson Margulies
Java 1.7 Maven 3.0.4 Fluido skin 1.3.0 Very boring javadoc spec: org.apache.maven.plugins maven-javadoc-plugin 2.9.1 default

How can I configure maven-javadoc-plugin to exclude generated sources?

2013-10-31 Thread Andrew Pennebaker
I've tried adding thrift / gen-java namespaces and directories to configuration for maven-javadoc-plugin, but when I run `mvn javadoc:javadoc`, it still attempts to create javadocs for my generated Thrift Java classes. Can someone provide a full pom.xml example for how to do this pro

Re: How can I configure maven-javadoc-plugin to exclude generated sources?

2013-10-31 Thread Andrew Pennebaker
Ah, the various online tutorials for this failed to specify which XML element the plugin configuration should be nested under. This works for me: ... org.apache.maven.plugins maven-javadoc-plugin 2.9.1 *thrift

Re: maven-javadoc-plugin: includeTransitiveDependencies: only for compile scope?

2013-08-28 Thread Stephen Connolly
ll the stuff that it depends on has -sources.jars > and my intent is to have the plugin process them. > > Left to my own devices, I'd declare most of my dependencies in this project > as runtime. I notice that when I do this, the javadoc > plugin runs and effectively does nothing. >

maven-javadoc-plugin: includeTransitiveDependencies: only for compile scope?

2013-08-27 Thread Laird Nelson
e the plugin process them. Left to my own devices, I'd declare most of my dependencies in this project as runtime. I notice that when I do this, the javadoc plugin runs and effectively does nothing. Is it intentional that the includeTransitiveDependencies property only "works on

[ANN] Apache Maven Javadoc Plugin 2.9.1 Released

2013-06-28 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.9.1 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. This version contains the code to fix the javadoc security issue after the javadoc generation. http

Re: JavaDoc plugin and firewall

2013-06-26 Thread Anders Hammar
; currently, I am facing a problem with the javadoc plugin: It seems that > the plugin tries to download connected dependencies (that are used in our > type hierarchy) from repo1 (central) although we have a defined mirror for > that in the settings. Can I specify mirrors for p

JavaDoc plugin and firewall

2013-06-25 Thread Jan Engler
Hi, currently, I am facing a problem with the javadoc plugin: It seems that the plugin tries to download connected dependencies (that are used in our type hierarchy) from repo1 (central) although we have a defined mirror for that in the settings. Can I specify mirrors for plugins somewhere in

[ANN] Maven Javadoc Plugin 2.9 Released

2012-09-23 Thread Benson Margulies
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.9 The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version

maven-javadoc-plugin: use -source.jar artifacts?

2012-02-10 Thread Laird Nelson
Does the maven-javadoc-plugin work on source files exclusively, or could I, for example, run it on a monstrous .ear project and have it pick up sources.jars where they exist? For example, Enunciate, a tool to generate JAX-RS documentation, which requires source code access, automatically finds a

[ANN] Maven Javadoc Plugin 2.8.1 Released

2012-01-23 Thread John Casey
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.8.1 The Maven Javadoc Plugin is a plugin that uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the

Re: maven-javadoc-plugin: command line argument files not supported?

2011-11-04 Thread Stephen Connolly
Did you look at the docs? http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#additionalparam On 4 November 2011 11:52, Rod Woo wrote: > Hi, > > I want to read the values for the Javadoc options > -bottom and -footer from files as suggested by > http://down

maven-javadoc-plugin: command line argument files not supported?

2011-11-04 Thread Rod Woo
Hi, I want to read the values for the Javadoc options -bottom and -footer from files as suggested by http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javadoc.html#argumentfiles : C:> javadoc -bottom @bottom ... Is there a way to do this using the maven-javadoc-plugin

Re: javadoc plugin claims no sources, but there's one ...

2011-08-18 Thread Benson Margulies
The issue turns out to be that the 'package' statement in the class was wrong! I have no idea why the compiler, and checkstyle, and PMD, all allowed this, but javadoc was the only canary to chirp. On Thu, Aug 18, 2011 at 10:18 AM, Anders Hammar wrote: > Does it work with command line javadoc tool

Re: javadoc plugin claims no sources, but there's one ...

2011-08-18 Thread Anders Hammar
Does it work with command line javadoc tool? /Anders (mobile) Den 18 aug 2011 16.05 skrev "Benson Margulies" : > There is exactly one java source file, for a public class, in the > package cited below. There are no exclusions set up. Anyone have a > clue? > > INFO] [javadoc:javadoc {execution: def

javadoc plugin claims no sources, but there's one ...

2011-08-18 Thread Benson Margulies
There is exactly one java source file, for a public class, in the package cited below. There are no exclusions set up. Anyone have a clue? INFO] [javadoc:javadoc {execution: default-cli}] [INFO] 1 error 1 warning [INFO] [ERRO

Re: Configuring maven-javadoc-plugin in reporting section?

2011-06-25 Thread Laird Nelson
On Sat, Jun 25, 2011 at 3:09 AM, Olivier Lamy wrote: > The configuration from reporting section will be used only when you will > use site plugin. > Thank you. So I must maintain two identical configurations? I don't mean this to sound rude. Best, Laird

Re: Configuring maven-javadoc-plugin in reporting section?

2011-06-25 Thread Olivier Lamy
Hello, The configuration from reporting section will be used only when you will use site plugin. 2011/6/24 Laird Nelson : > Good afternoon, > > It was my understanding that if I configured the maven-javadoc-plugin in my > pom.xml's section, that this configuration would als

Configuring maven-javadoc-plugin in reporting section?

2011-06-24 Thread Laird Nelson
Good afternoon, It was my understanding that if I configured the maven-javadoc-plugin in my pom.xml's section, that this configuration would also configure the plugin for running as part of a build, or when invoked from the command line. I made this assumption based off the following stat

[ANN] Maven Javadoc Plugin 2.8 Released

2011-05-06 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.8 This plugin uses the Javadoc tool to generate javadocs for your project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

Javadoc plugin error: Error fetching link....

2011-03-30 Thread Chad La Joie
. Ignored it. Why is the Javadoc plugin looking for the javadocs before it generates them and treating their absence as an error? It does, after printing this error, proceed to generate the docs. I'm using Maven 3.0.3 and Javadoc 2.7's jar goal (doing attached javadocs) -- Chad La

Maven Javadoc Plugin

2010-11-16 Thread SMS Chauhan
maven-javadoc-plugin 2.7 org.umlgraph.doclet.UmlGraphDoc org.umlgraph doclet 5.1 UTF-8 -views true This is what I get. [ERROR] Maven is not attempt to interact with the user for input. Verify the configuration in your settings. In my settings.xml file for maven, I have true What could

Re: maven-javadoc-plugin

2010-06-21 Thread Anders Hammar
ure issues. /Anders On Mon, Jun 21, 2010 at 20:37, Meeusen, Christopher W. < meeusen.christop...@mayo.edu> wrote: > I got it halfway working. I changed my plugin settings to look like > this: > > > org.apache.maven.plugins &

Re: maven-javadoc-plugin

2010-06-21 Thread Jacob Robertson
I used the following "reportSets" and called "mvn clean site" and it works for me. org.apache.maven.plugins maven-javadoc-plugin 2.7

RE: maven-javadoc-plugin

2010-06-21 Thread Meeusen, Christopher W.
I got it halfway working. I changed my plugin settings to look like this: org.apache.maven.plugins maven-javadoc-plugin 2.7 ${basedir}/target/docs/internal/ private true

maven-javadoc-plugin

2010-06-21 Thread Meeusen, Christopher W.
here: http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html but whenever I run a javadoc:javadoc it generates 1 version of the javadoc in the default location ../apidocs. Here is how this plugin is configured in my pom.xml org.apache.maven.plugins maven-java

[ANN] Maven Javadoc Plugin version 2.7 Released

2010-05-04 Thread John Casey
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.7 This plugin uses the Javadoc tool to generate javadocs for your project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

Maven javadoc plugin error

2010-04-28 Thread Saif Kamaal Abulkhair
[org.apache.maven.plugins:maven-javadoc-plugin: 2.5] urls[0] = file:/D:/Saif/Maven-Repo/m2/org/apache/maven/plugins/maven-javadoc-plu gin/2.5/maven-javadoc-plugin-2.5.jar urls[1] = file:/D:/Saif/Maven-Repo/m2/org/codehaus/plexus/plexus-utils/1.1/plexu s-utils-1.1.jar Number of imports: 10 import

Re: Scrolling blindness with maven-javadoc-plugin

2010-04-26 Thread Ognjen Blagojevic
It works, thanks. -Ognjen Nick Stolwijk wrote: Try the quiet option. [1] [1] http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#quiet With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl 2010/4/20 Ognjen

Re: Scrolling blindness with maven-javadoc-plugin

2010-04-20 Thread Nick Stolwijk
Try the quiet option. [1] [1] http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#quiet With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl 2010/4/20 Ognjen Blagojevic : > Hi, > > Is there a way to g

Scrolling blindness with maven-javadoc-plugin

2010-04-20 Thread Ognjen Blagojevic
Hi, Is there a way to get rid of the "Loading source files for package..." and "Generating ... .html..." messages when using maven-javadoc-plugin? -Ognjen - To unsubscribe, e-mail: users-unsubscr...@

Re: maven-javadoc-plugin question

2010-04-05 Thread Benson Margulies
I've got a the javadoc plugin in the reporting section of my parent pom with a reportSet with an id of default and only the javadoc report, and I still get all the warnings about javadoc not having been run. On Mon, Apr 5, 2010 at 2:42 PM, Giovanni Azua wrote: > Hello Raphael, > >

Re: maven-javadoc-plugin question

2010-04-05 Thread Giovanni Azua
nd not aggregate > > [1] > http://maven.apache.org/plugins/maven-javadoc-plugin/examples/selective-javadocs-report.html > > Raphael > > On Mon, Apr 5, 2010 at 13:14, Giovanni Azua wrote: >> hello, >> >> I have a multi-module project and during build I contin

Re: maven-javadoc-plugin question

2010-04-05 Thread Raphael Ackermann
... javadoc test-javadoc and not aggregate [1] http://maven.apache.org/plugins/maven-javadoc-plugin/examples/selective-javadocs-report.html Raphael On Mon, Apr 5, 2010 at 13:14, Giovanni Azua wrote: > hello, > > I have a mul

maven-javadoc-plugin question

2010-04-05 Thread Giovanni Azua
hello, I have a multi-module project and during build I continuously get the following output: [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.6.1:javadoc' has not be previously called for the project: xxx and so it lists each sub-module over and over again and re-ex

Javadoc plugin configuration: can I specify it once for build and reporting?

2010-03-18 Thread Laird Nelson
I don't see an easy way to specify the same configuration values for the maven-javadoc-plugin so that they'll apply when it is used from as well as from . What's the best way to do this? Thanks, Laird

[maven-javadoc-plugin] error when using "mvn site site-deploy"

2010-03-02 Thread NGUYEN Cong Kinh
Hello everybody, I have a problem when using maven-javadoc-plugin. My problem is as the following: - I have some modules, they are complied successfully with the "mvn clean install" command - Then when I use the "mvn site site-deploy", there's an error:

Re: JAVADOC-plugin: include comments from local dependent projects

2010-02-02 Thread Andrey Razumovsky
you want. > > > -Original Message- > From: Wayne Fay [mailto:wayne...@gmail.com] > Sent: Monday, February 01, 2010 4:48 PM > To: Maven Users List > Subject: Re: JAVADOC-plugin: include comments from local dependent projects > > > project (B). E.g. A contains int

RE: JAVADOC-plugin: include comments from local dependent projects

2010-02-01 Thread Jeff Jensen
Sent: Monday, February 01, 2010 4:48 PM To: Maven Users List Subject: Re: JAVADOC-plugin: include comments from local dependent projects > project (B). E.g. A contains interfaces, and B implementations. The question > is: how can I build docs for B so that, if none specified, method > de

Re: JAVADOC-plugin: include comments from local dependent projects

2010-02-01 Thread Wayne Fay
> project (B). E.g. A contains interfaces, and B implementations. The question > is: how can I build docs for B so that, if none specified, method > descriptions are inherited from A? There's a good chance your specific usage of the Javadoc plugin is not currently supported. I'

Re: JAVADOC-plugin: include comments from local dependent projects

2010-02-01 Thread Andrey Razumovsky
Sorry, but I don't understand. I already have small library (A) and main project (B). E.g. A contains interfaces, and B implementations. The question is: how can I build docs for B so that, if none specified, method descriptions are inherited from A? 2010/2/1 Ron Wheeler > Andrey Razumovsky wrot

Re: JAVADOC-plugin: include comments from local dependent projects

2010-02-01 Thread Ron Wheeler
Andrey Razumovsky wrote: Hello, Imagine I have two projects, A and B. Both are mine projects and aren't published anywhere on the internet (don't have url). A is referenced from B. Classes from B inherit a lot from classes from A. The goal is to build docs for B, and include there only B sources

JAVADOC-plugin: include comments from local dependent projects

2010-02-01 Thread Andrey Razumovsky
Hello, Imagine I have two projects, A and B. Both are mine projects and aren't published anywhere on the internet (don't have url). A is referenced from B. Classes from B inherit a lot from classes from A. The goal is to build docs for B, and include there only B sources. But also I want comments

maven javadoc plugin -both aggregate and non-aggregate

2009-11-17 Thread caner kaplica
Hi, How can i ensure that maven-javadoc-plugin generates both the aggregate report and report for each submodule(with "mvn site" command) in a multi-module maven project. Thanks, Caner,

Problems with javadoc plugin

2009-11-03 Thread Andrey Razumovsky
Hello, We're having problems with javadoc plugin. It all started when we tried to set up a new Hudson build configuration for JDK1.6. Now configuration's name contained "(" symbol and maven-javadoc-plugin-2.5 stopped to work. Example of error at [1]. Then we switched to ve

Re: maven-javadoc-plugin how to configure both aggregate and non-appregate reports

2009-11-02 Thread Stephen Connolly
false 2009/11/2 David Hoffer : > I'm using the latest version of maven-javadoc-plugin using its new > reportSets options,  Since I have a multi module project I'd like the top > level to have aggregate javadoc reports and then at the java child projects > have javado

maven-javadoc-plugin how to configure both aggregate and non-appregate reports

2009-11-02 Thread David Hoffer
I'm using the latest version of maven-javadoc-plugin using its new reportSets options, Since I have a multi module project I'd like the top level to have aggregate javadoc reports and then at the java child projects have javadocs for that module too. However I never get any javadocs

[ANN] Maven Javadoc Plugin 2.6.1 Released

2009-10-26 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 2.6.1 This plugin uses the javadoc tool for generating javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's p

JavaDoc Plugin: Custom frameset?

2009-10-10 Thread Paul Benedict
Is it possible to use this plugin to provide a custom frameset page? I see several companies publish API with page-wide logos at the top of the frameset, or additional frames. Paul - To unsubscribe, e-mail: users-unsubscr...@mave

Problem with javadoc plugin - The PluginDescriptor for the plugin XYZ was not found. Should have been in realm:

2009-10-09 Thread Villemos, Gert
We are using the Eclipse maven plugin with maven 2 and the javadoc plugin. The POM file is listed below. When we run the maven build, it fails with the error message: Error message: Failed to load report plugin: org.apache.maven.plugins:maven-javadoc-plugin. Reason: Failed to load plugin

maven-javadoc-plugin javadoc aggregate

2009-09-16 Thread Martin Scholl
Hi, I'm trying to use the javadoc:aggregate goal to generate a complete API overview of a multi module project. This project contains some sub- projects that are "normal jar projects" and there are some others that use custom packaging types like "aar" or "mar". If I run the javadoc:aggreg

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
is to the attention of the devs of the maven-javadoc-plugin? On Fri, Aug 14, 2009 at 8:29 AM, Sam Barnett-Cormack < s.barnett-corm...@lancaster.ac.uk> wrote: David Hoffer wrote: No any call to install or deploy will build it. This isn't required but we do wrap the build sec

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
d javadocs, and I'm getting the per-module jar'ed javadocs, but not the combined jar'ed javadocs, because of the message below (afaict). Anyone know how I'd bring this to the attention of the devs of the maven-javadoc-plugin? On Fri, Aug 14, 2009 at 8:29 AM, S

Re: javadoc plugin aggregation woes

2009-08-14 Thread David Hoffer
>> before running a build that'll generate the jar? >>> >>> >>> >>> >>>> >>>> >>>> org.apache.m

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
the javadoc before running a build that'll generate the jar? org.apache.maven.plugins maven-javadoc-plugin 2.5

Re: javadoc plugin aggregation woes

2009-08-14 Thread David Hoffer
m: >>> >> >> When running this, does it need site:site running to build the javadoc >> before running a build that'll generate the jar? >> >> >> >>> >>>

Re: javadoc plugin aggregation woes

2009-08-14 Thread David Hoffer
>> org.apache.maven.plugins >>maven-javadoc-plugin >>2.5 >> >> >>

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
ugins maven-javadoc-plugin 2.5 attach-javadocs

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
this in your parent pom: org.apache.maven.plugins maven-javadoc-plugin 2.5 attach-javadocs

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
damn copy-pase     project-parent    project-complete     project-parent   project-a   project-b   ...   project-e             project-a             project-b       ...         project-e                          maven-javadoc-plugin        false

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
project-parent project-___ project-parent project-a project-b ... project-e project-a project-b ... project-e maven-javadoc-plugin false ... 2009/8/14

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
complete >>> >>>> project-master >>>> >>>> and then aggregate in >>>> >>>> project-complete >>>> >>>> So then, the dependencies of project-complete would be >>>> project-{a,b,c,d,e,}, >>>&

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
parent pom: org.apache.maven.plugins maven-javadoc-plugin 2.5 attach-javadocs

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
>> project-{a,b,c,d,e,complete} would declare project-master as their >>> parent. >>> That make sense? >>> >>> Sam >>> >>>> 2009/8/14 Stephen Connolly : >>>>> >>>>> you might also want to separate aggre

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
e child poms, thereby ensuring that the >>>> build plan is correct. >>>> >>>> 2009/8/14 David Hoffer : >>>>> >>>>> This works for us, try this in your parent pom: >>>>> >>>>> >

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
by ensuring that the build plan is correct. 2009/8/14 David Hoffer : This works for us, try this in your parent pom: org.apache.maven.plugins maven-javadoc-plugin

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
child poms, thereby ensuring that the >>> build plan is correct. >>> >>> 2009/8/14 David Hoffer : >>>> >>>> This works for us, try this in your parent pom: >>>> >>>> >>>>               >>>>        

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
David Hoffer wrote: This works for us, try this in your parent pom: org.apache.maven.plugins maven-javadoc-plugin 2.5

Re: javadoc plugin aggregation woes

2009-08-14 Thread Sam Barnett-Cormack
works for us, try this in your parent pom: org.apache.maven.plugins maven-javadoc-plugin 2.5 attac

Re: javadoc plugin aggregation woes

2009-08-14 Thread Stephen Connolly
>>                        org.apache.maven.plugins >>                        maven-javadoc-plugin >>                        2.5 >>                         >>                             >>                                attach

<    1   2   3   4   5   6   >