Skip to content

bandiandian/EclipsePlugin

 
 

Repository files navigation

EclipsePlugin

Building with Maven:

From the project root directory, execute mvn clean verify
or if assign a new version cross all components:

  1. mvn clean
  2. mvn -Dtypcho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<New Version>
  3. mvn verify

To sign the code, execute mvn -P hpcc.sign jarsigner:verify.

NOTE: Certain file types in the build.properties file in the org.hpccsystems.ecldoc project have been removed to eliminate compile errors with Maven. When those file types exist in that project, the original build.properties can be restored. The variables for code signing (jarsigner plugin) should be defined in Maven global or user configuration file with profile name "hpcc.sign", for example <MAVEN_HOME>/conf/settings.xml.

About

Eclipse plugin for ECL development

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • Other 0.8%