specification.http.multi.auth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>specification.http.multi.auth</artifactId>
<version>3.1.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kaazing</groupId>
<artifactId>k3po.parent</artifactId>
<version>3.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>specification.http.multi.auth</artifactId>
<name>HTTP Multi Auth Protocol Specification</name>
<url>https://github.com/k3po/k3po/specifications/http.multi.auth</url>
<description>HTTP Multi Auth Protocol specification</description>
<packaging>jar</packaging>
<scm>
<url>https://github.com/k3po/k3po</url>
<connection>scm:git:https://github.com/k3po/k3po.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
</scm>
<dependencies>
<dependency>
<!-- Needed for EL only, not AST -->
<groupId>org.kaazing</groupId>
<artifactId>k3po.lang</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>k3po.junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/scripts</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.kaazing</groupId>
<artifactId>k3po-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<skipTests>${skipITs}</skipTests>
</configuration>
<executions>
<execution>
<goals>
<goal>start</goal>
<goal>stop</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.kaazing</groupId>
<artifactId>specification.http</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</reporting>
</project>