bcm-pricing-calculator
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.cognitect.aws</groupId> <artifactId>bcm-pricing-calculator</artifactId> <version>871.2.31.23</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>bcm-pricing-calculator</artifactId> <packaging>jar</packaging> <version>871.2.31.23</version> <name>bcm-pricing-calculator</name> <description>bcm-pricing-calculator resources for com.cognitect.aws/api</description> <url>http://github.com/cognitect-labs/aws-api</url> <licenses> <license> <name>Apache-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-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> </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> </project>