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

2005-05-13 Thread Jason van Zyl
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-05-13 Thread Ryan Sonnek (JIRA)
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:

  stax
  stax-api
  1.0


  stax
  stax
  1.1-dev



remove this dependency from stax-1.1-dev.pom:

  xmlbeans-jsr173-api
  xmlbeans-jsr173-api
  2.0-dev


manually install geronimo servlet-api as servlet api

remove two dependencies from xom-1.0b3.pom:

  icu4j
  icu4j
  2.6.1



  tagsoup
  tagsoup
  0.9.7


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]