Wiki News Projects Sources Tasks New Task Reports
HowToAddDependencies
Page Info Get as PDF

How to addd new dependency into EmForge

If you need add new dependency into project you need:

  1. Add dependency into maven's pom.xml
  2. Regenerate eclipse project file with mvn -DdownloadSources=true eclipse:eclipse
  3. Since we add some extra components into web-application (like reports) to make it working under eclipse you need to:
    1. Copy whole text after maven-generated .settings/.component file after line

<property name="java-output-path" value="/target/classes"/>
into .settings/org.eclipse.wst.common.component after same line And remove generated .settings/.component since it is not used.
Last Modified by akakunin 9 months ago
Comments (0)
Login to add comment