fixtures
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.fractal.bf.testing</groupId>
<artifactId>fixtures</artifactId>
<version>0.1</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>
<groupId>org.objectweb.fractal.bf.testing</groupId>
<artifactId>parent</artifactId>
<version>0.1</version>
</parent>
<artifactId>fixtures</artifactId>
<packaging>jar</packaging>
<description>Integration tests fixtures</description>
<name>Fractal-BF: Integration Tests Fixtures</name>
<build>
<plugins>
<!-- Source packaging needed by juliac -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/FRACTAL_BF_0_1//testing/fixtures</connection>
<url>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/tags/FRACTAL_BF_0_1//testing/fixtures</url>
</scm>
<dependencies>
<dependency>
<artifactId>fractal-api</artifactId>
<groupId>org.objectweb.fractal</groupId>
</dependency>
</dependencies>
<distributionManagement>
<site>
<id>${server.id}</id>
<url>
${distribution.url}/testing/fixtures
</url>
</site>
</distributionManagement>
</project>