Re: Multiple local repositories

2016-05-07 Thread Karl Heinz Marbaise
On 5/7/16 10:08 PM, Karagkiaouris Diamantis wrote: Yes. Exactly but is it possible to pass a variable from tag during the build in order to have different local caches? No..the localRepository can not be part of a profile. But you can use the following: mvn

Re: Multiple local repositories

2016-05-07 Thread Karagkiaouris Diamantis
Yes. Exactly but is it possible to pass a variable from tag during the build in order to have different local caches? Thank you Am 07.05.2016 um 22:57 schrieb Karl Heinz Marbaise: Hi, On 5/7/16 9:49 PM, Karagkiaouris Diamantis wrote: Hello, I would like to ask if it is possible to have

Re: Multiple local repositories

2016-05-07 Thread ecki
Hello, you can configure local repositories with file: URLs configured in profiles. https://maven.apache.org/guides/mini/guide-multiple-repositories.html It is not possible to have the local repository cache in a profile, but you can use different settings.xml files with the -s option.

Re: Multiple local repositories

2016-05-07 Thread Karl Heinz Marbaise
Hi, On 5/7/16 9:49 PM, Karagkiaouris Diamantis wrote: Hello, I would like to ask if it is possible to have multiple local maven repositories and if it can be set as a parameter in a maven profile. Can you explain what you exactly mean. Do you mean having a different local caches for

Multiple local repositories

2016-05-07 Thread Karagkiaouris Diamantis
Hello, I would like to ask if it is possible to have multiple local maven repositories and if it can be set as a parameter in a maven profile. Thank you -- Karagkiaouris G. Diamantis, Junior Java EE Software Engineer, www.eurodyn.com

Archetype additional properties interpolation in resource file names

2016-05-07 Thread USHAKOV, Sergey
Hi! I got a question on using archetypes. Sorry if asking a FAQ, but I could not find an answer so far... A have an archetype with a resource whose file name should be interpolated with an additional archetype property. Is that possible? I have archetype metadata like this: