On Wed, 2004-06-02 at 23:42, Dan Tran wrote:
> Jerome,
>
> take a look at this link
> http://wiki.codehaus.org/maven/CreatingJ2eeApplications
>
> I base mine on that example and it works like a champ
>
> hope it helps
it helped a lot ;)
I found my problem to be a dependency declaration one:
in the block
<dependency>
<groupId>org.cb.test</groupId>
<id>fullex-core</id>
<version>0.1</version>
<url>http://localhost/</url>
</dependency>
I should have used artifactId instead of id. Not really sure why...
I wonder where I picked that, because I've used id in all my former
examples and it worked all the time (for non multiprojects)...
I guesses I picked that in an example, and it worked since then.
I also uncovered an inconsistency in the dependency declaration, but I will report
that to the dev team.
Cheers,
Jerome
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]