@Ted
Not sure if you mean 'modules' as in Maven POM modules ... as in
<modules>, but you should specify the same switches when running
idea:idea as you do when you build the whole thing.
Here's how my nightly script builds all of s2:
$ mvn -U clean install -Pextras,apps
So, that said, if I were using Idea, I would do this:
$ mvn idea:idea -Pextras,apps
Does that help?
--
James Mitchell
678.910.8017
On Sep 2, 2006, at 9:37 AM, Wendy Smoak wrote:
On 9/2/06, Ted Husted <[EMAIL PROTECTED]> wrote:
Which begs the question: How do we add new modules to the
generated build?
We should have modules for extras and for apps, but I don't know
where
to begin to look to figure out how this feature works. :)
I'm not sure I understand the problem, but try: mvn idea:idea -
Pextras,apps
It should generate IDEA config for everything in the `mvn
help:effective-pom` at build time.
I use the latest snapshot [by changing version number in the pom] so
if the old version isn't working, you might try at least using the
latest released version by _removing_ the version number in the pom
and using -U on the command line.
--
Wendy
---------------------------------------------------------------------
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]