blob: c6d93c49943028909c25e39a4b65e01e1d808938 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
<artifactId>ontologies</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Clerezza - Skeleton Ontologies</name>
<description>
Skeleton Ontologies
</description>
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>rdf.core</artifactId>
<version>0.13-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.clerezza</groupId>
<artifactId>maven-ontologies-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
<configuration>
<resourcePath>${basedir}/src/main/resources</resourcePath>
<sources>
<source>${basedir}/target/generated-sources/main/java</source>
</sources>
</configuration>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
<version>0.4-SNAPSHOT</version>
</plugin>
</plugins>
</build>
</project>