<?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> <parent> <artifactId>piccolo2d-parent</artifactId> <groupId>org.piccolo2d</groupId> <version>1.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>piccolo2d-core</artifactId> <name>Piccolo2D Core</name> <url>http://code.google.com/p/piccolo2d/</url> <description> A revolutionary way to create robust, full-featured graphical applications in Java and C#, with striking visual effects such as zooming, animation and multiple representations. </description> <!-- reporting> <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <configuration> <configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> </plugins> </reporting --> <distributionManagement> <site> <id>dav.piccolo2d.org</id> <name>Piccolo2D Website (Snapshot Maven Reports)</name> <url>dav:https://piccolo2d.googlecode.com/svn/site/piccolo2d.java/release-${project.version}/${project.artifactId}</url> </site> </distributionManagement> </project>