Quantcast

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org
Dominique Arnou created JENKINS-12315:
-----------------------------------------

             Summary: Location of the temporary file "Maven Global Settings" incompatible with release: prepare
                 Key: JENKINS-12315
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12315
             Project: Jenkins
          Issue Type: Bug
          Components: config-file-provider
    Affects Versions: current
         Environment: Ubuntu 10.04
            Reporter: Dominique Arnou
            Assignee: domi


During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace

mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
[config5912716113899525677tmp:unknown]


--
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-12315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominique Arnou updated JENKINS-12315:
--------------------------------------

    Description:
During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace

{code}
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
[config5912716113899525677tmp:unknown]
{code}

...and the file name isn't stable for exclusion with the release plugin


  was:
During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace

mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
[config5912716113899525677tmp:unknown]


   

> Location of the temporary file "Maven Global Settings" incompatible with release: prepare
> -----------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12315
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12315
>             Project: Jenkins
>          Issue Type: Bug
>          Components: config-file-provider
>    Affects Versions: current
>         Environment: Ubuntu 10.04
>            Reporter: Dominique Arnou
>            Assignee: domi
>              Labels: release-plugin
>
> During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace
> {code}
> mavenExecutionResult exceptions not empty
> message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
> [config5912716113899525677tmp:unknown]
> {code}
> ...and the file name isn't stable for exclusion with the release plugin

--
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-12315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

domi updated JENKINS-12315:
---------------------------

    Component/s: maven

as the config-file-provider only 'provides' the files, this is a fix in the "maven-plugin"
               

> Location of the temporary file "Maven Global Settings" incompatible with release: prepare
> -----------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12315
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12315
>             Project: Jenkins
>          Issue Type: Bug
>          Components: config-file-provider, maven
>    Affects Versions: current
>         Environment: Ubuntu 10.04
>            Reporter: Dominique Arnou
>            Assignee: domi
>              Labels: release-plugin
>
> During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace
> {code}
> mavenExecutionResult exceptions not empty
> message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
> [config5912716113899525677tmp:unknown]
> {code}
> ...and the file name isn't stable for exclusion with the release plugin

--
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

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

domi edited comment on JENKINS-12315 at 1/8/12 6:34 PM:
--------------------------------------------------------

as the config-file-provider only 'provides' the files, this needs a fix in the "maven-plugin"
               
      was (Author: domi):
    as the config-file-provider only 'provides' the files, this is a fix in the "maven-plugin"
                 

> Location of the temporary file "Maven Global Settings" incompatible with release: prepare
> -----------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12315
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12315
>             Project: Jenkins
>          Issue Type: Bug
>          Components: config-file-provider, maven
>    Affects Versions: current
>         Environment: Ubuntu 10.04
>            Reporter: Dominique Arnou
>            Assignee: domi
>              Labels: release-plugin
>
> During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace
> {code}
> mavenExecutionResult exceptions not empty
> message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
> [config5912716113899525677tmp:unknown]
> {code}
> ...and the file name isn't stable for exclusion with the release plugin

--
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

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

dogfood commented on JENKINS-12315:
-----------------------------------

Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! [jenkins_main_trunk #1466|http://ci.jenkins-ci.org/job/jenkins_main_trunk/1466/]
     [FIXED JENKINS-12315] Location of the temporary file 'Maven Global Settings' incompatible with release: prepare

imod : [b5644ea25bb7bb49233bc950e199253cf72cb52f|https://github.com/jenkinsci/jenkins/commit/b5644ea25bb7bb49233bc950e199253cf72cb52f]
Files :
* maven-plugin/src/main/java/hudson/maven/settings/SettingsProviderUtils.java

               

> Location of the temporary file "Maven Global Settings" incompatible with release: prepare
> -----------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12315
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12315
>             Project: Jenkins
>          Issue Type: Bug
>          Components: config-file-provider, maven
>    Affects Versions: current
>         Environment: Ubuntu 10.04
>            Reporter: Dominique Arnou
>            Assignee: domi
>              Labels: release-plugin
>
> During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace
> {code}
> mavenExecutionResult exceptions not empty
> message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
> [config5912716113899525677tmp:unknown]
> {code}
> ...and the file name isn't stable for exclusion with the release plugin

--
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-12315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

domi resolved JENKINS-12315.
----------------------------

    Resolution: Fixed
   

> Location of the temporary file "Maven Global Settings" incompatible with release: prepare
> -----------------------------------------------------------------------------------------
>
>                 Key: JENKINS-12315
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12315
>             Project: Jenkins
>          Issue Type: Bug
>          Components: config-file-provider, maven
>    Affects Versions: current
>         Environment: Ubuntu 10.04
>            Reporter: Dominique Arnou
>            Assignee: domi
>              Labels: release-plugin
>
> During the execution of a release (via m2release) maven project that uses a global settings file, a crash occurs because a temporary file is found in the project workspace
> {code}
> mavenExecutionResult exceptions not empty
> message : Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project cniegutils: Cannot prepare the release because you have local modifications :
> [config5912716113899525677tmp:unknown]
> {code}
> ...and the file name isn't stable for exclusion with the release plugin

--
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 | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-12315) Location of the temporary file "Maven Global Settings" incompatible with release: prepare

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: imod
Path:
maven-plugin/src/main/java/hudson/maven/settings/SettingsProviderUtils.java
http://jenkins-ci.org/commit/jenkins/b5644ea25bb7bb49233bc950e199253cf72cb52f
Log:
[FIXED JENKINS-12315] Location of the temporary file 'Maven Global Settings' incompatible with release: prepare

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...