Select Git revision
pom.xml

Raphael GIRARDOT authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 1.08 KiB
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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.cdma.plugin</groupId>
<artifactId>plugins</artifactId>
<version>3.7.6</version>
</parent>
<artifactId>netcdf-ansto</artifactId>
<name>ANSTO NetCDF</name>
<description>CDMA Plug-in: ANSTO using NetCDF</description>
<build>
<resources>
<resource>
<targetPath>META-INF</targetPath>
<directory>META-INF</directory>
</resource>
<resource>
<targetPath>OSGI-INF</targetPath>
<directory>OSGI-INF</directory>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.cdma</groupId>
<artifactId>core</artifactId>
</dependency>
<dependency>
<groupId>org.cdma.engine</groupId>
<artifactId>netcdf</artifactId>
</dependency>
</dependencies>
</project>