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

2012-09-10 Thread Dennis Lundberg (JIRA)

[ 
https://jira.codehaus.org/browse/MCHANGES-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=308128#comment-308128
 ] 

Dennis Lundberg commented on MCHANGES-279:
--

Does the solution in MCHANGES-267 solve this issue as well?

> 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
> 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}
> 
>   org.apache.maven.plugins
>   maven-changes-plugin
>   2.6
>   
>   true
> ...
>   
>  
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of 
>  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




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

2012-09-04 Thread Dennis Lundberg (JIRA)

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

Dennis Lundberg updated MCHANGES-279:
-

Fix Version/s: (was: 2.7)

> 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
> 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}
> 
>   org.apache.maven.plugins
>   maven-changes-plugin
>   2.6
>   
>   true
> ...
>   
>  
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of 
>  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




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

2012-07-11 Thread Giacomo Boccardo (JIRA)

[ 
https://jira.codehaus.org/browse/MCHANGES-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=303405#comment-303405
 ] 

Giacomo Boccardo commented on MCHANGES-279:
---

Why does it seem that this feature won't even be in 2.8 release?
It would be very useful to skip the execution without using a profile.

> 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}
> 
>   org.apache.maven.plugins
>   maven-changes-plugin
>   2.6
>   
>   true
> ...
>   
>  
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of 
>  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




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

2012-06-12 Thread cosmo (JIRA)

 [ 
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}
> 
>   org.apache.maven.plugins
>   maven-changes-plugin
>   2.6
>   
>   true
> ...
>   
>  
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of 
>  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




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

2012-04-03 Thread Swapnil Sapar (JIRA)

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

Swapnil Sapar updated MCHANGES-279:
---

Attachment: 
MCHANGES-279_skip_network_operations_during_--offline_mode_.patch

Attached is the fix for this issue MCHANGES-279.

This fix checks for presence of --offline flag and accordingly skips the 
network operations expected for jira/trac reporting.



> 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
> 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}
> 
>   org.apache.maven.plugins
>   maven-changes-plugin
>   2.6
>   
>   true
> ...
>   
>  
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of 
>  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




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

2012-04-03 Thread Swapnil Sapar (JIRA)

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

Swapnil Sapar closed MCHANGES-279.
--

   Resolution: Fixed
Fix Version/s: 2.7

Fixed. See attachment and comments.

> 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
> 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}
> 
>   org.apache.maven.plugins
>   maven-changes-plugin
>   2.6
>   
>   true
> ...
>   
>  
> {code}
> Skip flag above can then be parameterized.
> I'm not sure if the plugin can be sensitive to --offline flag instead of 
>  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




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

2012-04-02 Thread Swapnil Sapar (JIRA)
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}

  org.apache.maven.plugins
  maven-changes-plugin
  2.6
  
true
...
  
   
{code}

Skip flag above can then be parameterized.
I'm not sure if the plugin can be sensitive to --offline flag instead of  
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