Artifact in Repo without defined artifactId
-------------------------------------------
Key: MEV-664
URL: http://jira.codehaus.org/browse/MEV-664
Project: Maven Evangelism
Issue Type: Bug
Reporter: Bryan Stopp
I was asked to post this after i sent a question on the mailing list. here's my
email to the users mailing list.
> I'm experiencing a strange issue and discrepancy with Maven 2.2.1 and
> the m2eclipse plugin.
>
>
>
> This artifact:
>
>
>
> org.hsqldb:hsqldb-j5:2.0.0:jar
>
>
>
> has a pom in repo1.maven.org which does not have a defined artifactId.
>
>
>
> The m2eclipse plugin successfully resolves the artifact and downloaded
> it into my eclipse workspace. But when I go to build my application
> using the command I get this error:
>
>
>
> [ERROR] FATAL ERROR
>
> [INFO]
> ----------------------------------------------------------------------
> --
>
> [INFO] An invalid artifact was detected.
>
>
>
> This artifact might be in your project's POM, or it might have been
> included transitively during the resolution process.
>
> Here is the information we do have for this artifact:
>
>
>
> o GroupID: org.hsqldb
>
> o ArtifactID: <<< MISSING >>>
>
> o Version: 2.0.0
>
> o Type: jar
>
>
>
> [INFO]
> ----------------------------------------------------------------------
> --
>
> [INFO] Trace
>
> org.apache.maven.artifact.InvalidArtifactRTException: For artifact
> {org.hsqldb:null:2.0.0:jar}: The artifactId cannot be
>
> empty.
>
-B
--
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