[ 
https://issues.jenkins-ci.org/browse/JENKINS-11814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163657#comment-163657
 ] 

kutzi commented on JENKINS-11814:
---------------------------------

There are other reasons why a Maven job might be slower than a freestyle job. 
You might want to try the Timestamper plugin to get a clue where the time is 
spent.
                
> Maven artifact fingerprints are computed and recorded twice
> -----------------------------------------------------------
>
>                 Key: JENKINS-11814
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-11814
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: maven2
>            Reporter: kutzi
>            Assignee: kutzi
>            Priority: Minor
>
> The artifacts which are produced by a maven job have their artifacts 
> fingerprinted twice. Once in MavenFingerprinter and once in 
> MavenArtifactArchiver (*). This adds unnecessary overhead to maven jobs.
> Proposal: as fingerprints are needed in the MavenArtifact records generated 
> in the MavenArtifactArchiver, it probably doesn't make much sense to remove 
> the fingerprinting from there. Instead, I'd propose to fingerprint all 'used' 
> artifacts in the MavenFingerprinter and all 'produced' artifacts in the 
> MavenArtifactArchiver
> *) Note that fingerprints are even generated in MavenArtifactArchiver if 
> automatic artifact archiving is disabled

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to