You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Alexander Zynevich (JIRA)" <ji...@apache.org> on 2007/06/19 10:06:25 UTC

[jira] Created: (GERONIMO-3250) geronimo-kernel should be module?

geronimo-kernel should be module?
---------------------------------

                 Key: GERONIMO-3250
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3250
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: dependencies
    Affects Versions: 2.0-M6
         Environment: 2.0-M6-rc1
            Reporter: Alexander Zynevich
            Priority: Minor


it is currently located at repository\org\apache\geronimo\configs\remote-deploy-tomcat\2.0-M6-rc1\remote-deploy-tomcat-2.0-M6-rc1.car\WEB-INF\lib
I have a third party code (project with sources) that references in POM:
      <dependency>
        <groupId>org.apache.geronimo.modules</groupId>
        <artifactId>geronimo-kernel</artifactId>
        <version>${geronimoVersion}</version>
      </dependency>

of course this artifact may be found at http://people.apache.org/repo/m2-snapshot-repository/ if I add <repository> section
however currently ${geronimoVersion} is 2.0-M6-rc1 and there is nothing in http://people.apache.org/repo/m2-snapshot-repository/

if this artifact where included in local repository of geronimo it would be possible to get it from http://127.0.0.1:8080/console-standard/maven-repo with correct version number


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


[jira] Closed: (GERONIMO-3250) geronimo-kernel should be module?

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

David Jencks closed GERONIMO-3250.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1
         Assignee: David Jencks

geronimo-kernel should not be in the remote-deploy lib dir, that is an error in that module's pom.

In geronimo 2.1 the geronimo-kernel module is actually in the local repo.  Previously its always been in lib as it is only accessed from a startup classpath specified in a manifest.  In the future the copy in the g. repo may be used.

> geronimo-kernel should be module?
> ---------------------------------
>
>                 Key: GERONIMO-3250
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3250
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: dependencies
>    Affects Versions: 2.0-M6
>         Environment: 2.0-M6-rc1
>            Reporter: Alexander Zynevich
>            Assignee: David Jencks
>            Priority: Minor
>             Fix For: 2.1
>
>
> it is currently located at repository\org\apache\geronimo\configs\remote-deploy-tomcat\2.0-M6-rc1\remote-deploy-tomcat-2.0-M6-rc1.car\WEB-INF\lib
> I have a third party code (project with sources) that references in POM:
>       <dependency>
>         <groupId>org.apache.geronimo.modules</groupId>
>         <artifactId>geronimo-kernel</artifactId>
>         <version>${geronimoVersion}</version>
>       </dependency>
> of course this artifact may be found at http://people.apache.org/repo/m2-snapshot-repository/ if I add <repository> section
> however currently ${geronimoVersion} is 2.0-M6-rc1 and there is nothing in http://people.apache.org/repo/m2-snapshot-repository/
> if this artifact where included in local repository of geronimo it would be possible to get it from http://127.0.0.1:8080/console-standard/maven-repo with correct version number

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