scope instructs maven how you want to use the jar file. A value of
runtime means that the compiler won't see it but the runtime will -
http://maven.apache.org/maven2/dependency-mechanism.html
Looks as though some of the ibiblio libraries are out of date which
can't help, will have to submit updates myself.
AW
On 10 Oct 2005, at 21:14, Jochen Wiedmann wrote:
Ashley Williams wrote:
<dependency>
<groupId>jaxme</groupId>
<artifactId>jaxme-api</artifactId>
<version>0.3</version>
<!--scope>runtime</scope-->
</dependency>
</dependencies>
The version number should be 0.5 here.
What's the meaning of the scope element? Generally, all jar files
are required by the generator. At runtime, jaxme.jar may be
replaced with jaxme-rt.jar. All others are required again.
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]