You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "cosmo (JIRA)" <ji...@codehaus.org> on 2012/06/13 06:02:21 UTC

[jira] (MCHANGES-279) ability to skip for Jira is offlince

     [ https://jira.codehaus.org/browse/MCHANGES-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

cosmo reopened MCHANGES-279:
----------------------------


Reopening this issue since the codepatch is not integrated. Code changes are missing from the sources. e.g. https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JiraMojo.java

Kindly integrate the patch with source and release.
                
> ability to skip for Jira is offlince
> ------------------------------------
>
>                 Key: MCHANGES-279
>                 URL: https://jira.codehaus.org/browse/MCHANGES-279
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Improvement
>          Components: jira
>    Affects Versions: 2.6
>         Environment: {code}
> $ mvn -v
> Apache Maven 3.0.4 (r1232337; 2012-01-17 00:44:56-0800)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.6.8", arch: "x86_64", family: "mac"
> {code}
>            Reporter: cosmo
>             Fix For: 2.7
>
>         Attachments: MCHANGES-279_skip_network_operations_during_--offline_mode_.patch
>
>
> maven-changes-plugin is great and compiles a nice Jira report.
> We need an ability to skip the Jira report compilation. Jira instance may not always be available when on different network or completely disconnected from Jira.
> {code:xml}
> <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-changes-plugin</artifactId>
>           <version>2.6</version>
>           <configuration>
>           	<skip>true<skip>
>                 ...
>           </configuration>
> </plugin>          	
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of <skip> flag.
> When Jira is unavailable, current behavior just times out during the build. But build takes forever to complete waiting for times outs and retries.

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