You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Trygve Laugstol (JIRA)" <ji...@codehaus.org> on 2007/01/15 17:04:40 UTC

[jira] Created: (MNG-2773) Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate

Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate
---------------------------------------------------------------------------------

                 Key: MNG-2773
                 URL: http://jira.codehaus.org/browse/MNG-2773
             Project: Maven 2
          Issue Type: Bug
          Components: Artifacts and Repositories, Repositories
    Affects Versions: 2.0.5
            Reporter: Trygve Laugstol


Trussing the mvn process shows that Maven tries to connect to the plugin repository on every run, instead of the daily check.

{code}
[16:38:50][tlaugstoel@sunw360:monitor-core]$ truss -t connect mvn -Dmaven.test.skip=true install
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Unnamed - no.java.monitor:monitor-core:jar:1.0-SNAPSHOT
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from codehaus-snapshots
/1:     connect(8, 0xFFBFBAF4, 16, SOV_DEFAULT)         = 0
/1:     connect(7, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
[INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus-snapshots
/1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from codehaus-snapshots
/1:     connect(9, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
[INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from codehaus-snapshots
/1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
[INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from codehaus-snapshots
[INFO] [plexus:descriptor {execution: default}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[WARNING] 
        Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile'
        given by a dependency. If this is not intended, modify or remove the local scope.
{code}

-- 
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

        

[jira] Updated: (MNG-2773) Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-2773:
------------------------------

    Component/s:     (was: Repositories)

> Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate
> ---------------------------------------------------------------------------------
>
>                 Key: MNG-2773
>                 URL: http://jira.codehaus.org/browse/MNG-2773
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 2.0.5
>            Reporter: Trygve Laugstol
>            Assignee: Kenney Westerhof
>             Fix For: 2.0.5
>
>
> Trussing the mvn process shows that Maven tries to connect to the plugin repository on every run, instead of the daily check.
> {code}
> [16:38:50][tlaugstoel@sunw360:monitor-core]$ truss -t connect mvn -Dmaven.test.skip=true install
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Unnamed - no.java.monitor:monitor-core:jar:1.0-SNAPSHOT
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from codehaus-snapshots
> /1:     connect(8, 0xFFBFBAF4, 16, SOV_DEFAULT)         = 0
> /1:     connect(7, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from codehaus-snapshots
> /1:     connect(9, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from codehaus-snapshots
> [INFO] [plexus:descriptor {execution: default}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [WARNING] 
>         Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile'
>         given by a dependency. If this is not intended, modify or remove the local scope.
> {code}

-- 
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

        

[jira] Updated: (MNG-2773) Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2773?page=all ]

Jason van Zyl updated MNG-2773:
-------------------------------

    Fix Version/s: 2.0.5

> Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate
> ---------------------------------------------------------------------------------
>
>                 Key: MNG-2773
>                 URL: http://jira.codehaus.org/browse/MNG-2773
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Repositories
>    Affects Versions: 2.0.5
>            Reporter: Trygve Laugstol
>             Fix For: 2.0.5
>
>
> Trussing the mvn process shows that Maven tries to connect to the plugin repository on every run, instead of the daily check.
> {code}
> [16:38:50][tlaugstoel@sunw360:monitor-core]$ truss -t connect mvn -Dmaven.test.skip=true install
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Unnamed - no.java.monitor:monitor-core:jar:1.0-SNAPSHOT
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from codehaus-snapshots
> /1:     connect(8, 0xFFBFBAF4, 16, SOV_DEFAULT)         = 0
> /1:     connect(7, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from codehaus-snapshots
> /1:     connect(9, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from codehaus-snapshots
> [INFO] [plexus:descriptor {execution: default}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [WARNING] 
>         Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile'
>         given by a dependency. If this is not intended, modify or remove the local scope.
> {code}

-- 
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

        

[jira] Commented: (MNG-2773) Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2773?page=comments#action_85121 ] 
            
Brett Porter commented on MNG-2773:
-----------------------------------

is this definitely a dupe of MNG-2712? I'm worried it's a result of the change in MNG-1908

> Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate
> ---------------------------------------------------------------------------------
>
>                 Key: MNG-2773
>                 URL: http://jira.codehaus.org/browse/MNG-2773
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Repositories
>    Affects Versions: 2.0.5
>            Reporter: Trygve Laugstol
>         Assigned To: Kenney Westerhof
>             Fix For: 2.0.5
>
>
> Trussing the mvn process shows that Maven tries to connect to the plugin repository on every run, instead of the daily check.
> {code}
> [16:38:50][tlaugstoel@sunw360:monitor-core]$ truss -t connect mvn -Dmaven.test.skip=true install
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Unnamed - no.java.monitor:monitor-core:jar:1.0-SNAPSHOT
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from codehaus-snapshots
> /1:     connect(8, 0xFFBFBAF4, 16, SOV_DEFAULT)         = 0
> /1:     connect(7, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from codehaus-snapshots
> /1:     connect(9, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from codehaus-snapshots
> [INFO] [plexus:descriptor {execution: default}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [WARNING] 
>         Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile'
>         given by a dependency. If this is not intended, modify or remove the local scope.
> {code}

-- 
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

        

[jira] Closed: (MNG-2773) Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate

Posted by "Kenney Westerhof (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2773?page=all ]

Kenney Westerhof closed MNG-2773.
---------------------------------

    Resolution: Duplicate

> Plugin repositories are chekced for SNAPSHOTS on every run in the 2.0.5 candidate
> ---------------------------------------------------------------------------------
>
>                 Key: MNG-2773
>                 URL: http://jira.codehaus.org/browse/MNG-2773
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Artifacts and Repositories, Repositories
>    Affects Versions: 2.0.5
>            Reporter: Trygve Laugstol
>         Assigned To: Kenney Westerhof
>             Fix For: 2.0.5
>
>
> Trussing the mvn process shows that Maven tries to connect to the plugin repository on every run, instead of the daily check.
> {code}
> [16:38:50][tlaugstoel@sunw360:monitor-core]$ truss -t connect mvn -Dmaven.test.skip=true install
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Unnamed - no.java.monitor:monitor-core:jar:1.0-SNAPSHOT
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for updates from codehaus-snapshots
> /1:     connect(8, 0xFFBFBAF4, 16, SOV_DEFAULT)         = 0
> /1:     connect(7, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for updates from codehaus-snapshots
> /1:     connect(9, 0xFFBFBD98, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for updates from codehaus-snapshots
> /1:     connect(7, 0xFFBFBD80, 16, SOV_DEFAULT)         = 0
> [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking for updates from codehaus-snapshots
> [INFO] [plexus:descriptor {execution: default}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [WARNING] 
>         Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile'
>         given by a dependency. If this is not intended, modify or remove the local scope.
> {code}

-- 
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