No, there is no equivalent in Maven2. I wish there was since some of the stuff I want to do would greatly benefit from this feature.
What are you trying to do that needs such properties? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, January 16, 2006 15:37 To: Maven Users List Subject: Re: maven2 equivalent of dependency properties Dennis wrote: > > Maybe this can help? > > http://maven.apache.org/guides/mini/guide-configuring-plugins.html Thanks, Dennis. What I'm not seeing (and I realize this could be right under my nose but I just don't know it yet) is how dependency-specific plugin properties are set. I'll quote the version 3.0 schema for the properties element in the Dependency type: Properties about the dependency. Various plugins allow you to mark dependencies with properties. For example the <a href="/plugins/war/index.html">war</a> plugin looks for a war.bundle property, and if found will include the dependency in WEB-INF/lib. For example syntax, check the war plugin docs. Is there an equivalent to this feature in m2? Thanks again. -- Jack Unrue [EMAIL PROTECTED] --------------------------------------------------------------------- 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]
