lakefs-enterprise-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.lakefs</groupId>
<artifactId>lakefs-enterprise-parent</artifactId>
<version>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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>lakefs-enterprise-parent</name>
<groupId>io.lakefs</groupId>
<artifactId>lakefs-enterprise-parent</artifactId>
<version>0</version>
<packaging>pom</packaging>
<description>lakeFS Enterprise root package for POM inheritance.</description>
<url>https://github.com/treeverse/lakeFS-Enterprise/tree/main/clients</url>
<licenses>
<license>
<name>apache2</name>
<url>http://www.apache.org/licenses/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Treeverse lakeFS dev</name>
<email>support@treeverse.io</email>
<organization>lakefs.io</organization>
<organizationUrl>https://lakefs.io</organizationUrl>
</developer>
</developers>
<scm>
<url>https://github.com/treeverse/lakeFS-Enterprise</url>
<connection>scm:git:git://github.com/treeverse/lakeFS-Enterprise.git</connection>
<developerConnection>scm:git:ssh://git@github.com/treeverse/lakeFS-Enterprise.git</developerConnection>
</scm>
<profiles>
<profile>
<id>treeverse-signing</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version> <!-- must match java/pom.xml -->
<configuration>
<keyname>05633E0FD6E005CBADCC720C9EC3AD0BD778689F</keyname>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>central</id>
<name>Maven Central Repo</name>
<url>https://central.sonatype.com</url>
</repository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
<failOnBuildFailure>true</failOnBuildFailure>
</configuration>
</plugin>
</plugins>
</build>
</project>