Show pom.xml syntax highlighted
<?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>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-api</artifactId>
<packaging>jar</packaging>
<name>DSpace XMLUI (Manakin) :: API and Core Aspects</name>
<url>http://www.dspace.org</url>
<description>DSpace/Manakin XML UI Based APIs and components using the Cocoon and Wing frameworks.</description>
<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-pom</artifactId>
<version>1.5-SNAPSHOT</version>
</parent>
<repositories>
<repository>
<id>maven.dspace.org</id>
<name>DSpace Maven Repository</name>
<url>http://maven.dspace.org</url>
<releases>
<enabled>true</enabled>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>
<scm>
<connection>
scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace-xmlui/dspace-xmlui-api
</connection>
<developerConnection>
scm:svn:https://dspace.svn.sourceforge.net/svnroot/dspace/trunk/dspace-xmlui/dspace-xmlui-api
</developerConnection>
<url>
http://dspace.svn.sourceforge.net/viewvc/dspace/trunk/dspace-xmlui/dspace-xmlui-api/
</url>
</scm>
<dependencies>
<!-- DSpace API -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId>
</dependency>
<dependency>
<groupId>org.dspace</groupId>
<artifactId>language-packs</artifactId>
</dependency>
<!-- Wing framework -->
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-xmlui-wing</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
See more files for this project here