Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » MacOS PATH and npm/node(Cannot get eclipse to build my project on MacOS)
MacOS PATH and npm/node [message #1831171] Wed, 12 August 2020 23:27 Go to next message
Dan Davis is currently offline Dan DavisFriend
Messages: 1
Registered: August 2020
Junior Member
I am a long time user of Eclipse JEE and very technical. I have a project whose source code is public at https://github.com/HHS/meshrdf, and before Covid-19 I would usually do development on my work desktop, which was Windows, or at home on Ubuntu.

Try as I may, I cannot get the exec:exec part of my maven project to work.
I've even gone into the deep well of launchd and launchctl configuration.

How installing Eclipse:

brew cask install eclipse-jee


I am running version 2019-12

Life cycle mapping issue is likely not the error, been there/done that:

        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                     <lifecycleMappingMetadata>
                       <pluginExecutions>
                         <pluginExecution>
                           <pluginExecutionFilter>
                             <groupId>org.codehaus.mojo</groupId>
                             <artifactId>exec-maven-plugin</artifactId>
                             <versionRange>[1.6.0,)</versionRange>
                             <goals>
                               <goal>exec</goal>
                             </goals>
                           </pluginExecutionFilter>
                           <action>
                             <execute>
                                <runOnIncremental>true</runOnIncremental>
                             </execute>
                           </action>
                         </pluginExecution>
                       </pluginExecutions>
                     </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
Re: MacOS PATH and npm/node [message #1831272 is a reply to message #1831171] Sun, 16 August 2020 06:41 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Perhaps it's better to ask on a m2e user mailing list:

https://www.eclipse.org/m2e/m2e-community.html


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Cannot download clearcase plugin in eclipse 2020-03
Next Topic:Kotlin plus operator
Goto Forum:
  


Current Time: Thu Apr 25 06:15:13 GMT 2024

Powered by FUDForum. Page generated in 0.08150 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top