could you use the uberjar plugin to jar your application (and dependencies) and then run it just as you would run anyother jar? maybe you're looking for a goal that will do this for you, but i don't know of one.
RYan > -----Original Message----- > From: Geoffrey [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 27, 2004 3:02 PM > To: [EMAIL PROTECTED] > Subject: Re: idea:multiproject / Maven IRC channel > > > Thanks :) > > Is there way to configure the "run" and "debug" > application/unit tests for > IntelliJ through Maven settings? Does maven itself support > run or debug? > > I am mavenizing an open source J2SE peer2peer game framework > application, > using IntelliJ as an IDE. > And one of the hard things I find is to automate simply > running the project > :) > > Thanks for the help, > Geoffrey > > Ps: Maven rocks. > > "Brett Porter" <[EMAIL PROTECTED]> schreef in bericht > news:[EMAIL PROTECTED] > > This: > > Plugin 'maven-multiproject-plugin' in project 'SimpleGameNet' is not > > available Plugin 'maven-multiproject-plugin' in project > 'SimpleGameNet' is > > not available Plugin 'maven-multiproject-plugin' in project > 'SimpleGameNet' > > is not available > > Is fixed in RC3. > > > > The basedir problem is still there, so I'm raising an issue against > > maven-idea-plugin. > > > > - Brett > > > > > -----Original Message----- > > > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey > > > Sent: Sunday, 25 April 2004 11:54 PM > > > To: [EMAIL PROTECTED] > > > Subject: idea:multiproject / Maven IRC channel > > > > > > > > > On my multiprojected project, the goal "idea:multiproject" > > > fails, with following output: > > > > > > idea:workspace: > > > [echo] Creating > > > D:\projects\created\apps\simplegamenet/simplegamenet.iws > > > ... > > > Plugin 'maven-multiproject-plugin' in project 'SimpleGameNet' > > > is not available Plugin 'maven-multiproject-plugin' in > > > project 'SimpleGameNet' is not available Plugin > > > 'maven-multiproject-plugin' in project 'SimpleGameNet' is not > > > available > > > > > > BUILD FAILED > > > File...... file:/C:/Documents and > > > > Settings/Geoffrey/.maven/plugins/maven-idea-plugin-1.3/plugin.jelly > > > Element... maven:reactor > > > Line...... 123 > > > Column.... 36 > > > You must define an attribute called 'basedir' for this tag. > > > Total time: 3 seconds Finished at: Sun Apr 25 15:50:38 CEST 2004 > > > > > > Anyone have a clue what I am doing wrong? > > > multiproject:intall works (BUILD SUCCESSFUL) > > > > > > I have maven.idea.project.version=4 > > > In my root and every subproject project.properties. > > > My subprojects extend the project.xml of my root. > > > Does this mean the the project.properties are also extended > > > automatically? > > > > > > > > > Other question: > > > Is there an IRC channel about maven on which irc net? > > > > > > Thanks for any and all help, > > > Geoffrey > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
