Starting with Maven 2.0.9 there is a possibility to import another pom. That pom could have the dependencyManagement you're talking about. However, I don't think that such a pom already exists, so you need to create it yourself. However, when that's done you could reuse it.
More info: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies /Anders On Thu, Jul 9, 2009 at 23:41, daniel.green<[email protected]> wrote: > > Do I have to go through and manually mark each dependency that jboss already > includes as "provided" or is there a way to inherit something that does this > for me? Perhaps a list? > -- > View this message in context: > http://www.nabble.com/Excluding-all-jboss-provided-tp24418333p24418333.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
