|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
New devloper, hard to find documentationHi!
I would like to write a plug-in for maven. Some of the features seems pretty generic and I'm guessing that they exist in some module but I can't find documentation anywhere. I am wondering what components to use for the features described below and/or where on the site to look for this information. I can't find it. Features I want to implement: . Retrieve all the dependencies for a project . Copy the jar-files for all those dependencies to a specific folder Doesn't seem to hard? This page http://maven.apache.org/ref/2.2.1/index.html lists all the modules but there seems to be no information about them, which I find strange. Or have I misunderstood anything? /Ludwig |
|
|
Re: New devloper, hard to find documentationLudwig Magnusson wrote:
> Features I want to implement: > > . Retrieve all the dependencies for a project > > . Copy the jar-files for all those dependencies to a specific folder Resources that might be helpful: http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html (and its source code) http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
|
|
RE: New devloper, hard to find documentationhttp://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html Martin Gainty ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: ludwig@... > To: dev@... > Subject: New devloper, hard to find documentation > Date: Fri, 6 Nov 2009 13:37:07 +0100 > > Hi! > > I would like to write a plug-in for maven. Some of the features seems pretty > generic and I'm guessing that they exist in some module but I can't find > documentation anywhere. I am wondering what components to use for the > features described below and/or where on the site to look for this > information. I can't find it. > > > > Features I want to implement: > > . Retrieve all the dependencies for a project > > . Copy the jar-files for all those dependencies to a specific folder > > > > Doesn't seem to hard? > > > > This page http://maven.apache.org/ref/2.2.1/index.html lists all the modules > but there seems to be no information about them, which I find strange. Or > have I misunderstood anything? > > > > /Ludwig > _________________________________________________________________ Hotmail: Trusted email with powerful SPAM protection. http://clk.atdmt.com/GBL/go/177141665/direct/01/ |
|
|
RE: New devloper, hard to find documentationThank you, that solved my problem.
-----Original Message----- From: Benjamin Bentmann [mailto:benjamin.bentmann@...] Sent: den 6 november 2009 13:45 To: Maven Developers List Subject: Re: New devloper, hard to find documentation Ludwig Magnusson wrote: > Features I want to implement: > > . Retrieve all the dependencies for a project > > . Copy the jar-files for all those dependencies to a specific folder Resources that might be helpful: http://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mo jo.html (and its source code) http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook Benjamin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |