benjamin84 / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

parent-template for Fest reflect 0.4 for maven #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

When using fest reflect in my pom i get the following error in maven:

{{{
Downloading:
http://mc-repo.googlecode.com/svn/maven2/releases/fest/pom-template/1.0/pom-temp
late-1.0.pom
Downloading:
http://mc-repo.googlecode.com/svn/maven2/thirdparty/fest/pom-template/1.0/pom-te
mplate-1.0.pom
Downloading:
http://fest.googlecode.com/svn/trunk/fest/m2/repository/fest/pom-template/1.0/po
m-template-1.0.pom
Downloading:
http://repo1.maven.org/maven2/fest/pom-template/1.0/pom-template-1.0.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: fest:fest-reflect:jar:0.4

Reason: Cannot find parent: fest:pom-template for project:
fest:fest-reflect:jar:0.4 for project fest:fest-reflect:jar:0.4

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Mon Mar 10 23:42:57 EDT 2008
[INFO] Final Memory: 2M/6M
[INFO] ------------------------------------------------------------------------
}}}

I have in my pom:

{{{
<dependency>
    <groupId>fest</groupId>
    <artifactId>fest-reflect</artifactId>
    <version>0.4</version>
    <scope>test</scope>
</dependency>
}}}

and

{{{
<repositories>
    <repository>
        <id>fest</id>
        <url>http://fest.googlecode.com/svn/trunk/fest/m2/repository</url>
    </repository>
</repositories>
}}}

Original issue reported on code.google.com by mathieu....@gmail.com on 11 Mar 2008 at 3:47

GoogleCodeExporter commented 9 years ago
Sorry about that, it is fixed now.

Thanks,
-Alex

Original comment by Alex.Rui...@gmail.com on 12 Mar 2008 at 4:24

GoogleCodeExporter commented 9 years ago
Set the module as a label, instead of being part of the title.

Original comment by Alex.Rui...@gmail.com on 1 Dec 2008 at 1:53