Hi,
I have gone through previously posted messages in ths forum for my query.
but i haven't got any solution.
Previously in Maven 1.x we used define custom properties for individual
dependency in project.xml
<dependency>
<id>postgresql-8.0-311.jdbc3</id>
<jar>postgresql-8.0-311.jdbc3.jar</jar>
<properties>
<common.lib>true</common.lib>
<shared.lib>true</shared.lib>
</properties>
</dependency>
and based on the property, we used to copy this dependency from repository
location to appropriate folder in Tomcat e.g. server/lib or common/lib.
Now in Maven 2.x, this property attribute has been removed from 4.0 xml
scheama.
How to proceed for this problem in Maven 2.x
--
View this message in context:
http://www.nabble.com/How-to-define-Custom-properties-for-dependencies-in-Maven2-POM-tf4047482s177.html#a11496847
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]