concordion-extensions
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.concordion</groupId> <artifactId>concordion-extensions</artifactId> <version>1.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.concordion</groupId> <artifactId>concordion-extensions</artifactId> <version>1.1.1</version> <name>concordion-extensions</name> <description>This extensions library adds features to the Concordion acceptance test framework, such as embedding screenshots or logging information in the output</description> <url>http://www.concordion.org/ExtensionsLibrary.html</url> <inceptionYear>2010</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>nigel.charman.nz</id> <name>Nigel Charman</name> <url>http://gplus.to/NigelCharman</url> <roles> <role>Project owner</role> </roles> </developer> </developers> <issueManagement> <system>GoogleCode</system> <url>http://code.google.com/p/concordion-extensions/issues</url> </issueManagement> <scm> <connection>scm:git:git://github.com/concordion/concordion-extensions.git</connection> <developerConnection>scm:git:git@github.com:concordion/concordion-extensions.git</developerConnection> <url>https://github.com/concordion/concordion-extensions.git</url> </scm> <dependencies> <dependency> <groupId>org.concordion</groupId> <artifactId>concordion</artifactId> <version>1.4.4</version> <scope>compile</scope> </dependency> </dependencies> </project>