You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Phil Pratt-Szeliga (JIRA)" <ji...@codehaus.org> on 2014/06/09 20:59:10 UTC

[jira] (MNG-5645) version of "..." causes InternalErrorException.

Phil Pratt-Szeliga created MNG-5645:
---------------------------------------

             Summary: version of "..." causes InternalErrorException.
                 Key: MNG-5645
                 URL: https://jira.codehaus.org/browse/MNG-5645
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: General
    Affects Versions: 3.2.1
         Environment: Ubunbtu Linux 14.04

java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
            Reporter: Phil Pratt-Szeliga
            Priority: Trivial
         Attachments: debug.log, version_error.patch

The following dependency causes InternalErrorException.

    <dependency>
      <groupId>any</groupId>
      <artifactId>any</artifactId>
      <version>...</version>
    </dependency>

This can be confusing to a new maven user trying to get a dependency to work.

A patch is attached that fixes the problem.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)