You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2007/12/16 01:23:57 UTC

[jira] Commented: (MJAR-70) Ability to skip jar recreation if any of resources are older than existing jar

    [ http://jira.codehaus.org/browse/MJAR-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116946 ] 

Olivier Lamy commented on MJAR-70:
----------------------------------

Can you try with last snapshot with the following configuration :
{code:xml}
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        ...
        <configuration>
          <archive>
            <forced>false</index>
            ....
          </archive>
        </configuration>
        ...
      </plugin>
{code}
Thanks.

> Ability to skip jar recreation if any of resources are older than existing jar
> ------------------------------------------------------------------------------
>
>                 Key: MJAR-70
>                 URL: http://jira.codehaus.org/browse/MJAR-70
>             Project: Maven 2.x Jar Plugin
>          Issue Type: Improvement
>            Reporter: Olexandr Zakordonskyy
>
> Would be great to have boolean attribute that will help to skip jar packaging if one exists and no resources were modified(including pom and parent pom's). It will help to improve performance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira