No, just reupload the new jars in the repository manager ( updating the version number) and update the versions number in the pom.xml ..
Or ask the other team to use the repository manager, seems a better practice to me :) On Thu, May 7, 2009 at 3:57 PM, fachhoch <[email protected]> wrote: > > but what if my jar are updated every week , some other team is working on > them and whenever we find bugs or for any enhancements they will release > new jars , so if I set up my company repository every time a new release > should be updated to my repository ny workaround for this ? > > Nick Stolwijk-4 wrote: > > > > Setting op a company repository is easy and really, it's the only way > > that will really work. Just get a copy of Nexus, Artifactory or > > Archiva. > > > > Hth, > > > > Nick Stolwijk > > ~Java Developer~ > > > > Iprofs BV. > > Claus Sluterweg 125 > > 2012 WS Haarlem > > www.iprofs.nl > > > > > > > > On Thu, May 7, 2009 at 9:40 PM, fachhoch <[email protected]> wrote: > >> > >> but the probelm is we have releases for these other jar files frequently > >> and every time I have to install them isnt there any other way to tell > >> maven > >> to include these jar files into the war file ? > >> > >> Wayne Fay wrote: > >>> > >>>> I have some jar files inside my project folder , and I want maven to > >>>> include them inside WEB-INF/lib , I know one way to include is to > >>>> create a > >>> > >>> Use "mvn install:install-file" to put the jar files in your local repo > >>> cache and/or "mvn deploy:deploy:file" to put the jar files in your > >>> "corporate repo" and then add proper dependencies etc in your pom to > >>> include them. > >>> > >>> Any other method is a hack/workaround. > >>> > >>> Wayne > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >>> > >>> > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/adding-jars-from-project-folder-into-my-war-file-tp23432996p23433759.html > >> Sent from the Maven - Users mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > > > -- > View this message in context: > http://www.nabble.com/adding-jars-from-project-folder-into-my-war-file-tp23432996p23434011.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
