blob: 5fcf32b5c6031fbd38af7ab9ae143ce944fd034a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2009, by the California Institute of Technology.
ALL RIGHTS RESERVED. United States Government Sponsorship acknowledged.
View Parent POM
@author Thomas Huang {Thomas.Huang@jpl.nasa.gov}
@version $Id: $
-->
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>gov.nasa.podaac</groupId>
<artifactId>podaac</artifactId>
<version>0.0.0</version>
</parent>
<groupId>gov.nasa.podaac</groupId>
<artifactId>ocsi</artifactId>
<version>4.4.1</version>
<packaging>pom</packaging>
<name>OCSI Program Set</name>
<description> The OCSI Program Set captures presentation layer
implementations.</description>
<url>http://podaac-cm.jpl.nasa.gov/docs/ocsi/</url>
<modules>
<!--
<module>ghrsst-web</module>
<module>portal</module>
<module>vodc</module>
-->
</modules>
<repositories>
<repository>
<id>podaac-repo</id>
<name>PO.DAAC Repository</name>
<url>http://podaac-cm.jpl.nasa.gov/maven2</url>
<releases>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1</version>
<dependencies>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</project>