You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Laszlo Hornyak Kocka (JIRA)" <ji...@codehaus.org> on 2007/01/09 15:28:21 UTC

[jira] Created: (MNG-2748) jackrabit pom fix suggestions

jackrabit pom fix suggestions
-----------------------------

                 Key: MNG-2748
                 URL: http://jira.codehaus.org/browse/MNG-2748
             Project: Maven 2
          Issue Type: Bug
          Components: Artifacts
            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

        

[jira] Moved: (MEV-485) jackrabit pom fix suggestions

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-485?page=all ]

Dennis Lundberg moved MNG-2748 to MEV-485:
------------------------------------------

       Priority:     (was: Major)
    Component/s:     (was: Artifacts)
                 Invalid POM
     Complexity:   (was: Intermediate)
       Workflow: jira  (was: Maven New)
            Key: MEV-485  (was: MNG-2748)
        Project: Maven Evangelism  (was: Maven 2)

> 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

        

[jira] Commented: (MEV-485) jackrabit pom fix suggestions

Posted by "Laszlo Hornyak Kocka (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Commented: (MEV-485) jackrabit pom fix suggestions

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-485?page=comments#action_84568 ] 
            
Carlos Sanchez commented on MEV-485:
------------------------------------

what are the problems? I don't see anything wrong here http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-core/1.1.1/jackrabbit-core-1.1.1.pom

> 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

        

[jira] Closed: (MEV-485) jackrabit pom fix suggestions

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

Carlos Sanchez closed MEV-485.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

fixed client and webdav modules

> 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
>         Assigned To: Carlos Sanchez
>         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

        

[jira] Commented: (MEV-485) jackrabit pom fix suggestions

Posted by "Laszlo Hornyak Kocka (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-485?page=comments#action_84636 ] 
            
Laszlo Hornyak Kocka commented on MEV-485:
------------------------------------------

In http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-client/1.1.1/jackrabbit-jcr-client-1.1.1.pom and http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jcr-webdav/1.1.1/jackrabbit-jcr-webdav-1.1.1.pom
groupid and version is missing.

Also in http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-core/1.1.1/jackrabbit-core-1.1.1.pom 
"<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
<version>${jackrabbit.build.version.jackrabbit}</version>
</dependency>" I think jackrabbit-jcr-commons-1.1.1.jar is tested against jackrabbit version 1.1.1 components.

I will attach a test pom soon.

> 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