MacOS PATH and npm/node [message #1831171] |
Wed, 12 August 2020 19:27  |
Eclipse User |
|
|
|
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>
|
|
|
|
Powered by
FUDForum. Page generated in 0.10691 seconds