protegeproject / code-generation

Generate Java code from an OWL ontology from within the Protege Desktop editing environment.
15 stars 13 forks source link

Code generator should output a basic (Maven) build file #7

Open rsgoncalves opened 8 years ago

rsgoncalves commented 8 years ago

In particular to set the code-generator dependency that is necessary to run the generated code.

wsochoa commented 2 years ago

For those wondering how the maven pom file should look like:

`<?xml version="1.0" encoding="UTF-8"?>

4.0.0 DeviceServiceOntClient DeviceServiceOntClient 0.0.1-SNAPSHOT jar UTF-8 1.8 1.8 net.sourceforge.owlapi owlapi-contract 3.4.3 edu.stanford.protege org.protege.editor.owl.codegeneration 1.0.2 maven-dependency-plugin install copy-dependencies ${project.build.directory}/lib maven-jar-plugin true lib/ ${mainClass} `