You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/11/22 08:32:06 UTC

[jira] Updated: (MNG-1644) parent pom = child pom results in stack overflow error

     [ http://jira.codehaus.org/browse/MNG-1644?page=all ]

Brett Porter updated MNG-1644:
------------------------------

    Fix Version: 2.0.1

> parent pom = child pom results in stack overflow error
> ------------------------------------------------------
>
>          Key: MNG-1644
>          URL: http://jira.codehaus.org/browse/MNG-1644
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0
>     Reporter: Jorg Heymans
>      Fix For: 2.0.1

>
>
> Though it's a stupid thing to do, if you define 
> <project>
>   <parent>
>     <groupId>excalibur</groupId>
>     <artifactId>excalibur</artifactId>
>     <version>1.0</version>
>   </parent>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>excalibur</groupId>
>   <artifactId>excalibur</artifactId>
>   <version>1.0</version>
>   <name>Excalibur Components</name>
>   <packaging>pom</packaging>
>   <modules>
>  .. ...
> </project>
> you get : 
> d:\src\excalibur-trunk>mvn
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ----------------------------------------------------------------------------
> [INFO] null
> [INFO] ----------------------------------------------------------------------------
> [INFO] Trace
> java.lang.StackOverflowError
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: 1 second
> [INFO] Finished at: Mon Nov 21 18:29:03 CET 2005
> [INFO] Final Memory: 1M/4M
> [INFO] ----------------------------------------------------------------------------
> A better error message would be nice here.

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org