[
https://issues.apache.org/jira/browse/JENA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220359#comment-16220359
]
Andy Seaborne commented on JENA-1408:
-------------------------------------
Command line: {{-Dmaven.javadoc.skip=true}}.
And to control in a profile:
{noformat}
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
{noformat}
This, together with {{skipTests}}, gets an install to set everything up to
under 1 minute.
For {{mvn clean install -Pbootstrap}}
||Tests?||Javadoc?||Time||
|Y|Y|04m37s|
|Y|N|03m35s|
|N|Y|1m25s|
|N|N|35s|
> Improvements to development build times
> ---------------------------------------
>
> Key: JENA-1408
> URL: https://issues.apache.org/jira/browse/JENA-1408
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Andy Seaborne
>
> We have {{-Pdev}} for a build that tests the main parts of Jena up to
> jena-fuseki2 to speed up testing for changes. It omits jena-iri and
> jena-shaded-guava and can fail if run when the build picks up snapshots built
> by Jenkins. We also have {{-Pbootstrap}} which includes these.
> Proposal:
> # Have one profile, which builds everything up to jena-fuseki2.
> # Don't build the javadoc (for speed reasons).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)