com.foo
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>xdoclet-plugins</groupId>
<artifactId>com.foo</artifactId>
<version>1.0.2</version>
</dependency><project>
<modelVersion>4.0.0</modelVersion>
<groupId>xdoclet-plugins</groupId>
<artifactId>com.foo</artifactId>
<name>maven-xdoclet2-plugin-example</name>
<version>1.0.2</version>
<ciManagement>
<notifiers>
<notifier>
<address>juze@intelli.biz</address>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2004</inceptionYear>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
</build>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>xdoclet-plugin-hibernate</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
</project>