openimaj-tutorial-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>openimaj-tutorial-parent</artifactId>
<version>1.3.10</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>openimaj-tutorial-parent</artifactId>
<packaging>pom</packaging>
<name>OpenIMAJ Tutorial</name>
<parent>
<artifactId>openimaj-documentation</artifactId>
<groupId>org.openimaj</groupId>
<version>1.3.10</version>
<relativePath>../</relativePath>
</parent>
<description>The OpenIMAJ tutorial</description>
<inceptionYear>2011</inceptionYear>
<properties>
<book.title>The OpenIMAJ Tutorial</book.title>
<book.subtitle>Getting started with OpenIMAJ</book.subtitle>
<organization.address />
<organization.slogan />
<organization.logo />
<copyright.year>2011</copyright.year>
</properties>
<modules>
<module>tutorial-content</module>
<module>tutorial-pdf</module>
<module>tutorial-html</module>
<module>tutorial-code</module>
</modules>
<pluginRepositories>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>Codehaus Snapshots</id>
<url>http://snapshots.repository.codehaus.org</url>
</pluginRepository>
</pluginRepositories>
</project>