You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2017/10/26 12:14:02 UTC

[jira] [Comment Edited] (JENA-1408) Improvements to development build times

    [ https://issues.apache.org/jira/browse/JENA-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16220359#comment-16220359 ] 

Andy Seaborne edited comment on JENA-1408 at 10/26/17 12:13 PM:
----------------------------------------------------------------

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|1m41s|
|N|N|35s|




was (Author: andy.seaborne):
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)