| Group ID: | io.fabric8.online |
|---|---|
| Artifact ID: | parent |
| Version: | 1.0.93 |
| Last modified: | 18.04.2017 17:28 |
| Packaging: | pom |
| Name: | Fabric8 Online :: Parent |
| URL: | http://fabric8.io/ |
| Vendor: | Red Hat |
|
|
|
| Size: | 0.0 KB |
| Download: | https://repo.maven.apache.org/maven2/io/fabric8/online/parent/1.0.93/parent-1.0.93.jar |
| POM: |
Show
hide
<!--
Copyright 2005-2015 Red Hat, Inc.
Red Hat licenses this file to you under the Apache License, version
2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing
permissions and limitations under the License.
-->
<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>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<groupId>io.fabric8.online</groupId>
<artifactId>parent</artifactId>
<version>1.0.93</version>
<packaging>pom</packaging>
<name>Fabric8 Online :: Parent</name>
<url>http://fabric8.io/</url>
<inceptionYear>2015</inceptionYear>
<organization>
<name>Red Hat</name>
<url>http://redhat.com</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<prerequisites>
<maven>3.2.1</maven>
</prerequisites>
<!-- including A developer as it's required by the maven poms going into central -->
<developers>
<developer>
<id>geeks</id>
<name>Fabric8 Development Team</name>
<email>fabric8@googlegroups.com</email>
<organization>fabric8</organization>
<organizationUrl>http://fabric8.io/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:fabric8io/fabric8-online.git</connection>
<developerConnection>scm:git:git@github.com:fabric8io/fabric8-online.git</developerConnection>
<url>http://github.com/fabric8io/fabric8-online</url>
<tag>fabric8-online-2.0.1</tag>
</scm>
<properties>
<fabric8.version>2.2.157</fabric8.version>
<fabric8.console.version>2.2.199</fabric8.console.version>
<fabric8.devops.version>2.2.331</fabric8.devops.version>
<fabric8-team-components.version>3.0.14</fabric8-team-components.version>
<fabric8.forge.version>2.3.88</fabric8.forge.version>
<fabric8.ipaas.version>2.2.168</fabric8.ipaas.version>
<fabric8-runtime-console.version>1.0.15</fabric8-runtime-console.version>
<fabric8-ui.version>latest</fabric8-ui.version>
<fabric8-ui.image.name>registry.devshift.net/fabric8io/fabric8-ui</fabric8-ui.image.name>
<platform.version>2.4.19</platform.version>
<funktion-connectors.version>1.1.42</funktion-connectors.version>
<funktion.version>1.0.6</funktion.version>
<kubeflix.version>1.0.26</kubeflix.version>
<kubernetes.zipkin.version>0.1.8</kubernetes.zipkin.version>
<fabric8.maven.plugin.version>3.3.2</fabric8.maven.plugin.version>
<maven.require.version>3.1.1</maven.require.version>
<maven.enforcer.plugin.version>1.4</maven.enforcer.plugin.version>
<maven.javadoc.plugin.version>2.10.3</maven.javadoc.plugin.version>
</properties>
<distributionManagement>
<repository>
<id>oss-sonatype-staging</id>
<name>Sonatype Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>oss-sonatype-snapshots</id>
<name>OSS Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<repository>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<name>OSS Sonatype Nexus Snapshots</name>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>oss-sonatype-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<name>OSS Sonatype Nexus Snapshots</name>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<modules>
<module>apps</module>
<module>packages</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.plugin.version}</version>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<fork>true</fork>
<compilerArgs>
<arg>-J-Dproject.version=${project.version}</arg>
</compilerArgs>
</configuration>
</plugin>
<!-- generate a .zip with all the quickstarts -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<nonFilteredFileExtensions>
<nonFilteredFileExtension>zip</nonFilteredFileExtension>
<nonFilteredFileExtension>gz</nonFilteredFileExtension>
<nonFilteredFileExtension>jar</nonFilteredFileExtension>
</nonFilteredFileExtensions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven.enforcer.plugin.version}</version>
<executions>
<execution>
<id>enforce-versions</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireMavenVersion>
<version>${maven.require.version}</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<inherited>true</inherited>
<configuration>
<skipTests>${skipTests}</skipTests>
<excludes>
<exclude>${integrationTestPattern}</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>int-test</id>
<goals>
<goal>test</goal>
</goals>
<phase>integration-test</phase>
<configuration>
<skipTests>${skipItests}</skipTests>
<excludes>
<exclude>none</exclude>
</excludes>
<includes>
<include>${integrationTestPattern}</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-project</artifactId>
<version>${fabric8.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven.enforcer.plugin.version}</version>
<executions>
<execution>
<id>enforce-no-snapshots</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
</rules>
<fail>true</fail>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalparam>${javadoc.opts}</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>license</id>
<build>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.6</version>
<configuration>
<includes>
<include>src/main/java/**</include>
<include>src/test/java/**</include>
<include>pom.xml</include>
<include>**/*.xml</include>
<include>**/*.cfg</include>
<include>**/*.properties</include>
</includes>
<excludes>
<!-- exclude sampel data -->
<exclude>**/src/data/**</exclude>
<exclude>**/resources/data/**</exclude>
<!-- exclude hidden dir -->
<exclude>**/.*/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>
</properties>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency> <groupId>io.fabric8.online</groupId> <artifactId>parent</artifactId> <version>1.0.93</version> </dependency> |
| Gradle: | io.fabric8.online:parent:1.0.93 |
| Dependency Graph: |
Show
Less
More
|
All rights reserved, (c) insoso.at, version 2.0.40, 2008-2026.
findJAR.com is part of the serFISH.com service network.
Other services: • Online clipboard • Free browser-based SSH client • and many more.