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
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
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
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
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