bastion-distribution-enterprise
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.dodogeny</groupId>
<artifactId>bastion-distribution-enterprise</artifactId>
<version>1.2.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>io.github.dodogeny</groupId>
<artifactId>bastion-distribution-enterprise</artifactId>
<version>1.2.8</version>
<packaging>pom</packaging>
<name>Bastion Maven Plugin Enterprise - Distribution</name>
<description>Distribution package containing all artifacts, documentation, and examples</description>
<url>https://github.com/dodogeny/bastion-maven-plugin-enterprise</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dodogeny</id>
<name>Javed Neemuth</name>
<email>dil.neemuth@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/dodogeny/bastion-maven-plugin-enterprise.git</connection>
<developerConnection>scm:git:ssh://git@github.com:dodogeny/bastion-maven-plugin-enterprise.git</developerConnection>
<url>https://github.com/dodogeny/bastion-maven-plugin-enterprise</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.dodogeny</groupId>
<artifactId>bastion-maven-community-plugin</artifactId>
<version>1.2.8</version>
<type>maven-plugin</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.dodogeny</groupId>
<artifactId>bastion-maven-enterprise-plugin</artifactId>
<version>1.2.8</version>
<type>maven-plugin</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.dodogeny</groupId>
<artifactId>bastion-enterprise-features</artifactId>
<version>1.2.8</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>