transcoder-tests
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jvnet.transcoder</groupId>
<artifactId>transcoder-tests</artifactId>
<version>0.1.107</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> <groupId>org.jvnet.transcoder</groupId> <artifactId>transcoder-tests</artifactId> <packaging>pom</packaging> <name>Transcoder Tests</name> <parent> <groupId>org.jvnet.transcoder</groupId> <artifactId>transcoder-project</artifactId> <version>0.1.107</version> </parent> <modules> <!--module>one</module--> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.jvnet.transcoder</groupId> <artifactId>maven-transcoder-plugin</artifactId> <version>0.1.107</version> <executions> <execution> <goals> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> </project>