You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Moser (JIRA)" <ji...@codehaus.org> on 2010/12/17 08:47:57 UTC

[jira] Created: (MNG-4938) pom missing [WARNING] displayed even if it's available

pom missing [WARNING] displayed even if it's available
------------------------------------------------------

                 Key: MNG-4938
                 URL: http://jira.codehaus.org/browse/MNG-4938
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: Artifacts and Repositories
    Affects Versions: 3.0.1
         Environment: Win 7 x32
            Reporter: Christian Moser
         Attachments: reproduce.zip

The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  

Steps for reproducing:
deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
The message should be displayed at the end of the build
[WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.

This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

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

Christian Moser updated MNG-4938:
---------------------------------

    Attachment: settings.xml

a stripped down version of my global settings.xml file.

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: reproduce.zip, settings.xml
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

Posted by "Christian Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249230#action_249230 ] 

Christian Moser commented on MNG-4938:
--------------------------------------

> How exactly were those logs generated, from an embedded Maven like NetBeans IDE?
They were generated from NetBeans 7.0 Beta

> the only location where I see the mentioned warning is at the very end of the log, after Maven itself has finished building
This is why I thought this was a bug in maven, but I was wrong. After a try with plain Maven CLI invocation, it worked properly!
I will report this to the NetBeans issue tracker.

I'm sorry for the noise!

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: log-download.txt, log.txt, reproduce.zip, settings.xml
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

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

Benjamin Bentmann closed MNG-4938.
----------------------------------

    Resolution: Not A Bug
      Assignee: Benjamin Bentmann

bq. The missing pom is available in the remote repository and in the local repository.
I don't see any remote repo configured in the POMs that would enable access to anything other than central and the local repo only serves cached files when they are known to be available from the remote repos configured for a project, see also [Resolution from Local Repository|https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+Compatibility+Notes#Maven3.xCompatibilityNotes-ResolutionfromLocalRepository]. The local repo portion you included in the ZIP indicates the files in question are available from a repo named "pcsoft.internal". Unless your project has this remote repo declared, the local files are invisible to it.

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

Posted by "Christian Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248864#action_248864 ] 

Christian Moser commented on MNG-4938:
--------------------------------------

The missing pom is available in the remote repository and in the local repository

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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] Issue Comment Edited: (MNG-4938) pom missing [WARNING] displayed even if it's available

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248979#action_248979 ] 

Benjamin Bentmann edited comment on MNG-4938 at 12/18/10 1:56 PM:
------------------------------------------------------------------

Then please provide a full debug log for your example project or enrich it with the missing details about the settings setup. This shouldn't be a matter of opinion or guess work, it should be based on complete facts.

      was (Author: bentmann):
    Then please provide a full debug log for your example project.
  
> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248979#action_248979 ] 

Benjamin Bentmann commented on MNG-4938:
----------------------------------------

Then please provide a full debug log for your example project.

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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] Reopened: (MNG-4938) pom missing [WARNING] displayed even if it's available

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

Christian Moser reopened MNG-4938:
----------------------------------


The remote repo pcsoft.internal is properly defined as release repository in the global settings.xml. In addition, the artifacts were properly resolved through this repository and stored in my local repository, but maven shows this warning which is in my opinion a bug.

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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] Issue Comment Edited: (MNG-4938) pom missing [WARNING] displayed even if it's available

Posted by "Christian Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248864#action_248864 ] 

Christian Moser edited comment on MNG-4938 at 12/17/10 1:57 AM:
----------------------------------------------------------------

The missing pom is available in the remote repository and in the local repository.
This also happens with nexus, just tested it

      was (Author: onmomo):
    The missing pom is available in the remote repository and in the local repository
  
> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

Posted by "Christian Moser (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=248980#action_248980 ] 

Christian Moser commented on MNG-4938:
--------------------------------------

> Then please provide a full debug log for your example project or enrich it with the missing details about the settings setup
This is what I will do on Monday.
> This shouldn't be a matter of opinion or guess work, it should be based on complete facts.
Then just ask for more detailed information before you close the issue, please.


> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: reproduce.zip
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249215#action_249215 ] 

Benjamin Bentmann commented on MNG-4938:
----------------------------------------

How exactly were those logs generated? This doesn't seem to be a plain Maven CLI invocation. For instance, the logs are missing the usual debug level indicator at the start of the lines. And more interestingly, the only location where I see the mentioned warning is at the very end of the log, after Maven itself has finished building.

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: log-download.txt, log.txt, reproduce.zip, settings.xml
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

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

Christian Moser updated MNG-4938:
---------------------------------

    Attachment: log-download.txt
                log.txt

Full debug log files of libs-comp project:
log.txt shows install with selenium artifact located in the local repository
log-download.txt shows install with resolution of selenium artifact from remote repository pcsoft.internal 

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: log-download.txt, log.txt, reproduce.zip, settings.xml
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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] Issue Comment Edited: (MNG-4938) pom missing [WARNING] displayed even if it's available

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=249215#action_249215 ] 

Benjamin Bentmann edited comment on MNG-4938 at 12/20/10 7:10 PM:
------------------------------------------------------------------

How exactly were those logs generated, from an embedded Maven like NetBeans IDE? This doesn't seem to be a plain Maven CLI invocation. For instance, the logs are missing the usual debug level indicator at the start of the lines. And more interestingly, the only location where I see the mentioned warning is at the very end of the log, after Maven itself has finished building.

      was (Author: bentmann):
    How exactly were those logs generated? This doesn't seem to be a plain Maven CLI invocation. For instance, the logs are missing the usual debug level indicator at the start of the lines. And more interestingly, the only location where I see the mentioned warning is at the very end of the log, after Maven itself has finished building.
  
> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: log-download.txt, log.txt, reproduce.zip, settings.xml
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

-- 
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-4938) pom missing [WARNING] displayed even if it's available

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

Christian Moser closed MNG-4938.
--------------------------------

    Resolution: Not A Bug

> pom missing [WARNING] displayed even if it's available
> ------------------------------------------------------
>
>                 Key: MNG-4938
>                 URL: http://jira.codehaus.org/browse/MNG-4938
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.0.1
>         Environment: Win 7 x32
>            Reporter: Christian Moser
>            Assignee: Benjamin Bentmann
>         Attachments: log-download.txt, log.txt, reproduce.zip, settings.xml
>
>
> The error message is displayed everytime after a SUCCESSFUL build (phase install) of every delivered sample project despite deps-libs.  
> Steps for reproducing:
> deploy selenium-java-client-driver by hand (webinterface) into artifactory repository 2.3.1 (didn't test it with nexus)
> install projects in the following order: deps-libs, libs-parent, libs-child, libs-comp
> The message should be displayed at the end of the build
> [WARNING] The POM for re.produce:selenium-java-client-driver:jar:1.0.1 is missing, no dependency information available.
> This only happens with artifacts which were deployed by hand, i'm curious if this will also happen with nexus.

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