rmock-full
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.agical.rmock</groupId>
<artifactId>rmock-full</artifactId>
<version>2.0.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">
<parent>
<groupId>com.agical.rmock</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<relativePath>parent_pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rmock-full</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<groupId>com.agical.rmock</groupId>
<name>RMock Delivery</name>
<dependencies>
<dependency>
<groupId>com.agical.rmock</groupId>
<artifactId>documentation</artifactId>
<version>2.0.0</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.0-beta-1</version>
<configuration>
<descriptor>src/assembly/deployment_assembly.xml</descriptor>
<finalName>fulldeploy</finalName>
<outputDirectory>target</outputDirectory>
<workDirectory>target/fulldeploy</workDirectory>
</configuration>
</plugin>
</plugins>
</build>
</project>