That is exactly one of the advantages of a company repo. The other
team can just use mvn deploy and each of your developers can retrieve
the new dependency. That is one of the keypoints of maven: dependency
management.

Hth,

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl



On Thu, May 7, 2009 at 9:57 PM, fachhoch <fachh...@gmail.com> 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 <fachh...@gmail.com> 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: users-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> 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: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> 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://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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to