xhtml-v_1_0-strict
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.hisrc.w3c</groupId> <artifactId>xhtml-v_1_0-strict</artifactId> <version>1.4.0</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>xhtml-v_1_0-strict</artifactId> <packaging>jar</packaging> <name>W3C XHTML 1.0 Strict</name> <parent> <groupId>org.hisrc.w3c</groupId> <artifactId>w3c-schema-parent</artifactId> <version>1.4.0</version> <relativePath>../../schema-parent/pom.xml</relativePath> </parent> <build> <defaultGoal>install</defaultGoal> <plugins> <plugin> <groupId>org.jvnet.jaxb2.maven2</groupId> <artifactId>maven-jaxb2-plugin</artifactId> <configuration> <schemas> <schema> <url>http://www.w3.org/2002/08/xhtml/xhtml1-strict.xsd</url> </schema> </schemas> </configuration> </plugin> <plugin> <artifactId>maven-antrun-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> </plugin> </plugins> </build> </project>