Re: [appfuse-user] appfuse-modular-spring

2007-06-14 Thread Matt Raible
You need to install it in order for the IDEA plugin to find it. There may be a way to workaround this, but I haven't found it. Running "mvn install" from the top-level seems like a pretty easy solution to me. ;-) Matt On 6/14/07, jmowla <[EMAIL PROTECTED]> wrote: thanks Matt but if courier-co

Re: [appfuse-user] appfuse-modular-spring

2007-06-14 Thread jmowla
thanks Matt but if courier-core is a module of the whole project then why i have to register that? if i register courier-core into the repository why i have the source of the module in the project? jmowla mraible wrote: > > The instructions should say run "mvn install" from the top level > bef

Re: [appfuse-user] appfuse-modular-spring

2007-06-12 Thread Matt Raible
The instructions should say run "mvn install" from the top level before running "mvn idea:idea". This will solve your problem w/o the need to run "mvn install:install-file". Matt On 6/10/07, jmowla <[EMAIL PROTECTED]> wrote: i just simply run the following command to register courier-core.jar

Re: [appfuse-user] appfuse-modular-spring

2007-06-10 Thread jmowla
i just simply run the following command to register courier-core.jar into the maven repository mvn install:install-file -DgroupId=com.citd.courier -DartifactId=courier-core -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=core\target\courier-core-1.0-SNAPSHOT.jar after that by running the command 'm

[appfuse-user] appfuse-modular-spring

2007-06-10 Thread jmowla
by using AppFuse 2.0M5 i just tried to create a new modular spring project by the command: mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-modular-spring -DremoteRepositories=http://static.appfuse.org/repository -DarchetypeVersion=2.0-m5 -DgroupId=com.citd.courie