Skip to content

Commit

Permalink
Setup project for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Crow committed May 16, 2019
1 parent ceed161 commit b7b71f7
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 2 deletions.
35 changes: 34 additions & 1 deletion nexmo-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,45 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.nexmo</groupId>
<artifactId>nexmo-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>nexmo-spring-boot-autoconfigure</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>nexmo-spring-boot-autoconfigure</name>
<url>http://maven.apache.org</url>
<description>Spring Boot Auto Configuration for Nexmo</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>
<scm>
<connection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</connection>
<developerConnection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</developerConnection>
<url>https://github.com/Nexmo/nexmo-spring-boot-starter</url>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/Nexmo/nexmo-spring-boot-starter/master/LICENSE.md</url>
</license>
</licenses>
<organization>
<name>Nexmo</name>
<url>https://developer.nexmo.com/tools</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Nexmo/nexmo-spring-boot-starter/issues</url>
</issueManagement>
<developers>
<developer>
<id>devrel</id>
<name>Nexmo Developer Relations Team</name>
<email>[email protected]</email>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -110,4 +140,7 @@
</plugin>
</plugins>
</build>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
</project>
33 changes: 32 additions & 1 deletion nexmo-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,35 @@
<artifactId>nexmo-spring-boot-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>nexmo-spring-boot-starter</name>
<url>http://maven.apache.org</url>
<description>Nexmo Spring Boot Starter</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>

<scm>
<connection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</connection>
<developerConnection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</developerConnection>
<url>https://github.com/Nexmo/nexmo-spring-boot-starter</url>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/Nexmo/nexmo-spring-boot-starter/master/LICENSE.md</url>
</license>
</licenses>
<organization>
<name>Nexmo</name>
<url>https://developer.nexmo.com/tools</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Nexmo/nexmo-spring-boot-starter/issues</url>
</issueManagement>
<developers>
<developer>
<id>devrel</id>
<name>Nexmo Developer Relations Team</name>
<email>[email protected]</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.nexmo</groupId>
Expand All @@ -24,4 +52,7 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>
</project>
3 changes: 3 additions & 0 deletions nexmo-spring-boot-test-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@
</plugin>
</plugins>
</build>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>
58 changes: 58 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@

<name>nexmo-starter</name>
<description>Top level project for Nexmo Spring Boot Starter.</description>
<url>https://github.com/nexmo/nexmo-spring-boot-starter</url>
<scm>
<connection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</connection>
<developerConnection>scm:git:[email protected]:Nexmo/nexmo-spring-boot-starter</developerConnection>
<url>https://github.com/Nexmo/nexmo-spring-boot-starter</url>
</scm>
<licenses>
<license>
<name>MIT</name>
<url>https://raw.githubusercontent.com/Nexmo/nexmo-spring-boot-starter/master/LICENSE.md</url>
</license>
</licenses>
<organization>
<name>Nexmo</name>
<url>https://developer.nexmo.com/tools</url>
</organization>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/Nexmo/nexmo-spring-boot-starter/issues</url>
</issueManagement>
<developers>
<developer>
<id>devrel</id>
<name>Nexmo Developer Relations Team</name>
<email>[email protected]</email>
</developer>
</developers>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -28,5 +55,36 @@
<kotlin.version>1.3.31</kotlin.version>
<nexmo.version>4.3.0</nexmo.version>
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

0 comments on commit b7b71f7

Please sign in to comment.