You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Joe Ocaba (JIRA)" <ji...@apache.org> on 2010/11/22 01:31:13 UTC

[jira] Created: (NPANDAY-351) NPanday does not respect the configured repository in the pom

NPanday does not respect the configured repository in the pom
-------------------------------------------------------------

                 Key: NPANDAY-351
                 URL: https://issues.apache.org/jira/browse/NPANDAY-351
             Project: NPanday
          Issue Type: Bug
            Reporter: Joe Ocaba
            Assignee: Joe Ocaba
             Fix For: 2.0


NPanday can't locate dependencies from the configured repositories in the pom.xml 

i.e.

<repositories>
    <repository>
      <id>test</id>
      <url>file:${basedir}/test-repo</url>
    </repository>
  </repositories>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (NPANDAY-351) NPanday does not respect the configured repository in the pom

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Ocaba resolved NPANDAY-351.
-------------------------------

    Resolution: Fixed

Fix committed in trunk for 1.3-incubating

Added Artifact Resolver to look up to remote repositories in projectDaoImpl.

> NPanday does not respect the configured repository in the pom
> -------------------------------------------------------------
>
>                 Key: NPANDAY-351
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-351
>             Project: NPanday
>          Issue Type: Bug
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.3-incubating
>
>
> NPanday can't locate dependencies from the configured repositories in the pom.xml 
> i.e.
> <repositories>
>     <repository>
>       <id>test</id>
>       <url>file:${basedir}/test-repo</url>
>     </repository>
>   </repositories>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (NPANDAY-351) NPanday does not respect the configured repository in the pom

Posted by "Joe Ocaba (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NPANDAY-351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Ocaba updated NPANDAY-351:
------------------------------

    Fix Version/s:     (was: 2.0)
                   1.3-incubating

> NPanday does not respect the configured repository in the pom
> -------------------------------------------------------------
>
>                 Key: NPANDAY-351
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-351
>             Project: NPanday
>          Issue Type: Bug
>            Reporter: Joe Ocaba
>            Assignee: Joe Ocaba
>             Fix For: 1.3-incubating
>
>
> NPanday can't locate dependencies from the configured repositories in the pom.xml 
> i.e.
> <repositories>
>     <repository>
>       <id>test</id>
>       <url>file:${basedir}/test-repo</url>
>     </repository>
>   </repositories>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.