Skip to content

Commit 3bfa06f

Browse files
committed
Make the default title just be the project name
The default maven-javadoc-plugin configuration adds the project.version to the document title. This is unwanted for the typical SciJava javadoc case - as typically the versions of our jobs are meaningless, as these jobs are not released (e.g. they just stay 1.0.0-SNAPSHOT).
1 parent bc595a4 commit 3bfa06f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,9 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
14051405

14061406
<!-- No need to include the tools -->
14071407
<excludePackageNames>com.sun.*</excludePackageNames>
1408+
1409+
<!-- Remove the "${project.version} API" from the default title -->
1410+
<doctitle>${project.name}</doctitle>
14081411
</configuration>
14091412
</plugin>
14101413
</plugins>

0 commit comments

Comments
 (0)