Re: mvn as used in Eclipse m2e gets parse error because of mistake in Maven 4.0.0 schema

2023-10-17 Thread Stanimir Stamenkov
Tue, 17 Oct 2023 22:11:29 +0300, /Stanimir Stamenkov/: I'm not familiar with this attribute but looking at : You can control how child POMs inherit configuration from parent POMs by adding combine.children or combine.self attributes to the childr

Re: mvn as used in Eclipse m2e gets parse error because of mistake in Maven 4.0.0 schema

2023-10-17 Thread Stanimir Stamenkov
Tue, 17 Oct 2023 11:56:12 -0700, /David Karr/: [...] cvc-complex-type.3.2.2: Attribute 'combine.self' is not allowed to appear in element 'configuration'. I, along with multiple other people, assumed that this indicates a bug in m2e, because it clearly works in the command-line build. Ho

Re: mvn as used in Eclipse m2e gets parse error because of mistake in Maven 4.0.0 schema

2023-10-17 Thread Gary Gregory
I've seen that in Eclipse for a long time. Gary On Tue, Oct 17, 2023, 2:57 PM David Karr wrote: > I have a feeling this has been covered before, but I'll ask just in case. > > I have a pom.xml that inherits from a parent pom, and the child pom has the > follo

mvn as used in Eclipse m2e gets parse error because of mistake in Maven 4.0.0 schema

2023-10-17 Thread David Karr
overriding the plugin configuration inherited from the parent pom. If I don't have that, it results in errors because it "merges" the plugin configs by default. What's annoying is that if I open this pom.xml in Eclipse, with the m2e plugin, I get the following error on tha

Using maven/tycho to build an RCP Eclipse project

2023-02-17 Thread Shay Carter
Hi there, I've searched around fairly extensively for tutorials on how to set up maven and tycho for an Eclipse RCP export, but haven't had a ton of luck. I have an existing (unfortunately, very complicated) plugin-in based Java program in eclipse. Formerly, I was able to build

Re: Eclipse support for Maven modules

2021-12-27 Thread Pavel Horal
ts together (you can disable that in project's context menu "Maven > Disable Workspace Resolution" if that is something you don't want) Keep Eclipse files (.project, .settings/, ...) out of your repo (i.e. have those paths in .gitignore). Pavel -- Pavel Horal technic

Re: Eclipse support for Maven modules

2021-12-27 Thread Ed Dowgiallo
Thank you Gary, I will check them out. On Mon, Dec 27, 2021 at 11:02 AM Gary Gregory wrote: > Once the Eclipse m2e plugin imports a Maven project, it will create for you > a .project file, a .classpath file and possibly a .settings folder. Those > are your Eclipse artifacts. > >

Re: Eclipse support for Maven modules

2021-12-27 Thread Gary Gregory
Once the Eclipse m2e plugin imports a Maven project, it will create for you a .project file, a .classpath file and possibly a .settings folder. Those are your Eclipse artifacts. Gary On Mon, Dec 27, 2021 at 10:30 AM Ed Dowgiallo wrote: > Slawomir, > > Yes, all works fine at command

Re: Eclipse support for Maven modules

2021-12-27 Thread Ed Dowgiallo
Slawomir, Yes, all works fine at command line. All 31 modules work for mvn clean, and I currently get a package not found in module 25 which is my bug. It is not publicly accessible. Is this supposed to work strictly off the pom.xmls? Or are there eclipse configuration files involved? Ed On

Re: Eclipse support for Maven modules

2021-12-27 Thread Slawomir Jaranowski
like the Maven approach to modules and am using it for my projects with > the Eclipse IDE. Not quite getting something right though. After I have > committed a project to git and do a fresh checkout of it on a different > computer, it appears to forget all the module structure. The child proj

Eclipse support for Maven modules

2021-12-27 Thread Ed Dowgiallo
Hi, First time poster. I like the Maven approach to modules and am using it for my projects with the Eclipse IDE. Not quite getting something right though. After I have committed a project to git and do a fresh checkout of it on a different computer, it appears to forget all the module structure

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-16 Thread Matthieu BROUILLARD
gt; Thanks for that. Is there a JIRA reference for this bug? > > > > > > Cheers. > > > -- > > > Jonathan Chen > > > > > > On Sat, 14 Sep 2019 at 17:39, Jeff MAURY wrote: > > > > > > > > This is a know case between tyc

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-14 Thread Enrico Olivelli
rote: > > > > > > This is a know case between tycho pomless and maven 3.6.2 > > > > > > Le sam. 14 sept. 2019 à 05:26, Jonathan Chen a > écrit : > > > > > > > Hi, > > > > > > > > I'm currently attempting to buil

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-14 Thread Jonathan Chen
s bug? > > Cheers. > -- > Jonathan Chen > > On Sat, 14 Sep 2019 at 17:39, Jeff MAURY wrote: > > > > This is a know case between tycho pomless and maven 3.6.2 > > > > Le sam. 14 sept. 2019 à 05:26, Jonathan Chen a écrit : > > > > > Hi, &g

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-14 Thread Jonathan Chen
> > > > I'm currently attempting to build Eclipse 4.13 from source using > > maven-3.6.2, and I'm seeing these current failures: > > [INFO] Scanning for projects... > > [ERROR] [ERROR] Some problems were encountered while processing the POMs: > > [FA

Re: Failures building Eclipse 4.13 with maven-3.6.2

2019-09-13 Thread Jeff MAURY
This is a know case between tycho pomless and maven 3.6.2 Le sam. 14 sept. 2019 à 05:26, Jonathan Chen a écrit : > Hi, > > I'm currently attempting to build Eclipse 4.13 from source using > maven-3.6.2, and I'm seeing these current failures: > [INFO] Scanning for pro

Failures building Eclipse 4.13 with maven-3.6.2

2019-09-13 Thread Jonathan Chen
Hi, I'm currently attempting to build Eclipse 4.13 from source using maven-3.6.2, and I'm seeing these current failures: [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-readable POM /home/jonc/work/ports/freeb

Re: Maven Eclipse error

2019-08-02 Thread Jason Young
AFAIK there is no fix to prevent eclipse from failing to download files sometimes--seems to do this regularly with big download batches. >From the command line, `cd && mvn dependency:go-offline` Right-click your project in eclipse -> Maven -> Update Update it On Fri, Aug 2

Maven Eclipse error

2019-08-02 Thread Lakshmikanth Manubolu(UST,IN)
Hi Team, I'm trying to create a maven java project and while configuring the pom.xml file I could able to see the below errors: Please try to help me to resolve the issues. Error1: Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from https://repo.maven.apache.org/mav

Eclipse - run different maven goals on several projects

2018-08-09 Thread Jmeter Tea
down votefavorite <https://stackoverflow.com/questions/51769595/eclipse-run-different-maven-goals-on-several-projects/51769897?noredirect=1#> I have few maven projects while using Eclipse Neon, I need to run different goals on different projects to be execute as a sequence/ I found an

RE: How to disable jsf in Eclipse

2018-04-10 Thread Karen Goh
On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" , "Karen Goh" Date: Tuesday, April 10, 2018, 3:19 PM Hi Karen, I am sorry I didn't see your question carefully

Re: How to disable jsf in Eclipse

2018-04-10 Thread Matthew Broadhead
did you check your pom dependency hierarchy?  it is a tab on eclipse editor when you have your pom.xml open.  it might tell you what package is bringing JSF into project? On 10/04/2018 07:09, Karen Goh wrote: Dear expert, I am running a maven war plug-in jee project using Tomcat and TomEE I

RE: How to disable jsf in Eclipse

2018-04-10 Thread Diego Lin
yahoo.com.INVALID] Sent: Tuesday, April 10, 2018 2:45 PM To: Maven Users List Cc: Diego Lin Subject: RE: How to disable jsf in Eclipse [External E-mail] On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Mav

RE: How to disable jsf in Eclipse

2018-04-09 Thread Karen Goh
On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" , "Karen Goh" Date: Tuesday, April 10, 2018, 2:21 PM If you just want to disable JSF in Eclipse, you may modify the pro

RE: How to disable jsf in Eclipse

2018-04-09 Thread Diego Lin
If you just want to disable JSF in Eclipse, you may modify the project file ".project" directly. Please try this way: 1. Close the project in Eclipse. 2. Edit the file .project to remove all stuff related to JSF,

RE: How to disable jsf in Eclipse

2018-04-09 Thread Karen Goh
On Tue, 4/10/18, Diego Lin wrote: Subject: RE: How to disable jsf in Eclipse To: "Maven Users List" , "Karen Goh" Date: Tuesday, April 10, 2018, 1:39 PM please try this way: Properties of your project -> Proje

RE: How to disable jsf in Eclipse

2018-04-09 Thread Diego Lin
jsf in Eclipse [External E-mail] Dear expert, I am running a maven war plug-in jee project using Tomcat and TomEE I think, with Hibernate and jsp. Here's my pom.xml : http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

How to disable jsf in Eclipse

2018-04-09 Thread Karen Goh
ate 0.8.0 org.sonatype.aether aether-api 1.7 I am running on Windows 10, Eclipse Oxygen and Hibernate 5.2.10. Recently, I have added in persistence.xml file as I want to ride of JP

Re: doxia-ide/eclipse

2017-07-26 Thread Hervé BOUTEMY
404, yes, Jenkins does not create directory index, but the content is a valid Eclipse update site... To avoid the surprise of this 404, I tweaked the Jenkins job to add a minimal index.html: https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/Maven-generated_Site/eclipse/ The

Re: doxia-ide/eclipse

2017-07-25 Thread Alix Lourme
Hello, I changed the job configuration to publish the site: > https://builds.apache.org/view/M-R/view/Maven/job/doxia- > eclipse-editor/Maven-generated_Site/ > OK and it's containing the Eclipse update site: https://builds.apache.org/ > view/M-R/view/Maven/job/doxia-ecl

Re: doxia-ide/eclipse

2017-07-24 Thread Hervé BOUTEMY
Hi Alix, Ah, the Jenkins job workspace is not available to anonymous. I changed the job configuration to publish the site: https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/Maven-generated_Site/ and it's containing the Eclipse update site: https://builds.apache.org/vie

Re: doxia-ide/eclipse

2017-07-23 Thread Alix Lourme
Hello Hervé, The Doxia Editor Plugins Eclipse (latest build) update site <https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/> seems not usable for an anonymous user :-(

Re: doxia-ide/eclipse

2017-07-22 Thread Hervé BOUTEMY
ourme a écrit : > > Hi, > > > > Perhaps this plugin doesn't build, but the Eclipse update site ( > > https://maven.apache.org/doxia/doxia-ide/eclipse/eclipse/) is OK. > > This plugin works fine and does the job (on Eclipse Neon.3); even if is a > > littl

Re: doxia-ide/eclipse

2017-07-20 Thread Hervé BOUTEMY
I forgot this update site: thanks for the reminder I'll update the page to make it more visible, and add a "help wanted" text... Regards, Hervé Le mercredi 19 juillet 2017, 10:55:27 CEST Alix Lourme a écrit : > Hi, > > Perhaps this plugin doesn't build, but the

Re: doxia-ide/eclipse

2017-07-19 Thread Alix Lourme
Hi, Perhaps this plugin doesn't build, but the Eclipse update site ( https://maven.apache.org/doxia/doxia-ide/eclipse/eclipse/) is OK. This plugin works fine and does the job (on Eclipse Neon.3); even if is a little bugged (do not let opened an APT in workbench & delete file in //). Per

Re: doxia-ide/eclipse

2017-07-19 Thread Hervé BOUTEMY
Hi, I used this plugin a few years ago, then it started to misbehave when upgrading Eclipse version. And now, it even does not build any more: looks like something changed in Eclipse ecosystem I'll update the page to tell that this plugin does not even build any more: help wanted... Re

doxia-ide/eclipse

2017-07-17 Thread Bruce Wen
Hi All, I found the eclipse update sites provided in this page do not work: https://maven.apache.org/doxia/doxia-ide/eclipse/ Bruce Wen

Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-30 Thread Bill Mair
lly have a close look at tycho). I also upgraded eclipse to Neon2 but that helped little. I added an execution for the build when saving but then it ended up in an endless cycle of "generate MF incrementally <-> save generated MF". I couldn't find a way to ignore changes to th

RE: [EXTERNAL] Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-21 Thread Justin Georgeson
; to Maven repo. This is the 'build01' part from the page you linked. The example uses the Apache Felix bundle-maven-plugin but my personal preference is the bnd-maven-plugin since it's from the same people who provide the underlying bnd tool that's generating the MANIFEST. 2.

Re: [EXTERNAL] Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-21 Thread Karl Heinz Marbaise
integrated in your build in Eclipse (using tycho) which than will solve it also inside Eclipse... Kind regards Karl Heinz [1]: https://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts On 21/03/17 22:42, Justin Georgeson wrote: POM-first dependencies in Tycho is just for resolution of

RE: [EXTERNAL] Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-21 Thread Justin Georgeson
--Original Message- From: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Sent: Tuesday, March 21, 2017 3:34 PM To: Maven Users List Subject: [EXTERNAL] Re: Getting maven to create a bundle manifest incrementally in eclipse External Sender: Use caution with links/attachments. Hi Bill, On 2

Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-21 Thread Karl Heinz Marbaise
/ And of course if your working on OSGi it makes sense to control the dependencies via MANIFEST via Eclipse which can handle that very good (dependencies, tree etc., target platforms etc.). I already have the git hash being included by buildnumber-maven-plugin (which required the additio

Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-21 Thread Curtis Rueden
Hi Bill, Since this is an M2E question, consider asking on the m2e-users list: https://dev.eclipse.org/mailman/listinfo/m2e-users Personally, I do not know the answer. You obviously have " true" so you would think that Eclipse would re-execute it every time an incremental build occ

Getting maven to create a bundle manifest incrementally in eclipse

2017-03-21 Thread Bill Mair
d and generates that based on what I have actually used, which I think is fantastic. I already have the git hash being included by buildnumber-maven-plugin (which required the additional pluginManagement section to work correctly in eclipse). My problem is that this is only generated when I build the b

Re: building platform specific eclipse RCP plugins

2016-10-13 Thread Jim Klo
f how that all works, you’ll have a really hard time getting multi-platform build with native elements working right. - JK > On Oct 13, 2016, at 4:18 AM, Rene Tassy wrote: > > Hi > > I am currently developing an eclipse RCP application and one of my features

building platform specific eclipse RCP plugins

2016-10-13 Thread Rene Tassy
Hi I am currently developing an eclipse RCP application and one of my features includes a few platform specific plugins. In other words some of those plugins have o/s flag equal to "win32" and some others "linux". Having this flag breaks my maven build because when bui

Re: maven-shade-plugin and Eclipse (m2e)

2016-07-01 Thread Ron Wheeler
http://blog.artifact-software.com/tech/?p=121 and other Maven posts might give you some ideas about handling large numbers of third party jars in a large project. We use Eclipse/STS and Maven. Ron On 30/06/2016 11:10 AM, Eddie Galvez wrote: What is the way to use the maven-shade-plugin but

Re: maven-shade-plugin and Eclipse (m2e)

2016-07-01 Thread Aliaksei Lahachou
the > obvious usage then of such a shaded project, to have it in eclipse as a > source project? > > In other words - because maven-shade-plugin only does its thing on > package... while you are in Eclipse (your IDE), other projects will not > compile since they are expecting the

maven-shade-plugin and Eclipse (m2e)

2016-06-30 Thread Eddie Galvez
What is the way to use the maven-shade-plugin but, what I think is the obvious usage then of such a shaded project, to have it in eclipse as a source project? In other words - because maven-shade-plugin only does its thing on package... while you are in Eclipse (your IDE), other projects will not

Re: Maven and Eclipse

2016-06-14 Thread Curtis Rueden
back to the original problem which is when I > compile from Eclipse (regardless of whether I upgraded to Mars 2 from Luna > as in my Windows environment or fresh installed Mars 2 as in my Linux > environment) I get the following error: > > Failed to execute goal > org.apache.maven.plu

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
And one last thing on this. So now that I have resolved the Maven Dependencies problem, which it appears I created myself, I am back to the original problem which is when I compile from Eclipse (regardless of whether I upgraded to Mars 2 from Luna as in my Windows environment or fresh

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
Curtis, Thank you for your reply. It actually gave me an idea that solved my problem. To get Eclipse and Maven recreate the Maven Dependencies in my Java Build Path I ran Maven -> Update Projects. first without a settings.xml file which did recreate the entry, but with the errors beca

Re: Maven and Eclipse

2016-06-14 Thread Curtis Rueden
ne the project from your SCM to a local directory - File > Import > Existing Maven Project... - Select the local directory you just cloned - Next a couple of times, and you're done. And updating should be as simple as: - Update from your SCM - *Maybe* quick-fix to "Update Project.

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
Further information on this issue: I earlier reported that my fresh install of Eclipse Mars 2 in a Linux environment did create a Maven Directories entry when executing Maven -> Update Project, but that I noticed a problem with the actual jar files this entry was pointing to and that they w

RE: Maven and Eclipse

2016-06-14 Thread Martin Gainty
> From: michael.ctr.taru...@faa.gov > To: users@maven.apache.org > Subject: RE: Maven and Eclipse > Date: Tue, 14 Jun 2016 14:33:31 + > > This is a partial update to this issue, which I am posting as requested by > Barrie Treloar. > > I encountered this prob

RE: Maven and Eclipse

2016-06-14 Thread Michael.CTR.Tarullo
This is a partial update to this issue, which I am posting as requested by Barrie Treloar. I encountered this problem on a Windows install of Eclipse. For the project I am working on I also needed a Linux Eclipse environment. So I asked our Linux Sys Admin to install a fresh download of

Re: Maven and Eclipse

2016-06-08 Thread Barrie Treloar
On 9 June 2016 at 01:00, wrote: > Thanks Curtis! > > That's exactly what I did. > > As soon as I get a chance, I'll try a fresh install of Mars 2 and see how > it goes. I usually do my Eclipse upgrades with fresh installs, this is the > first time I tried to

RE: Maven and Eclipse

2016-06-08 Thread Michael.CTR.Tarullo
Thanks Curtis! That's exactly what I did. As soon as I get a chance, I'll try a fresh install of Mars 2 and see how it goes. I usually do my Eclipse upgrades with fresh installs, this is the first time I tried to upgrade from a previous version. Mike Michael Tarullo Contractor

Re: Maven and Eclipse

2016-06-08 Thread Curtis Rueden
Hi Michael, > That is why I was wondering if the problem was either the new Mars 2 > version of Eclipse or possibly the m2e plugin. For what it's worth, M2E works great on my system with Eclipse Mars.2. I would suggest testing with a fresh installation of Eclipse and a clean workspac

RE: Maven and Eclipse

2016-06-08 Thread Michael.CTR.Tarullo
Yes the compile (of course with the exact same POM) works from the command line. That is why I was wondering if the problem was either the new Mars 2 version of Eclipse or possibly the m2e plugin. As per the question in your reply and my answer here, I will post something to the m2e mailing

Re: Maven and Eclipse

2016-06-07 Thread Barrie Treloar
On 8 June 2016 at 01:33, wrote: > I have recently been doing Maven builds from Eclipse Luna with no problems. > > Recently I upgraded Eclipse to Mars 2 and Maven builds that worked in the > past no longer work. I have posted the error I'm getting at the end of > this ema

Maven and Eclipse

2016-06-07 Thread Michael.CTR.Tarullo
I have recently been doing Maven builds from Eclipse Luna with no problems. Recently I upgraded Eclipse to Mars 2 and Maven builds that worked in the past no longer work. I have posted the error I'm getting at the end of this email. In addition, it appears that the Maven -> Update

Re: Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-07 Thread Andreas Sewe
Derek Hongar wrote: > I'm using Eclipse and I would like to attach a library's javadocs to my > project so that when I implement an interface and choose the option *Add > unimplemented methods* the *methods parameter names* show up correctly > instead of *arg0*, *arg1*,

Re: Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-07 Thread Adrien Rivard
Can't you use directly sources and not javadoc for that ? With Maven and Eclipse ,this is a better option than javadoc IMO. For your problem, are the javadoc generated in both case the same ? Are you sure the javadoc is correctly linked in Eclipse with maven? On Thu, Apr 7, 2016 at 4:

Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-06 Thread Derek Hongar
I'm using Eclipse and I would like to attach a library's javadocs to my project so that when I implement an interface and choose the option *Add unimplemented methods* the *methods parameter names* show up correctly instead of *arg0*, *arg1*, etc. Problem is: - When I ge

Re: Some Maven Eclipse Questions

2015-12-10 Thread Anders Hammar
ent from the JVM running Eclipse - for > maven install ( even for cleam ). Is this always the case ? > ( Im trying to see if this happened because of some issues with my setup ) > > 2. I have a multip project. ( A maven pom.xml that has a bunch of > s which in turn has a bunch of s and so

Some Maven Eclipse Questions

2015-12-10 Thread Sony Antony
1. Noticed that even when I use the EMBEDDED maven inside m2e, it is creating a new JVM - different from the JVM running Eclipse - for maven install ( even for cleam ). Is this always the case ? ( Im trying to see if this happened because of some issues with my setup ) 2. I have a multip project

[RESULT] [VOTE] Retire Maven Eclipse Plugin / Donation to Mojohaus

2015-10-07 Thread Robert Scholte
several issues with the maven-eclipse-plugin. It will take quite some time to fix these issues, but is it worth maintaining it here? Nowadays the Maven support for Eclipse is good and stable. The maven-eclipse-plugin has a lot of integration tests which should be rewritten, because it always

SVN Password when executing maven from Eclipse on Ubuntu

2015-08-03 Thread Florian Schaetz
ble upon a problem that seems pretty hard, even if it's probably something trivial For a given task I need to execute an SVN blame via maven (the sonar:sonar goal does that, to be more exact), typically from eclipse. This worked fine, until today, when my password to the SVN serv

RE: [aspectj-users] Who is responsible for the Eclipse m2e-connector?

2015-06-22 Thread Martin Gainty
Eric ...The authors are maven devs..you'll have better luck over in Maven Users Group From: ebenza...@gmail.com Date: Mon, 22 Jun 2015 11:42:23 -0400 To: aspectj-us...@eclipse.org Subject: [aspectj-users] Who is responsible for the Eclipse m2e-connector? This is a followup to my pre

[ANN] Apache Maven Eclipse Plugin 2.10 Released

2015-05-27 Thread Andreas Gudian
The Apache Maven team is pleased to announce the release of the Apache Maven Eclipse Plugin, version 2.10 This plugin is used to generate Eclipse IDE files (*.classpath, *.project, *.wtpmodules and the .settings folder) for use with a project - if the M2E Eclipse-Plugin does not fit you. This

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Ron Wheeler
You are way past my use of Eclipse. Ain't "bundles" wonderful - solves all those dependency problems. I had a bundle conflict trying to get e(fx)clipse into STS. Had to go to a vanilla Luna to get it to install so I did not have the rest of my tools and now have 2 Eclipse IDE

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Dan Tran
gt;> get mavendev development with mojo annotation support[1], >> that update site, requires m2e 1.6 which is not officially released yet ( >> i pick it up from Takari latest). This is where it turns sourer. Now I >> wish to be able to install the version of m2e-extra that u

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Dan Tran
ari latest). This is where it turns sourer. Now I > wish to be able to install the version of m2e-extra that used to work > before with m2e 1.5. The eclipse update site format is really bad in this > format it only goes for latest > > My biggest issue now are all my external and inte

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Dan Tran
Takari latest). This is where it turns sourer. Now I wish to be able to install the version of m2e-extra that used to work before with m2e 1.5. The eclipse update site format is really bad in this format it only goes for latest My biggest issue now are all my external and internal plugins show up

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Ron Wheeler
You can save a lot of these types of issues that just add overhead by using the free Eclipse/STS from the Springsource guys. OOB, it is Eclipse Luna with everything that you need to develop with Java and Maven (and a lot of other technologies). I have found one problem with the JavaFX plug-in

Re: Eclipse Luna and M2Extra

2014-10-10 Thread Karl Heinz Marbaise
Hi Dan, which version of m2e have you installed ? Kind regards Karl Heinz Marbaise On 10/10/14 3:41 AM, Dan Tran wrote: I am try to install m2extra with eclipse luna using http://ifedorenko.github.com/m2e-extras/ Is it still a valid updatesite, I am running into dependency issue error is

Re: Eclipse Luna and M2Extra

2014-10-09 Thread Dan Tran
Thanks Anders -D On Thu, Oct 9, 2014 at 10:16 PM, Anders Hammar wrote: > You will probably have more luck on the m2e list than here on the Maven > list. > > /Anders (mobile) > Den 10 okt 2014 03:42 skrev "Dan Tran" : > > > I am try to install m2extr

Re: Eclipse Luna and M2Extra

2014-10-09 Thread Anders Hammar
You will probably have more luck on the m2e list than here on the Maven list. /Anders (mobile) Den 10 okt 2014 03:42 skrev "Dan Tran" : > I am try to install m2extra with eclipse luna using > http://ifedorenko.github.com/m2e-extras/ > > Is it still a valid updates

Eclipse Luna and M2Extra

2014-10-09 Thread Dan Tran
I am try to install m2extra with eclipse luna using http://ifedorenko.github.com/m2e-extras/ Is it still a valid updatesite, I am running into dependency issue error is Installing com.ifedorenko.m2e.mavendev.feature.feature.group 0.3.0.201410040035. Cannot complete the install because one or

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Pablo León
I have pasted the markdown example from http://www.unexpected-vortices.com/sw/rippledoc/quick-markdown-example.html into an empty .md file in eclipse luna, and I have observed that some markup is correctly shown in the preview page, while other isn't. I think there are several flavour

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Hervé BOUTEMY
Le mardi 19 août 2014 15:28:40 Robert Munteanu a écrit : > On Sun, Aug 17, 2014 at 8:47 PM, Hervé BOUTEMY wrote: > >> , at least for the > >> eclipse+java+maven environment we're using. > > > > but you're right, I didn't find a good one as

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-19 Thread Robert Munteanu
On Sun, Aug 17, 2014 at 8:47 PM, Hervé BOUTEMY wrote: >> , at least for the >> eclipse+java+maven environment we're using. > but you're right, I didn't find a good one as Eclipse plugin either > and even not as native application on Linux Mylyn Docs should have

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-18 Thread Pablo León
ocessor on maven. 2.- Add this to the properties section of your pom file: ${basedir} 3.- Use the snippet macro as follows: %{snippet|file=$basedir/src/path/to/file.txt} Now your macros are correctly recognized by maven and by the eclipse plugin! Regards, Pablo. El 15/08/

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-17 Thread Hervé BOUTEMY
Le samedi 16 août 2014 15:08:53 Pablo León a écrit : > I've been messing around with markdown for a while, and I feel that APT > tools are more mature if you know of other tools, please share: AFAIK, Doxia Eclipse Editor was written because we didn't find any tooling (ne it i

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-17 Thread Hervé BOUTEMY
pet macro as follows: > %{snippet|file=$basedir/src/path/to/file.txt} > > Now your macros are correctly recognized by maven and by the eclipse plugin! > > Regards, > > Pablo. > > El 15/08/2014 14:30, Benson Margulies escribió: > > I made an off

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-16 Thread Pablo León
I've been messing around with markdown for a while, and I feel that APT tools are more mature than markdown's (or asciidoc's), at least for the eclipse+java+maven environment we're using. Despite of some flaws, Benson's editor is more feature rich than the markdow

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Dan Tran
Barrie, you are correct. I missed that totally On Fri, Aug 15, 2014 at 9:18 PM, Barrie Treloar wrote: > On 16 August 2014 00:49, Dan Tran wrote: > > > Markdown is the way to go, there is a conversion as well [1] > > > How do you use snippets in Markdown? > http://daringfireball.net/projects/m

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Barrie Treloar
On 16 August 2014 00:49, Dan Tran wrote: > Markdown is the way to go, there is a conversion as well [1] How do you use snippets in Markdown? http://daringfireball.net/projects/markdown/syntax doesn't have anything mentioned. Is it under different terminology?

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Dan Tran
.vm, this seems to > activate the preprocessor on maven. > > 2.- Add this to the properties section of your pom file: > ${basedir} > > 3.- Use the snippet macro as follows: %{snippet|file=$basedir/src/ > path/to/file.txt} > > Now your macros are correctly reco

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Pablo León
ed by maven and by the eclipse plugin! Regards, Pablo. El 15/08/2014 14:30, Benson Margulies escribió: I made an official release once, I think, but since I no longer use Eclipse I am not in a position to maintain it further. On Fri, Aug 15, 2014 at 2:56 AM, Dan Tran

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-15 Thread Benson Margulies
I made an official release once, I think, but since I no longer use Eclipse I am not in a position to maintain it further. On Fri, Aug 15, 2014 at 2:56 AM, Dan Tran wrote: > Unfortunately, I dont think Doxia for Eclipse is maintained, and it never > have an official release either

Re: Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-14 Thread Dan Tran
Unfortunately, I dont think Doxia for Eclipse is maintained, and it never have an official release either -D On Thu, Aug 14, 2014 at 6:06 PM, Pablo León wrote: > Hi, > > I have been successfully using the Doxia Eclipse Editor Plugin for a few > months. But now I'm facin

Doxia Eclipse Editor Plugin problem with snippet macro

2014-08-14 Thread Pablo León
Hi, I have been successfully using the Doxia Eclipse Editor Plugin for a few months. But now I'm facing a compatibility problem related to the snippet macro. if I use the following macro: %{snippet|file=${basedir}/src/path/to/file.txt} then the "mvn site" issues the er

Re: M2E and Eclipse Luna ?

2014-07-03 Thread Dan Tran
looks like i am seeing this issue http://dev.eclipse.org/mhonarc/lists/m2e-users/msg04471.html -D On Mon, Jun 30, 2014 at 8:53 PM, Dan Tran wrote: > Hello Jason > > which one can we use to handle maven-plugin-plugin issue at Eclipse Luna? > > Possible to configure your nexus

Re: M2E and Eclipse Luna ?

2014-07-01 Thread Kalle Korhonen
n Fri, Jun 27, 2014 at 11:49 AM, Jason van Zyl wrote: > > > >> All the extras now live as separate installable units here: > >> > >> http://repository.takari.io:8081/nexus/content/sites/m2e.extras/ > >> > >> On Jun 27, 2014, at 12:42 PM, Dan Tran

Re: M2E and Eclipse Luna ?

2014-07-01 Thread Jason van Zyl
On Jun 30, 2014, at 11:53 PM, Dan Tran wrote: > Hello Jason > > which one can we use to handle maven-plugin-plugin issue at Eclipse Luna? > Not sure what you're referring to here. > Possible to configure your nexus to use port 80 so that some of use with > strict c

Re: M2E and Eclipse Luna ?

2014-06-30 Thread Dan Tran
Hello Jason which one can we use to handle maven-plugin-plugin issue at Eclipse Luna? Possible to configure your nexus to use port 80 so that some of use with strict corp firewall policy can access it? Thanks -Dan On Fri, Jun 27, 2014 at 11:49 AM, Jason van Zyl wrote: > All the ext

Re: M2E and Eclipse Luna ?

2014-06-27 Thread Jason van Zyl
gt; To: Maven Users List >> Subject: Re: M2E and Eclipse Luna ? >> >> All the extras now live as separate installable units here: >> >> http://repository.takari.io:8081/nexus/content/sites/m2e.extras/ >> > > That see

Re: M2E and Eclipse Luna ?

2014-06-27 Thread Karl Heinz Marbaise
start of the build ? Kind regards Karl-Heinz Marbaise On 6/27/14 6:49 PM, Jim Garrison wrote: -Original Message- From: Dan Tran Sent: Friday, June 27, 2014 9:42 AM My apology, should have been clearer I installed Eclipse Luna and https://repository.sonatype.org/content/repositories/forge

  1   2   3   4   5   6   7   8   9   10   >