|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Excluding all jboss providedDo 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?
|
|
|
Re: Excluding all jboss providedStarting 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<octoberdan@...> 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: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Excluding all jboss providedThank you for the idea! Creating a dependencyManagement section for jboss libraries would probably useful for more people than just me. Any suggestions as to where I should start? That's a fair amount of data to collect...
|
|
|
Re: Excluding all jboss providedOne problem is that you need to create one pom for each set of jboss
versions. I don't think it's feasible for general use, but for internal (corporate) it's likely a good idea. /Anders On Fri, Jul 10, 2009 at 15:53, daniel.green<octoberdan@...> wrote: > > Thank you for the idea! Creating a dependencyManagement section for jboss > libraries would probably useful for more people than just me. Any > suggestions as to where I should start? That's a fair amount of data to > collect... > > > Anders Hammar wrote: >> >> 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<octoberdan@...> 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: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > -- > View this message in context: http://www.nabble.com/Excluding-all-jboss-provided-tp24418333p24428071.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |