xdoclet-plugin-webwork
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.codehaus.xdoclet</groupId>
<artifactId>xdoclet-plugin-webwork</artifactId>
<version>1.0.5</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>
<parent>
<artifactId>xdoclet-taglib-plugin</artifactId>
<groupId>org.codehaus.xdoclet</groupId>
<version>1.0.5</version>
</parent>
<artifactId>xdoclet-plugin-webwork</artifactId>
<name>xdoclet-plugin-webwork</name>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.xdoclet</groupId>
<artifactId>maven2-xdoclet2-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>webwork</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<xdoclet.plugin.namespace>webwork</xdoclet.plugin.namespace>
</properties>
</project>