iso19139-v_20060504
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jvnet.ogc</groupId> <artifactId>iso19139-v_20060504</artifactId> <version>2.6.1</version> </dependency>
<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>iso19139-v_20060504</artifactId> <packaging>jar</packaging> <name>OGC ISO 19139 20060504</name> <parent> <groupId>org.jvnet.ogc</groupId> <artifactId>ogc-schema-parent</artifactId> <version>2.6.1</version> <relativePath>../../schema-parent/pom.xml</relativePath> </parent> <dependencies> <dependency> <groupId>org.hisrc.w3c</groupId> <artifactId>xlink-v_1_0</artifactId> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>gml-v_3_2_0</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> <configuration> <schemas> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/gco/gcoBase.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/gmx/gmx.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/gsr/gsr.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/gss/gss.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/gts/gts.xsd</url> </schema> <schema> <url>http://schemas.opengis.net/iso/19139/20060504/srv/srv.xsd</url> </schema> </schemas> <bindings> <binding> <dependencyResource> <groupId>${project.groupId}</groupId> <artifactId>ogc-schemas</artifactId> <resource>ogc/globalBindings.xjb</resource> <version>${project.version}</version> </dependencyResource> </binding> <binding> <dependencyResource> <groupId>org.hisrc.w3c</groupId> <artifactId>xlink-v_1_0</artifactId> <resource>xlink-v_1_0.jsonix.xjb</resource> <version>${w3c-schemas.version}</version> </dependencyResource> </binding> <binding> <dependencyResource> <groupId>${project.groupId}</groupId> <artifactId>gml-v_3_2_0</artifactId> <resource>gml-v_3_2_0.jsonix.xjb</resource> <version>${project.version}</version> </dependencyResource> </binding> </bindings> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>process-sources</phase> <configuration> <target> <delete dir="${basedir}/target/generated-sources/xjc/net/opengis/gml"/> <!--delete dir="${basedir}/target/generated-sources/xjc" includes="GML_*.*"/--> </target> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> </plugin> </plugins> </build> </project>