Hello,

In our organization we want to use snapshot versions of 
some of our libraries, during developing.
Normally, this would be done by stating the version number 
for the library as SNAPSHOT in project.xml
But this practice is not allowed by our build managers,
they only want references to officially released versions
in project.xml

So, I tried the JAR override feature and added the following
to build.properties (since this file is not in version control,
the content is no problem for the build managers) :

maven.jar.override=on
maven.jar.mylibrary=SNAPSHOT

This does not work as I expected, what happens is that the
snapshot dependency is downloaded, but to the home directory
of the project, with filename "Snapshot".
Also when building an EAR, the library ends up with filename
"Snapshot". Besides that this is not the correct name, it will
definitely not work if there are more than one snapshot 
dependency in the project.

Does any one know how to solve this ?


Marcel Vehof

--- 
This message is confidential and may be privileged. Any review,
retransmission, dissemination or other use of, or taking any action with
reference to this information by persons other than the intended recipient
is prohibited. If you received this message in error, please notify the
sender by reply e-mail and delete this message from all computers. Please
note that e-mails are susceptible to change. The sender will not accept
liability for the improper or incomplete transmission of the information
contained in this message.


Reply via email to