You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Ryan Sonnek (JIRA)" <ji...@codehaus.org> on 2005/05/13 20:23:21 UTC

[jira] Created: (MNG-387) pom changes for basic hibernate project

pom changes for basic hibernate project
---------------------------------------

         Key: MNG-387
         URL: http://jira.codehaus.org/browse/MNG-387
     Project: m2
        Type: Bug
  Components: repository-tools  
    Reporter: Ryan Sonnek


it seems as if the current m2 repository has some invalid poms.  I'm assuming this is because the m2 pom's were automatically generated from the m1 pom's.  Here is a list of changes that were required in my local repository to get a very basic hibernate project up and going.

change dom4j-1.6.pom stax dependencies to these:
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>stax</groupId>
      <artifactId>stax</artifactId>
      <version>1.1-dev</version>
    </dependency>


remove this dependency from stax-1.1-dev.pom:
    <dependency>
      <groupId>xmlbeans-jsr173-api</groupId>
      <artifactId>xmlbeans-jsr173-api</artifactId>
      <version>2.0-dev</version>
    </dependency>

manually install geronimo servlet-api as servlet api

remove two dependencies from xom-1.0b3.pom:
    <dependency>
      <groupId>icu4j</groupId>
      <artifactId>icu4j</artifactId>
      <version>2.6.1</version>
    </dependency>

    <dependency>
      <groupId>tagsoup</groupId>
      <artifactId>tagsoup</artifactId>
      <version>0.9.7</version>
    </dependency>

manually install empty jdbc-2.0.jar


can these pom's be scrubbed, or move these dependencies to the m2 repository?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Created: (MNG-387) pom changes for basic hibernate project

Posted by Jason van Zyl <ja...@maven.org>.
On Fri, 2005-05-13 at 13:23 -0500, Ryan Sonnek (JIRA) wrote:
> pom changes for basic hibernate project
> ---------------------------------------
> 
>          Key: MNG-387
>          URL: http://jira.codehaus.org/browse/MNG-387
>      Project: m2
>         Type: Bug
>   Components: repository-tools  
>     Reporter: Ryan Sonnek
> 

You can help by identifying the problems in the Maven Evangelism project
to try and get projects to clean up their acts. Garbage in, garbage out.

http://jira.codehaus.org/secure/BrowseProject.jspa?id=10940

-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Three people can keep a secret provided two of them are dead.

 -- Unknown


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MEV-21) pom changes for basic hibernate project

Posted by "Eric Crampton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-21?page=comments#action_42300 ] 

Eric Crampton commented on MEV-21:
----------------------------------

I had a problem with the hibernate-3.0.5.pom---not sure what version the others above were using. The <version> of swarmcache says "1.0rc2", but should be "1.0RC2" (note capitalization difference).

That's the only difference I had to make to use the hibernate pom present in the M2 repository as of right now.


> pom changes for basic hibernate project
> ---------------------------------------
>
>          Key: MEV-21
>          URL: http://jira.codehaus.org/browse/MEV-21
>      Project: Maven Evangelism
>         Type: Task
>   Components: Dependencies
>     Reporter: Ryan Sonnek
>     Assignee: Carlos Sanchez

>
>
> it seems as if the current m2 repository has some invalid poms.  I'm assuming this is because the m2 pom's were automatically generated from the m1 pom's.  Here is a list of changes that were required in my local repository to get a very basic hibernate project up and going.
> change dom4j-1.6.pom stax dependencies to these:
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax-api</artifactId>
>       <version>1.0</version>
>     </dependency>
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.1-dev</version>
>     </dependency>
> remove this dependency from stax-1.1-dev.pom:
>     <dependency>
>       <groupId>xmlbeans-jsr173-api</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</version>
>     </dependency>
> manually install geronimo servlet-api as servlet api
> remove two dependencies from xom-1.0b3.pom:
>     <dependency>
>       <groupId>icu4j</groupId>
>       <artifactId>icu4j</artifactId>
>       <version>2.6.1</version>
>     </dependency>
>     <dependency>
>       <groupId>tagsoup</groupId>
>       <artifactId>tagsoup</artifactId>
>       <version>0.9.7</version>
>     </dependency>
> manually install empty jdbc-2.0.jar
> can these pom's be scrubbed, or move these dependencies to the m2 repository?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MEV-21) pom changes for basic hibernate project

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-21?page=all ]
     
Carlos Sanchez closed MEV-21:
-----------------------------

    Resolution: Fixed

> pom changes for basic hibernate project
> ---------------------------------------
>
>          Key: MEV-21
>          URL: http://jira.codehaus.org/browse/MEV-21
>      Project: Maven Evangelism
>         Type: Task
>   Components: Dependencies
>     Reporter: Ryan Sonnek
>     Assignee: Carlos Sanchez

>
>
> it seems as if the current m2 repository has some invalid poms.  I'm assuming this is because the m2 pom's were automatically generated from the m1 pom's.  Here is a list of changes that were required in my local repository to get a very basic hibernate project up and going.
> change dom4j-1.6.pom stax dependencies to these:
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax-api</artifactId>
>       <version>1.0</version>
>     </dependency>
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.1-dev</version>
>     </dependency>
> remove this dependency from stax-1.1-dev.pom:
>     <dependency>
>       <groupId>xmlbeans-jsr173-api</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</version>
>     </dependency>
> manually install geronimo servlet-api as servlet api
> remove two dependencies from xom-1.0b3.pom:
>     <dependency>
>       <groupId>icu4j</groupId>
>       <artifactId>icu4j</artifactId>
>       <version>2.6.1</version>
>     </dependency>
>     <dependency>
>       <groupId>tagsoup</groupId>
>       <artifactId>tagsoup</artifactId>
>       <version>0.9.7</version>
>     </dependency>
> manually install empty jdbc-2.0.jar
> can these pom's be scrubbed, or move these dependencies to the m2 repository?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-387) pom changes for basic hibernate project

Posted by "Ryan Sonnek (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-387?page=comments#action_39006 ]
     
Ryan Sonnek commented on MNG-387:
---------------------------------

I also had to add the following dependencies which are not provided in the hibernate POM:

    <dependency>
      <groupId>odmg</groupId>
      <artifactId>odmg</artifactId>
      <version>3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ehcache</groupId>
      <artifactId>ehcache</artifactId>
      <version>1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>2.0.2</version>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm</artifactId>
      <version>1.4.3</version>
    </dependency>
    <dependency>
      <groupId>geronimo-spec</groupId>
      <artifactId>geronimo-spec-jta</artifactId>
      <version>1.0-M1</version>
    </dependency>


> pom changes for basic hibernate project
> ---------------------------------------
>
>          Key: MNG-387
>          URL: http://jira.codehaus.org/browse/MNG-387
>      Project: m2
>         Type: Bug
>   Components: repository-tools
>     Reporter: Ryan Sonnek

>
>
> it seems as if the current m2 repository has some invalid poms.  I'm assuming this is because the m2 pom's were automatically generated from the m1 pom's.  Here is a list of changes that were required in my local repository to get a very basic hibernate project up and going.
> change dom4j-1.6.pom stax dependencies to these:
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax-api</artifactId>
>       <version>1.0</version>
>     </dependency>
>     <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.1-dev</version>
>     </dependency>
> remove this dependency from stax-1.1-dev.pom:
>     <dependency>
>       <groupId>xmlbeans-jsr173-api</groupId>
>       <artifactId>xmlbeans-jsr173-api</artifactId>
>       <version>2.0-dev</version>
>     </dependency>
> manually install geronimo servlet-api as servlet api
> remove two dependencies from xom-1.0b3.pom:
>     <dependency>
>       <groupId>icu4j</groupId>
>       <artifactId>icu4j</artifactId>
>       <version>2.6.1</version>
>     </dependency>
>     <dependency>
>       <groupId>tagsoup</groupId>
>       <artifactId>tagsoup</artifactId>
>       <version>0.9.7</version>
>     </dependency>
> manually install empty jdbc-2.0.jar
> can these pom's be scrubbed, or move these dependencies to the m2 repository?

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org