com.adobe.granite.oak.azureblobconnector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.oak.azureblobconnector</artifactId> <version>1.9.9</version> </dependency>
<!-- * * ADOBE CONFIDENTIAL * __________________ * * Copyright 2012 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: All information contained herein is, and remains * the property of Adobe Systems Incorporated and its suppliers, * if any. The intellectual and technical concepts contained * herein are proprietary to Adobe Systems Incorporated and its * suppliers and are protected by trade secret or copyright law. * Dissemination of this information or reproduction of this material * is strictly forbidden unless prior written permission is obtained * from Adobe Systems Incorporated. --> <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> <!-- ====================================================================== --> <!-- P A R E N T P R O J E C T D E S C R I P T I O N --> <!-- ====================================================================== --> <parent> <groupId>com.adobe.granite</groupId> <artifactId>parent</artifactId> <version>60</version> </parent> <!-- ====================================================================== --> <!-- P R O J E C T D E S C R I P T I O N --> <!-- ====================================================================== --> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.oak.azureblobconnector</artifactId> <version>1.9.9</version> <packaging>featurepackpackage</packaging> <name>OAK Azure Blob Storage Connector</name> <description>OAK Azure Blob Storage Connector</description> <!-- ====================================================================== --> <!-- S C M D E F I N I T I O N --> <!-- ====================================================================== --> <scm> <connection>scm:git:git@git.corp.adobe.com:Granite/com.adobe.granite.oak.azureblobconnector.git</connection> <developerConnection>scm:git:git@git.corp.adobe.com:Granite/com.adobe.granite.oak.azureblobconnector.git</developerConnection> <url>https://git.corp.adobe.com/Granite/com.adobe.granite.oak.azureblobconnector/tree/1.6/</url> <tag>com.adobe.granite.oak.azureblobconnector-1.9.9</tag> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <!-- ====================================================================== --> <!-- P R O P E R T I E S --> <!-- ====================================================================== --> <properties> <oak.version>1.9.8-R1842227</oak.version> <vault.package.group>adobe/granite</vault.package.group> <vault.package.requiresRoot>true</vault.package.requiresRoot> <vault.package.requiresRestart>true</vault.package.requiresRestart> <vault.package.acHandling>overwrite</vault.package.acHandling> </properties> <!-- ====================================================================== --> <!-- B U I L D D E F I N I T I O N --> <!-- ====================================================================== --> <build> <plugins> <plugin> <groupId>com.adobe.granite.maven</groupId> <artifactId>granitepackage-maven-plugin</artifactId> <version>1.1.22</version> <extensions>true</extensions> <configuration> <model><![CDATA[ [:package] product=AEM-6.4.0 group=${vault.package.group} requiresRoot=${vault.package.requiresRoot} requiresRestart=${vault.package.requiresRestart} acHandling=${vault.package.acHandling} [configurations] org.apache.jackrabbit.oak.plugins.blob.datastore.AzureDataStore azureSas="" azureBlobEndpoint="" container="" socketTimeout="120000" maxConnections="4" maxErrorRetry="10" org.apache.jackrabbit.oak.segment.SegmentNodeStoreService customBlobStore=B"true" [artifacts startLevel=1] com.adobe.granite/com.adobe.granite.framework-fragment.sun-apache-xml/1.0.0 [artifacts startLevel=15] org.apache.jackrabbit/oak-blob-cloud-azure/${oak.version} ]]></model> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <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-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>