maven-jaxb2-plugin-sample-dtd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin-sample-dtd</artifactId> <version>0.7.4</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> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin-sample-dtd</artifactId> <packaging>pom</packaging> <name>Maven JAXB 2.x Plugin Sample [dtd]</name> <parent> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin-samples</artifactId> <version>0.7.4</version> <relativePath>../pom.xml</relativePath> </parent> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> <id>maven-assembly</id> <phase>package</phase> </execution> </executions> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <id>maven-unpack</id> <phase>pre-integration-test</phase> </execution> </executions> </plugin> <plugin> <artifactId>maven-invoker-plugin</artifactId> <executions> <execution> <id>maven-integration-test</id> <phase>integration-test</phase> </execution> </executions> </plugin> </plugins> </build> </project>