0
votes
0answers
9 views
Maven javadoc plugin ignores <dependencySourceIncludes> tag if <sourcepath> tag is specified
I have a Android project which is dependent on 2 other projects. I use maven build. I need to generate consolidated javadocs.
Tried the following options but failed to generate consolidated javadocs.
...
0
votes
1answer
45 views
Maven javadoc plugin in maven site not working
I can't find any answer to this, maybe someone knows. I try to setup maven site and maven javadoc plugin but it seem to be impossible. Every time I run mvn site:run I get this stacktrace:
Command ...
1
vote
1answer
21 views
Dynamic generation of javadoc
I have a project which generates javadoc.
I have another project which uses a part of the above project. Is it possible to define an execution that will only generate javadoc from the above project ...
0
votes
1answer
40 views
How to choose the directory where i want to save the Java documentation?
I'm working with jenkins, i created a project with maven , so when i build the project in jenkins i create the documentation just with the follow goal:
javadoc:javadoc
but jenkins save all this ...
1
vote
1answer
98 views
+50
Maven is not working in Java 8 when JavaDoc tags are incomplete
Since I use Maven I have been able to build and install in my local repository projects that have incomplete java doc tags (for example, a missing parameter).
However, since I migrated to Java 8 ...
0
votes
1answer
25 views
Converting Ant javadoc to Maven
I'm converting my ant project to maven and want to add javadocs as well. I've added maven-javadoc-plugin, but I can't find anywere the whole list of its params :(.
My ant's javadoc was configured ...
0
votes
1answer
28 views
Maven I want to attach a file in javadocs or source jar for documentation, but not use it in the executable jar
The file is a Unix shell file, it's used to deploy the jar and dependencies on Unix
0
votes
1answer
20 views
Adding a pre-requisite task to mvn javadoc:javadoc
I would like to run a shell script (to convert markdown to html) before mvn javadoc:javadoc is run. How can I add this shell script as a dependency to the javadoc task?
1
vote
1answer
134 views
Maven “Skipping javadoc generation” WHY?
I'm working on a maven project and want to generate the most basic of javadocs.
This is the plugin I add to my pom.xml
<build>
<plugins>
<plugin>
...
0
votes
2answers
120 views
How can I compile and run my Custom Doclet class in my project?
I'm trying to dump all class javadoc comment (preferabbly subclasses of a libraries WebPage class) at compile time into a .properties file in the format classname=comment.
So far I have:
created ...
3
votes
3answers
105 views
Create a single jar that will contain compiled classes and javadoc with Maven
I'm trying to generate a jar file that will contain an API SDK for our product, so our customers can create plugins and compile it against our API. All classes/interfaces that we provide as part of ...
0
votes
1answer
54 views
How can I get the Javadoc class descriptions at compile time?
I'm trying to build up some documentation for my Wicket Web Application. I have created a page to grab all of my mounted pages and display them in /sitemap.xml.
In the vein of documentation I've added ...
0
votes
1answer
147 views
Skip Dependencies in javadocs - Maven javadoc stuck because of invalid repository URL
My Maven POM uses
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
...
1
vote
1answer
234 views
Maven: How do I exclude specific source files from javadoc?
I need to exclude specific source files (NOT just packages) from Javadoc using Maven. The <excludePackageNames> setting will not work for me: it only allows you to exclude certain packages. ...
0
votes
1answer
105 views
Maven: Need to copy images into Javadoc, LICENSE/NOTICE files into META-INF
I've been trying to accomplish two things that I figured would be pretty trivial with Maven (I'm using 3.0.3 and the latest versions of all the plugins), but no matter what I do I can't seem to make ...
1
vote
2answers
62 views
Best way to set alternate JavaDoc location for all modules?
I'd like to set an alternate JavaDoc location for all my modules in a multi-module maven project. Unfortunately, I have to rely on relative paths, or else use maven properties like ${basedir}, since ...
0
votes
2answers
98 views
Alternate Output Directory for JavaDoc
I'm trying to configure an alternate output location for the JavaDocs in my multi-module maven project. I configured the maven-javadoc in the parent POM to look like this:
<build>
...
...
2
votes
2answers
130 views
How to attach JavaFX2 javadoc jar automcatically with maven?
I have in my pom.xml the dependency to jfxrt.jar, as a system scope one:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>javafx</artifactId>
...
0
votes
1answer
434 views
Jenkins runs maven goals differently
I use maven to build project and do static analysis of code.
However when I run those command in Jenkins job, reuslt is different.
Locally
$ mvn emma:emma pmd:cpd pmd:pmd javadoc:javadoc
Then I ...
1
vote
1answer
186 views
Maven JavaDoc Plugin: Aggregate Dependencies
I am attempting to compile JavaDocs with:
mvn javadoc:aggregate
I keep getting errors such as:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.5:aggregate ...
1
vote
2answers
583 views
Publish JavaDoc on Jenkins with maven
I have maven project that is built by Jenkins-CI.
How to generate and publish JavaDoc on Jenkins?
0
votes
2answers
887 views
Unable to find javadoc command - maven
I ran this command in my project directory to build and package it:
mvn clean javadoc:jar package
I do have my JAVA_HOME variable set correctly.
Evidently:
$ which java
/usr/bin/java
$ sudo ls -l ...
0
votes
1answer
412 views
Add multiple JARs and Javadoc to local Maven repository
I have a number of JAR files that comprise two different Java SDKs for BOXI R3.1: BusinessObjects Enterprise Java SDK and the Web Services Consumer Java SDK.
The BusinessObjects Enterprise Java SDK ...
1
vote
1answer
124 views
sourceFileExcludes tag in the maven-javadoc-plugin
Does anyone has an example how to use sourceFileExcludes tag
in the maven-javadoc-plugin? I cannot make it work.
like:
<sourceFileExcludes>
...
1
vote
1answer
26 views
Java docs that include classes based on inheritance
Note that I have written "Java docs", as I'm not necessarily expecting the javadoc utility to acheive what I'm after (let alone the maven-javadoc-plugin I'm using).
I need to produce a doc site that ...
3
votes
1answer
145 views
Configuring Javadoc aggregation in Maven
I'm trying to create an aggregate Javadoc site for all the modules in my project, but I can't seem to configure the plugin in a way that is satisfactory. Mainly, I can't seem to get it to aggregate ...
5
votes
1answer
263 views
Why do my generated Javadocs look terrible?
I'm trying to generate the Javadoc HTML files for my project. I'm generating them via the Maven Javadoc plugin (maven-javadoc-plugin). I am using Maven 2.2.1. Everything generates such that all the ...
0
votes
1answer
396 views
maven site plugin cannot find my javadoc
This error is driving me crazy in eclipse indigo
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.0:site (default-site) on project Cdss-camel: Error during page generation: ...
0
votes
0answers
154 views
JaxDoclets maven config
I'm trying to use jax doclets to generate documentation for a REST project and I'm using jax doclets to do so. The problem is that all the documentation is generated except for my entities / dtos / ...
2
votes
1answer
228 views
Killing Javadoc warnings for specific tags
Is there an easy way / option of preventing javadoc warnings when building with Maven? We use the soyatec uml plugin for eclipse and it inserts special tags which make our builds throw lots of ...
0
votes
0answers
123 views
maven javadoc java.lang.ClassCastException
I am using maven3.0.4 and JDK1.6 But when I try site:run and try to see the java doc I get
java.lang.ClassCastException: com.sun.tools.javadoc.ClassDocImpl cannot be cast to ...
1
vote
2answers
337 views
Maven, IntelliJ Idea and Android Sources
I am using combination Maven and IntelliJ Idea. Although javadoc and sources are shown using Android Module in Idea, I can not see any of them using android maven. Any help, how to show sources also ...
0
votes
0answers
73 views
how create executable javadoc jar using maven?
I have gotten Maven to create a jar that contains all the javadoc html files generated from the project. I would like to specify the "main" class of the jar to be the overview-summary.html file. This ...
0
votes
1answer
127 views
How to include report generation date in javadoc footer when using maven 3?
How - using org.apache.maven.plugins.maven-javadoc-plugin - can I get the footer or bottom to include the date/time that the Javadocs report was written?
...
1
vote
1answer
242 views
Can I use the maven javadoc plugin (version 2.7) excludePackageNames attribute to exclude a package but not its subpackages?
I have a set of classes that I am generating javadoc for, some of which I want to exclude from the published javadoc. The structure is as follows:
com.company.package.classA
...
0
votes
3answers
64 views
How to generate java doc and sources for a library created by me using maven
This might be small question but I am not able to find answer to it. I wrote a library called Utilities and used java doc style comments. Using maven (m2e plugin in eclipse). I am using maven install ...
0
votes
1answer
153 views
Generate javadoc in maven and then upload via scp?
I have Maven javadoc plugin working nicely right now, but I do not know how to add it to the remote directory via scp.
How do I transfer the javadoc files via scp, but AFTER they have been generated? ...
2
votes
1answer
179 views
Is it possible to define a maven goal with a variable?
My question comes from wanting to run javadoc:aggregate for all projects except one, where I want to run javadoc:javadoc (because this one project has a sub-module that needs to use the sourcepath ...
1
vote
1answer
31 views
Is there a Maven plugin to launch a web server providing access to the JavaDoc of a project's dependencies?
Is there a Maven plugin that will download the JavaDoc JARs for all my project's dependencies, and spin up a web server (using Jetty?) that serves the JavaDoc? It would be useful for browsing ...
0
votes
1answer
334 views
maven-site-plugin not generating apidocs folder with javadocs
I inherited a project that is supposed to build javadoc files and place them in the site directory. This is not being done. I have looked at all the examples I can find and I can't figure out where ...
0
votes
2answers
115 views
How to change Javadoc index.html link to another link?
I just wonder if it is possible to change a link to Javadoc generated by maven site?
I mean, if you generate javadoc then you have a ../index.html address and if it is possible to change index.html ...
0
votes
1answer
178 views
Android SDK Full Javdocs with Maven in Eclipse
I have an Android Maven project using maven-eclipse-plugin and android-maven-plugin. Since it grabs the jars and javadocs from Maven Central (which are stubbed), I would like to instead link back to ...
0
votes
4answers
462 views
Wrestling with Eclipse-modified .classpath in a Mixed Windows/Mac Team Environment
I'm using Eclipse on a small development environment where one developer has a Windows PC and the other has a MacBook. We share code using a subversion repository, and use Maven as an "External Tool" ...
0
votes
1answer
234 views
Maven + javadoc: add offline links
For each job in our jenkins server I also want to build the javadoc. The projects are maven projects so I use mvn javadoc:javadoc to generate the javadoc. This works just fine but now I want to link ...
0
votes
1answer
671 views
Deploying Javadocs via the Maven Wagon WebDAV provider to an NTLM-authenticated server
I'm attempting to use Maven to deploy my Javadocs (which are created successfully) to a Sharepoint server, which requires NTLM authentication. I'm using the Maven Wagon plugin with the WebDAV ...
1
vote
2answers
164 views
Maven Assembly: Introduce java doc from a separate project
I have an assembly descriptor to generate a separate package for our documentation, including the javadoc. It contains the following to include generated javadoc from the same project it's
running ...
8
votes
2answers
712 views
How to hint to m2e (Maven plugin for eclipse) to attach external javadoc website to artifact?
I need to use artifact X which does not have neither source nor javadoc artifacts available. I know, however, an external web server where the javadoc for X has been publicized.
In "plain" Eclipse I ...
0
votes
1answer
247 views
Setiing maven javadoc plugin to generate private methods/fields documentation
I cannot find any example of maven pom where the javadoc plugin is setted for generate documentation for private fields and methods too. I tried this without results:
<plugin>
...
1
vote
1answer
143 views
Why can't I download MysqlConnectionPoolDataSource sources and find javadocs with Maven?
I see that for some jars Maven (m2e) automatically downloads sources and/or javadocs. But not for com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource class in mysql-connector-java ver. 5.1.18.
...
2
votes
1answer
130 views
How to make javadoc.jar take priority over javadoc in sources.jar?
I have a limited selection of original source code overlayed onto decompiled code in a sources jar.
This is great as it gives me easy ability to drill down into the code when debugging however it ...