We are doing something similar with what I call an assembly project.
I have the following structure:
assembly
- pom.xml
- projectA
- pom.xml
- projectB
- pom.xml
- projectC
- pom.xml
- projectX
- pom.xml
Where the assembly's pom.xml contains like:
pom
projectA
p
On 01/08/13 01:19 AM, Nestor Urquiza wrote:
Hi,
Let me give more information,
I use an aggregator project for war1 project:
../jar1
../jar2
../war-inc
../war1
Another aggregator project for war2 project:
../jar1
../war-inc
Hi,
What you are describing here is not really multi-parent.
Model / Common Util / Data connect / Business can all have a common
parent if you want to control dependency versions in one place, but not
mandatory.
Site A / Site B / Site C just have to depend on your artifact (model,
common ut
Maybe take a look at how the nuxeo team does it.
https://github.com/nuxeo/nuxeo look at the clone.py file.
Ptrick
On 30/05/13 12:07 PM, Stephen Colebourne wrote:
I'm aware of that, but we don't want another tool for our customers to
learn. I'll stick with a shell script if nothing else comes
ng
> it myself?
>
> Chris
>
> -----
> 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
>
--
Patrick Turcotte
Directeur technologique
patrick.turco...@revolutionlinux.com
(819) 780-8955, poste 1129
Sans frais 1-800-996-8955, poste 1129
pache.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
--
Patrick Turcotte
--
only. So I go into
myself and try to look for an alternative way.
2013/1/10 Patrick Turcotte :
Hi,
If what you want is to deploy a war with different servers (possibly with
different configurations), you could use profiles.
And if you want to do it for all of them in one go, you could write a
oal are welcome. :-)
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org
--
Patrick Turcotte
Directeur technologique
patrick.turco...@revolutionlinux.com
(819) 780-8955,
>From the top of my head:
Bundle your jsps in a minimal war project.
Use war overlays (basically, if I understand right, a dependency on your
jsp-war from your real war project) to assemble into the 2 projects.
In wrapper project, use something like.
com.example.testing.war
internal
war
;>
>> -----
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>>
>>
>
--
Patrick Turcotte
Développeur/Archite
-
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
--
Patrick Turcotte
Développeur/Architecte Java
patrick.turco...@revolutionlinux.com
(819) 780
For a more complete anwser, read:
http://www.sonatype.com/people/2009/10/maven-tips-and-tricks-optimizing-with-the-maven-dependency-plugin/
Patrick
On 10-03-02 01:06 PM, Patrick Turcotte wrote:
> mvn dependency:tree
>
> should help you see nested dependencies. The codehaus mave
Part of your problem could/(should?) be resolved with parent poms.
A good read is the sonatype maven book (
http://www.sonatype.com/products/maven/documentation/book-defguide)
Patrick
On 10-03-02 02:18 PM, user09772 wrote:
>
>
> dahoffer wrote:
>
>> Without knowing details all I can give are
mvn dependency:tree
should help you see nested dependencies. The codehaus maven eclipse
plugin can also help you visualize it.
Patrick
On 10-03-02 12:16 PM, Wayne Fay wrote:
>> The fact is that some dependencies that I use, handles other dependencies
>> that I use too. My IDE is therefore unable
> syntactically correct. Is there any apache API for that?
>>>
>>> for example, if one of the tag is missing or say is wrong. Then which
>>> method
>>> I should use so that I got exception thrown, so that I can handle it.
&
How about installing and running Nexus on your own computer, pointing to
your office first, and the world as a mirror?
Patrick
On 10-03-01 08:22 AM, Nick Klauer wrote:
> More or less i've asked this on StackOverflow, but I was totally unaware of
> the users mailing list, so I'm reposting here sin
I think you need to add zip to your dependency.
Patrick
On 10-02-03 01:46 AM, rocks@ wrote:
> Hello All
> I am using maven 2.0.9 ,,
> I want to add zip as dependencies in the pom.xml
>
> This is basically as install any where in which give lib as zip
>
> Thanks and Regards
> rocks
>
-
that I could create / adapt such a plugin.
Many thanks,
Patrick Turcotte
Java Architect
Revolution Linux.
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org
18 matches
Mail list logo