Re: [m2eclipse-user] Cant Add Managed Managed Library To Project

2008-05-23 Thread Igor Fedorenko
I just tried this scenario with latest 0.9.4 from SVN and everything works as expected, i.e. I see Maven Dependencies classpath container with proper entries. What m2eclipse version do you have? Do you see any exceptions in maven console or in eclipse .log file? What happens if you run Maven->

[m2eclipse-user] Cant Add Managed Managed Library To Project

2008-05-23 Thread Clay Graham
Hello All, Got the indexing working fine thanks. So when I create a Java project and enable Managed dependencies I cant see the Maven Managed Dependencies Library under the Package Explorer Tree, this is kindof a problem because I cant see what is included in the build path for Eclipse. I try to

Re: [m2eclipse-user] Problems With Add Dependency on New Install of m2 Plugin

2008-05-23 Thread Clay Graham
Eugene, This explained everything I needed to know to completely solve my problem. You are very kind and helpful. Thank you so much for your assistance. Clay Eugene Kuleshov wrote: Clay, There was a problem with index updater, so you probably lost index for Maven Central repository. You

RE: [m2eclipse-user] including conf files in wtp

2008-05-23 Thread Brian E. Fox
Murray, This is really more of a maven question and should be asked on the maven-user list to get a quicker response. Based on the info below, it's not entirely clear to me what you're trying to do. You want to deploy to a remote repo or to an app container? --Brian From: Murray Waters [ma

[m2eclipse-user] global Maven settings.xml

2008-05-23 Thread Eugene Kuleshov
m2eclipse is currently allow to specify both user and global settings.xml. When using Maven from the command line: - user settings is located at ~/.m2/settings.xml by default and can be changed in the command line using -s option - global settings.xml is taken from /conf/settings.xml and ca

[m2eclipse-user] m2eclipse will require Java 5 to run

2008-05-23 Thread Eugene Kuleshov
Hi all, Please note that due to dependencies on several components that require Java 5 (one of them is the Maven core, that been recently moved to Java 5), starting from 0.9.4 version, m2eclipse will require Java 5 to run. We are also considering to reduce support of Eclipse 3.2, mostly du

Re: [m2eclipse-user] Problem in Maven indexes view

2008-05-23 Thread Eugene Kuleshov
Laurent RUAUD wrote: My project has a version 1.0-SNAPSHOT and I have also configured maven to use a snapshot repository too. After building and deploying my project's artifact into snapshot repository I'm trying to update index of snapshots from eclipse maven indexes view and I'm getting empty

Re: [m2eclipse-user] Build doesn't stop on compile error

2008-05-23 Thread Igor Fedorenko
Andy, Can you provide some context? What project(s) are you trying to build? Version of m2eclipse. How you invoke the build. Andy Dingfelder wrote: oops, sorry about the wrong subject on the parent post. should be "Build doesn't stop on compile error" not "How to get sources" (I hit reply

Re: [m2eclipse-user] Problem in Maven indexes view

2008-05-23 Thread Laurent RUAUD
Sench wrote: > > My project has a version 1.0-SNAPSHOT and I have also configured maven to > use a snapshot repository too. > > After building and deploying my project's artifact into snapshot > repository I'm trying to update index of snapshots from eclipse maven > indexes view and I'm gettin