| Group ID: |
io.apiman |
| Artifact ID: |
apiman-distro-wildfly8 |
| Last modified: |
03.05.2017 16:58 |
| Packaging: |
zip |
| Name: |
apiman-distro-wildfly8 |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/apiman/apiman-distro-wildfly8/1.3.0.Final/apiman-distro-wildfly8-1.3.0.Final-overlay.jar |
| POM: |
Show
hide
<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>io.apiman</groupId>
<artifactId>apiman-distro</artifactId>
<version>1.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>apiman-distro-wildfly8</artifactId>
<packaging>pom</packaging>
<name>apiman-distro-wildfly8</name>
<properties>
<version.org.keycloak>1.2.0.Final</version.org.keycloak>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-overlay</artifactId>
<type>zip</type>
<version>1.2.0.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- The WildFly 8 version of APIMan -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-manager-api-war-wildfly8</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-manager-ui-war-wildfly8</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-platforms-war-wildfly8-api</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-platforms-war-wildfly8-gateway</artifactId>
<type>war</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-gateway-engine-beans</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-distro-data</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>apiman-distro-es</artifactId>
<type>war</type>
</dependency>
<!-- KeyCloak -->
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-overlay</artifactId>
<type>zip</type>
<exclusions>
<exclusion>
<artifactId>keycloak-jboss-modules</artifactId>
<groupId>org.keycloak</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack</id>
<phase>generate-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-overlay</artifactId>
<version>${version.org.keycloak}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/keycloak</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>overlay</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<attach>true</attach>
<descriptors>
<descriptor>src/main/assembly/overlay.xml</descriptor>
</descriptors>
<archiverConfig>
<defaultDirectoryMode>0755</defaultDirectoryMode>
</archiverConfig>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>docker</id>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.1.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
<configuration>
<imageName>${project.artifactId}:${project.version}</imageName>
<dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources>
<resource>
<targetPath>/</targetPath>
<directory>${project.build.directory}</directory>
<include>${project.artifactId}-overlay.zip</include>
</resource>
</resources>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>io.apiman</groupId>
<artifactId>apiman-distro-wildfly8</artifactId>
<version>1.3.0.Final</version>
<classifier>overlay</classifier>
</dependency>
|
| Gradle: |
io.apiman:apiman-distro-wildfly8:1.3.0.Final:overlay |
| Dependencies: |
-
[JAR]
apiman-distro-data-null.jar
in ${project/groupId}/apiman-distro-data/null
-
[JAR]
apiman-distro-es-null.jar
in ${project/groupId}/apiman-distro-es/null
-
[JAR]
apiman-gateway-engine-beans-null.jar
in ${project/groupId}/apiman-gateway-engine-beans/null
-
[JAR]
apiman-gateway-platforms-war-wildfly8-api-null.jar
in ${project/groupId}/apiman-gateway-platforms-war-wildfly8-api/null
-
[JAR]
apiman-gateway-platforms-war-wildfly8-gateway-null.jar
in ${project/groupId}/apiman-gateway-platforms-war-wildfly8-gateway/null
-
[JAR]
apiman-manager-api-war-wildfly8-null.jar
in ${project/groupId}/apiman-manager-api-war-wildfly8/null
-
[JAR]
apiman-manager-ui-war-wildfly8-null.jar
in ${project/groupId}/apiman-manager-ui-war-wildfly8/null
-
[JAR]
keycloak-server-overlay-2.2.0.Final.jar
in org/keycloak/keycloak-server-overlay/2.2.0.Final
|
| Dependency Graph: |
Show
Less
More
|