[ http://jira.codehaus.org/browse/MEV-485?page=comments#action_84637 ] 
            
Laszlo Hornyak Kocka commented on MEV-485:
------------------------------------------

<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.bla</groupId>
  <artifactId>bla</artifactId>
  <packaging>jar</packaging>
  <version>1.0-SNAPSHOT</version>
  <name>bla-bla</name>
  <url>http://blabla.com</url>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>commons-dbcp</groupId>
        <artifactId>commons-dbcp</artifactId>
        <version>1.2.1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-jcr-client</artifactId>
      <version>1.1.1</version>
    </dependency>
  </dependencies>
</project>

In my previous comment:
the dependency problem is not in the core pom, but in 
http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-webdav/1.1.1/jackrabbit-jcr-webdav-1.1.1.pom
A diff may explain better...

> jackrabit pom fix suggestions
> -----------------------------
>
>                 Key: MEV-485
>                 URL: http://jira.codehaus.org/browse/MEV-485
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid POM
>            Reporter: Laszlo Hornyak Kocka
>         Attachments: jackrabbit-poms.tar.gz
>
>
> mandatory 'groupId' and 'version' tags missing, some dependency has strange 
> version (and it looks trivial which version it should use)
> attached poms fix the issues

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

        

Reply via email to