| <?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</groupId> |
| <artifactId>parent</artifactId> |
| <version>0.2-incubating-SNAPSHOT</version> |
| </parent> |
| <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId> |
| <artifactId>parent</artifactId> |
| <packaging>pom</packaging> |
| <version>0.1-incubating-SNAPSHOT</version> |
| <name>Clerezza - Skeleton for a project using Java, ScalaServerPages and Turtle</name> |
| <modules> |
| <module>ontologies</module> |
| <module>core</module> |
| </modules> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId> |
| <artifactId>ontologies</artifactId> |
| <version>0.1-incubating-SNAPSHOT</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| <!-- <build> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.archetype</groupId> |
| <artifactId>archetype-packaging:maven-plugin</artifactId> |
| <version>2.0-alpha-5</version> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| </build> --> |
| </project> |