You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using eclipse you can import the with the wizard for existing maven projects
ℹ️
To build the project, another configuration project is needed, e.g. the KnowledgeFinder example configuration. In the following the example configuration project is used to illustrate the set up.
A list of configuration projects can be found at
KnowledgeFinder - Instances.
Build
Set the property knowledgefinder.instance.name in knowledgefinder-dataimport/pom.xml to the name of the configuration project. In this case "example"
ℹ️
Instead of changing the property in the pom file it is also possible to
add -Dknowledgefinder.instance.name={configuration project} to the maven goal
Command line:
cd ./knowledgefinder-dataimport/
mvn clean install
If Maven runs out of memory set the environment variable MAVEN_OPTS e.g to -Xmx512m.
Eclipse:
Add new Maven Run Configuration with base directory
${workspace_loc:/knowledgefinder-dataimport}, goal
clean install to build the data import project.