A war dependency

2004-11-04 Thread MIDON ALEXIS
 
 
Hi,
 
I would like to create a war dependency in my project.xml.
 
This war is created by the war plugin and installed in the following repo
directory : my_war/wars/my_war-2.0.war
 
Unfortunately the dependency mechanism looks for a jar not a war and the
type tag is useless.
 
Meanwhile I altered the war plugin properties so the war is installed in
my_war/jars/my_war-2.0.war and wrote the following dependency to get it :
 
dependency
idmy_war/id
version2.0/version
jarmy_war-2.0.war/jar
/dependency  
 
This solution does not satisfy me at all.
 
Could you give the proper solution if exists?
 
Thx in advance for answers
 
Alexis


Upgrade Maven

2004-10-19 Thread MIDON ALEXIS
 
 
Hi,
 
is there any documentation explaining how to upgrade from 1.0beta7 to
release 1.0?
 
 
Alexis