Swapnil Sapar created MCHANGES-279:
--------------------------------------

             Summary: 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: Swapnil Sapar


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

        

Reply via email to