<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I'm porting an existing maven archetype to use Seam Forge, and want
to add the dependency:<br>
<tt> <dependency><br>
<groupId>org.testng</groupId><br>
<artifactId>testng</artifactId><br>
<version>5.10</version><br>
<classifier>jdk15</classifier><br>
<scope>test</scope><br>
</dependency></tt><br>
<br>
While the reason for the classifier in this dependency is probably
out-dated, there will be other situations I'm sure when it is
strictly necessary. I can think of a few in my own projects.<br>
<br>
Brian<br>
<br>
On 04/02/2011 03:24 PM, Lincoln Baxter, III wrote:
<blockquote
cite="mid:BANLkTimzSC5cEjaBOGRL4uaVpY=-yAYDYQ@mail.gmail.com"
type="cite">As far as classifiers. I've been intentionally
avoiding them because it adds a lot of complexity to the
dependency API. What do you need?<br>
<br>
~Lincoln<br>
<br>
<div class="gmail_quote">On Sat, Apr 2, 2011 at 6:23 PM, Ken
Finnigan <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:ken@kenfinnigan.me">ken@kenfinnigan.me</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">Brian<br>
<br>
The dep man stuff I'm working on at moment. There is a jira I
created last night for it<br>
<br>
Ken<br>
<br>
Sent from my iPhone<br>
<div>
<div class="h5"><br>
On Apr 2, 2011, at 18:07, Brian Leathem <<a
moz-do-not-send="true" href="mailto:bleathem@gmail.com">bleathem@gmail.com</a>>
wrote:<br>
<br>
> Hey Forgeheads!<br>
><br>
> I'm using the DependencyBuilder to add dependencies
to the pom, but I'm<br>
> missing a "setClassifier" method. I'll file a jira
for this, and maybe<br>
> even submit a patch if no one else beats me to it!<br>
><br>
> The next piece I'm looking for is adding a
<dependencyManagement><br>
> section to my pom, and adding dependencies to that.
I can't however<br>
> find anywhere in the API to do this. Does this
functionality exist? Or<br>
> should I file a jira?<br>
><br>
> Thanks,<br>
> Brian Leathem<br>
><br>
> _______________________________________________<br>
> forge-dev mailing list<br>
> <a moz-do-not-send="true"
href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
> <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/forge-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
<br>
_______________________________________________<br>
forge-dev mailing list<br>
<a moz-do-not-send="true"
href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
<a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/forge-dev"
target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
</div>
</div>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
Lincoln Baxter, III<br>
<a moz-do-not-send="true" href="http://ocpsoft.com">http://ocpsoft.com</a><br>
<a moz-do-not-send="true" href="http://scrumshark.com">http://scrumshark.com</a><br>
"Keep it Simple"<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
forge-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/forge-dev">https://lists.jboss.org/mailman/listinfo/forge-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>