I'm porting an existing maven archetype to use Seam Forge, and want to add the dependency:
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>5.10</version>
            <classifier>jdk15</classifier>
            <scope>test</scope>
        </dependency>


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.

Brian

On 04/02/2011 03:24 PM, Lincoln Baxter, III wrote:
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?

~Lincoln

On Sat, Apr 2, 2011 at 6:23 PM, Ken Finnigan <ken@kenfinnigan.me> wrote:
Brian

The dep man stuff I'm working on at moment. There is a jira I created last night for it

Ken

Sent from my iPhone

On Apr 2, 2011, at 18:07, Brian Leathem <bleathem@gmail.com> wrote:

> Hey Forgeheads!
>
> I'm using the DependencyBuilder to add dependencies to the pom, but I'm
> missing a "setClassifier" method.  I'll file a jira for this, and maybe
> even submit a patch if no one else beats me to it!
>
> The next piece I'm looking for is adding a <dependencyManagement>
> section to my pom, and adding dependencies to that.  I can't however
> find anywhere in the API to do this.  Does this functionality exist?  Or
> should I file a jira?
>
> Thanks,
> Brian Leathem
>
> _______________________________________________
> forge-dev mailing list
> forge-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-dev

_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev



--
Lincoln Baxter, III
http://ocpsoft.com
http://scrumshark.com
"Keep it Simple"
_______________________________________________ forge-dev mailing list forge-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/forge-dev