Re: [m2] Maven idea plugin and project layout

2006-05-03 Thread Sebastien Arbogast
I did an update and everything works fine now. The new plugin is great. Thanks. Has there been any work on Mevenide/IntelliJ for Maven2 yet ? Would you need help on that ? 2006/5/2, Sebastien Arbogast <[EMAIL PROTECTED]>: I did what you suggested and I got a problem with another dependency: D

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Sebastien Arbogast
I did what you suggested and I got a problem with another dependency: Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-repo rting-api/2.0/maven-reporting-api-2.0.jar [INFO] [ERROR] BUILD ERROR [INF

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Geoffrey De Smet
Are you using maven 2.0.4? I 've had an issue with maven 2.0.1 and the idea snapshot not working for it. But it doesn't look like the same issue. You're says "Error transferring file". Try "mvn install" again or remove the plexus-util from your local repo and try "mvn install" again. Sebasti

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Sebastien Arbogast
OK. I managed to checkout sources, but when I ran mvn install, I got the following error: W:\data\dev\maven-idea-plugin>mvn install [INFO] Scanning for projects... [INFO] - --- [INFO] Building Maven IDEA Plugin [INFO]task

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Geoffrey De Smet
svn co ???/maven-idea-plugin mvn install Sebastien Arbogast wrote: Good to know. How do I install it ? 2006/5/2, Geoffrey De Smet <[EMAIL PROTECTED]>: The latest snapshot idea plugin is far superiour to the latest release idea plugin. It does a lot more, like root module configuration etc. S

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Sebastien Arbogast
Good to know. How do I install it ? 2006/5/2, Geoffrey De Smet <[EMAIL PROTECTED]>: The latest snapshot idea plugin is far superiour to the latest release idea plugin. It does a lot more, like root module configuration etc. Sebastien Arbogast wrote: > I'm going through the Maven 2 book and try

Re: [m2] Maven idea plugin and project layout

2006-05-02 Thread Geoffrey De Smet
The latest snapshot idea plugin is far superiour to the latest release idea plugin. It does a lot more, like root module configuration etc. Sebastien Arbogast wrote: I'm going through the Maven 2 book and trying to open proficio project from chapter 3 inside Intellij. So I ran "mvn idea:idea" t

[m2] Maven idea plugin and project layout

2006-05-01 Thread Sebastien Arbogast
I'm going through the Maven 2 book and trying to open proficio project from chapter 3 inside Intellij. So I ran "mvn idea:idea" to generate project files, I opened the root project in IntelliJ but then there is no root module generated so I can't access project global files, like site files or roo

Re: [m2] - Maven IDEA Plugin

2006-04-26 Thread Arik Kfir
well, you can't ;-) I assume you reference the plugin in your pom right? (probably for configuration...) the only way I can see is temporarily removing that section before releasing (as it doesn't really affect the build, only for development environment) and restoring it after release. Perhaps so

Re: [m2] - Maven IDEA Plugin

2006-04-26 Thread Roland Kofler
problem is when you release:prepare, you get: [INFO] Can't release project due to non released dependencies : org.apache.maven.plugins:maven-idea-plugin:maven-plugin:2.0-beta-2-SNAPSHOT:runtime How can I use SNAPSHOT plugins and release?? thanks Roland Trent Rosenbaum schrieb: Thanks fo

Re: [m2] - Maven IDEA Plugin

2006-04-25 Thread Trent Rosenbaum
Thanks for the help, I will download the SNAPSHOT and work with that. Trent On 21/04/06, Konstantin Polyzois <[EMAIL PROTECTED]> wrote: > > I can only agree that the snapshot version is much better, don't have a > clue > when it will be relesaed... > > /konstantin > > On 4/20/06, Arik Kfir <[EMAI

Re: [m2] - Maven IDEA Plugin

2006-04-20 Thread Konstantin Polyzois
I can only agree that the snapshot version is much better, don't have a clue when it will be relesaed... /konstantin On 4/20/06, Arik Kfir <[EMAIL PROTECTED]> wrote: > > Hi Trent, > > Indeed the snapshot version (or the svn version if you build it yourself) > is > much better. > > To build it fro

Re: [m2] - Maven IDEA Plugin

2006-04-20 Thread Arik Kfir
Hi Trent, Indeed the snapshot version (or the svn version if you build it yourself) is much better. To build it from source (I can't find a snapshot version in the snapshots repository, at http://svn.apache.org/maven-snapshot-repository) run: svn checkout http://svn.apache.org/repos/asf/maven/pl

[m2] - Maven IDEA Plugin

2006-04-20 Thread Trent Rosenbaum
Hi there, I am interested in using the IDEA plugin fro Maven 2 and was wondering when the next release is expected? >From my plugin-registry.xml file I can see that I am using release 2.0-beta-1 and I noticed an email saying that the latest SNAPSHOT contained many more features over the current re