Questions tagged [maven-javadoc-plugin]

The Maven Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.

The documentation on the Maven Java Doc plugin can be used to read more in detail how the javadoc plugin works and how to configure particular areas of the JavaDoc generation for a project.

193 questions
0
votes
1 answer

Changing font-family of maven-javadoc-plugin

Can I specific font-family that use to generate apidocs while I use command mvn site.
wittakarn
  • 3,074
  • 1
  • 16
  • 30
0
votes
1 answer

Maven javadoc plugin issue : Comparison method violates its general contract

When deploying an artifact I get this strange error from the Maven javadoc plugin C:\Users\oomsa\dev\eclipse\chemspot\src\main\java\org\u_compare\shared\label\penn\function\text\TTL_Type.java:60: warning - @generated is an unknown…
Aurélien Ooms
  • 4,834
  • 3
  • 17
  • 28
0
votes
1 answer

Maven javadoc plugin should be skipped by default but should able to execute when needed

I want maven-javadoc-plugin to be skipped by default, during the mvn clean install command, so I have added true in the pom.xml But I want it to be executed whenever needed, so I am trying something like mvn clean install…
Bosco
  • 3,085
  • 4
  • 22
  • 33
0
votes
1 answer

Maven Javadoc Report: aggregate and detectLinks

In a Maven Site build I want to generated an aggregated Javadoc report with links to other Javadocs (detectLinks = true). In one of the parent POMs I have defined in the reporting section: ...
Puce
  • 34,375
  • 9
  • 72
  • 137
0
votes
1 answer

Maven JavaDoc Plugin by providing Source path

org.apache.maven.plugins maven-javadoc-plugin 2.9.1 ${svn url}/src/main/java Not…
swamy
  • 1,164
  • 10
  • 23
0
votes
1 answer

Maven generate javadoc for one submodule

I have a maven project with submodules. Is is it possible to run on the root pom: mvn clean install javadoc:javadoc And building all the project (submodules) but generating the javadoc only for one of the submodule ? Cause I'm only interesseted to…
La Chamelle
  • 2,797
  • 3
  • 33
  • 54
0
votes
1 answer

Using both aggregate and jar goals for javadoc

I would like to generate javadoc for my whole project using the aggregate goal but I would also like to generate javadoc jars for several sub-projects. In my parent pom.xml I added the following pluginManagement to allow sub-projects to generate…
myshkin5
  • 11
  • 2
0
votes
1 answer

Maven Javadoc aggregate fails on JBoss AS 7.1.1.Final

I am trying to generate aggregate javadoc for multiple projects with Maven Javadoc plugin. If I run javadoc:javadoc goal the build finishes with SUCCESS. Anyhow I would like to combine all javadocs with javadoc:aggregate goal and it fails when…
drodil
  • 1,876
  • 1
  • 21
  • 33
0
votes
1 answer

javadoc: error - java.lang.OutOfMemoryError

I'm trying to create a release with maven-release-plugin. The goals I had executed are release:perpare and release:perform. After maven creates the release and source jar, I get this memory error from javadoc execution. [INFO] javadoc: error -…
Proverbio
  • 1,876
  • 2
  • 22
  • 34
0
votes
1 answer

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 line was: "C:\Program…
Ignas
  • 141
  • 1
  • 5
0
votes
1 answer

Maven 3 site plugin issue with javadoc:test-javadoc

I am a Maven newbie, so bear with me please. I inherited this multi-module project and my boss want me to utilize site plugin along with other commonly used plugins such as javadoc, jxr and surefire-report. These reports will only be generated for…
Codrguy
  • 449
  • 1
  • 6
  • 16
-1
votes
1 answer

Disabling javadoc formatting for > <

OK, all of the recommendations in this thread work but are not very readable in the code files. Is there a way to disable the default javadoc formatting and just write x>1 with no problem?
-2
votes
1 answer

showing java comments in tooltips

Hi all first an apology if this question comes as a bit vague. But i am in the process of brain storming. What i would like to achieve: In IDEs like intelliJ or Eclipse, its possible to hover on certain text and the javadocs is displayed in the…
delita
  • 1,519
  • 1
  • 17
  • 22
1 2 3
12
13