blob: 853ff16adadc936f0a6372d636c8e1e6270a98c5 [file] [log] [blame]
<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>org.apache.taverna.osgi</groupId>
<artifactId>taverna-osgi</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
</parent>
<artifactId>taverna-osgi-schemas</artifactId>
<name>Apache Taverna OSGi XML Schemas</name>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>