cukes-environment-variables-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>lv.ctco.cukes</groupId> <artifactId>cukes-environment-variables-plugin</artifactId> <version>1.0.10</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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>cukes</artifactId> <groupId>lv.ctco.cukes</groupId> <version>1.0.10</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cukes-environment-variables-plugin</artifactId> <name>Cukes Environment Variables plugin</name> <description>Make cukes-specific Environment Variables available in GlobalWorld</description> <dependencies> <dependency> <groupId>lv.ctco.cukes</groupId> <artifactId>cukes-core</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>