org.jresearch.flexess.test.pom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jresearch.flexess.test</groupId>
<artifactId>org.jresearch.flexess.test.pom</artifactId>
<version>1.3.44</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <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> <groupId>org.jresearch.flexess</groupId> <artifactId>org.jresearch.flexess.pom</artifactId> <version>1.3.44</version> <relativePath>../../pom/pom.xml</relativePath> </parent> <groupId>org.jresearch.flexess.test</groupId> <artifactId>org.jresearch.flexess.test.pom</artifactId> <name>Flexess: POM to Flexess test support</name> <packaging>pom</packaging> <modules> <module>../umi</module> </modules> </project>