yep its a wagon
a wagon is a transport protocol used to pull or push information to/from your 
pom your repository
http://maven.apache.org/wagon/

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.




> Date: Tue, 10 Nov 2009 14:34:58 -0800
> From: monk...@monkeyden.com
> To: users@maven.apache.org
> Subject: Re: File system repo
> 
> 
> As I said, for a couple different reasons, we can't convert these projects to
> maven just yet.  These are simply directories in my maven project.  They are
> created manually and they each contain a jar file and a pom file.  If this
> isn't possible then what is a file system repository, if anything?  Is it
> just the local maven repo (in the .m2 folder)?
> 
> 
> Wendy Smoak-3 wrote:
> > 
> > On Tue, Nov 10, 2009 at 12:01 PM, monkeyden <monk...@monkeyden.com> wrote:
> > 
> >> Right, it only refers to the default local maven repo, not this local
> >> one.
> > 
> > As Anders pointed out, you have exactly one "local" repository,
> > usually in ~/.m2/repository (though it can be moved.)
> > 
> > This repo you're trying to create in the 'lib' directory is a "remote"
> > repository as far as Maven is concerned, even though it's right there
> > on disk.
> > 
> >> After having added the following paths to my project:
> >>
> >> com/mycompany/ProjectNextQuattro/1.0
> >> com/mycompany/ProjectNextPojos/1.0
> > 
> > How did these directories get created?  Is there anything in the
> > directories?
> > 
> > You should use the 'mvn deploy:deploy-file ...' command to construct
> > this "remote" repository.  In your case, it will be on the file system
> > rather than at some url, so you'd use -Durl=file:///path/to/repo when
> > deploying.
> > 
> > If this is a multi-module project, you might have to define the repo
> > at each level because ${basedir} changes for each module.
> > 
> > If you're still having trouble, let us know more information about
> > your project structure and exactly what you've tried so far.
> > 
> > -- 
> > Wendy
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> > 
> > 
> > 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/File-system-repo-tp26271810p26292575.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
                                          
_________________________________________________________________
Windows 7: Unclutter your desktop.
http://go.microsoft.com/?linkid=9690331&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen:112009

Reply via email to