Re: Eclipse as a dependency

2009-09-27 Thread Roland Asmann
I believe that openArchitectureWare also uses the eclipse-formatter. At least they have several eclipse-jars in their repo (although I honestly have no idea how old/new thea are). You might want to check those out? http://www.openarchitectureware.org/m2/ Roland there are some jars already

Eclipse as a dependency

2009-09-25 Thread Emmanuel Hugonnet
Hi, I have created a small Maven plugin which uses the Eclipse code formatter to format my code. I would like to release it but the available librairies of Eclipse are quite old and I don't want my users to have Eclipse installed (that's the whole point of the plugin). Is there a repository with

Re: Eclipse as a dependency

2009-09-25 Thread Carlos Sanchez
there are some jars already there from an attempt long time ago to have eclipse in the repository, under org.eclipse On Fri, Sep 25, 2009 at 2:00 AM, Emmanuel Hugonnet ehsavoi...@gmail.com wrote: Hi, I have created a small Maven plugin which uses the Eclipse code formatter to format my code.

Re: Problem with eclipse-plugin and dependency-maven-plugin

2006-07-03 Thread mawi
http://jira.codehaus.org/browse/MDEP-27 The problem seems not to be related to the eclipse-plugin only. It occurs also in conjunction with other plugins or lifecycle-phases. -- View this message in context: http://www.nabble.com/Problem-with-eclipse-plugin-and-dependency-maven-plugin

Problem with eclipse-plugin and dependency-maven-plugin

2006-06-28 Thread mawi
, what's going wrong? Thanx, Markus -- View this message in context: http://www.nabble.com/Problem-with-eclipse-plugin-and-dependency-maven-plugin-tf1861928.html#a5085617 Sent from the Maven - Users forum at Nabble.com

Re: Problem with eclipse-plugin and dependency-maven-plugin

2006-06-28 Thread dan tran
has an idea, what's going wrong? Thanx, Markus -- View this message in context: http://www.nabble.com/Problem-with-eclipse-plugin-and-dependency-maven-plugin-tf1861928.html#a5085617 Sent from the Maven - Users forum at Nabble.com

[Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Martin Burger
Hello, I tried to define an Eclipse project as dependency in the project.xml. But after calling maven eclipse maven tries to download a JAR instead of adding an entry to the .classpath file. I used the sample code at http://maven.apache.org/reference/plugins/eclipse/. Did I misunderstand

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Edmund Urbani
Martin Burger wrote: Hello, I tried to define an Eclipse project as dependency in the project.xml. But after calling maven eclipse maven tries to download a JAR instead of adding an entry to the .classpath file. I used the sample code at http://maven.apache.org/reference/plugins/eclipse

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Marcell Manfrin Barbacena
need set eclipse.dependency to false in your project.xml. If not, you'll add it once as an Eclipse dependency and a second time as jar dependency. ... As you can see eclipse.dependency will download the jar and work with it only for other maven goals but in your eclipse project will be linked

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Martin Burger
in the eclipse workspace. If a dependency is an eclipse project a property needs to be added to that dependency to indicate so. They can be projects in the eclipse workspace. Does this not say that it's possible to add a project instead of a JAR? Regards Martin

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Martin Burger
Marcell Manfrin Barbacena schrieb am 30.06.2005 10:02: However, you can add an Eclipse project to the classpath by defining the following in your project.properties file: maven.eclipse.classpath.include=/test1 This adds E:/test1 to the .classpath as classpathentry (note the drive

Re: [Eclipse Plugin] Defining dependency as Eclipse project

2005-06-30 Thread Marcell Manfrin Barbacena
I agree with you that the docs are misleading... Try that then: maven.eclipse.classpath.include=${maven.eclipse.workspace}/project []'s On 6/30/05, Martin Burger [EMAIL PROTECTED] wrote: Marcell Manfrin Barbacena schrieb am 30.06.2005 10:02: However, you can add an Eclipse project to the