iot-roborunner
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cognitect.aws</groupId> <artifactId>iot-roborunner</artifactId> <version>847.2.1365.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <groupId>com.cognitect.aws</groupId> <artifactId>iot-roborunner</artifactId> <packaging>jar</packaging> <version>847.2.1365.0</version> <name>iot-roborunner</name> <description>iot-roborunner resources for com.cognitect.aws/api</description> <url>http://github.com/cognitect-labs/aws-api</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Cognitect</name> <email>labs@cognitect.com</email> <organization>Cognitect</organization> <organizationUrl>http://cognitect.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:cognitect-labs/aws-api.git </connection> <developerConnection>scm:git:git@github.com:cognitect-labs/aws-api.git </developerConnection> <url>git@github.com:cognitect-labs/aws-api.git</url> </scm> <build> <resources> <resource> <directory>resources</directory> </resource> <resource> <directory>src</directory> </resource> </resources> <directory>target</directory> <plugins> <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> <configuration> </configuration> </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.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.12</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <executable>gpg</executable> <gpgArguments> <arg>--pinentry-mode</arg> <arg>loopback</arg> </gpgArguments> <passphrase>${gpg.passphrase}</passphrase> </configuration> </execution> </executions> </plugin> </plugins> </build> <repositories> <repository> <id>clojars</id> <url>https://clojars.org/repo/</url> <releases> <enabled>true</enabled> </releases> </repository> </repositories> </project>