Hi Folks,
I'm using beta-9 sucessfully. A minor problem leads me to a new question:
How does maven assebles maven.depedency.classpath?
For instance the following dependencies _won't_ work with java:compile:
<dependency>
<id>jPortal-ejb</id>
<version/>
<type>ejb</type>
<jar>jPortal-ejb-0.6.1.jar</jar>
</dependency>
<dependency>
<id>jPortal-security</id>
<version/>
<type>ejb</type>
<jar>jPortal-security-0.1.5.jar</jar>
</dependency>
It seems that java:compile will take care only on assemblies under jar/ and
not under the type you mave configure.
This coulde be very usefull if you try to assemble a modular enterprise
application. Or is this against a strategy the maven.dependecy.classpath
follows?
Thx
Toby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]