hspc-release-spring-boot-dependencies
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.hspconsortium.release</groupId> <artifactId>hspc-release-spring-boot-dependencies</artifactId> <version>0.10.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> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>1.5.9.RELEASE</version> </parent> <groupId>org.hspconsortium.release</groupId> <artifactId>hspc-release-spring-boot-dependencies</artifactId> <version>0.10.0</version> <packaging>pom</packaging> <name>Release Spring Boot Dependencies</name> <description>Release information</description> <url>https://healthservices.atlassian.net/wiki/display/HSPC/Healthcare+Services+Platform+Consortium</url> <organization> <name>Healthcare Services Platform Consortium</name> <url>http://hspconsortium.org</url> </organization> <inceptionYear>2014</inceptionYear> <licenses> <license> <name>Apache Software License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <connection>scm:git:ssh://git@bitbucket.org/hspconsortium/release-spring-boot-dependencies.git</connection> <developerConnection>scm:git:ssh://git@bitbucket.org/hspconsortium/release-spring-boot-dependencies.git</developerConnection> <url>https://bitbucket.org/hspconsortium/release-spring-boot-dependencies.git</url> <tag>HEAD</tag> </scm> <developers> <developer> <name>Travis Cummings</name> <email>travis@iSalusSolutions.com</email> <organization>iSalusSolutions</organization> <organizationUrl>http://www.isalussolutions.com</organizationUrl> </developer> <developer> <name>Amy Ballard</name> <email>amy@iSalusSolutions.com</email> <organization>iSalusSolutions</organization> <organizationUrl>http://www.isalussolutions.com</organizationUrl> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <build> <pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.5.1</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <inherited>false</inherited> <executions> <execution> <id>update-project-license</id> <phase>package</phase> <goals> <goal>update-project-license</goal> </goals> <configuration> <licenseName>apache_v2</licenseName> </configuration> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>ALLMODULES</id> <activation> <activeByDefault>true</activeByDefault> </activation> <repositories> <repository> <id>mvnrepository</id> <name>mvnrepository</name> <url>http://mvnrepository.com</url> </repository> <repository> <id>oss-snapshots</id> <snapshots> <enabled>true</enabled> </snapshots> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </repository> </repositories> </profile> <profile> <id>DEPLOY</id> <activation> <activeByDefault>false</activeByDefault> </activation> <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> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.4</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.10.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <failOnError> false </failOnError> </configuration> </execution> </executions> </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> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>true</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>DEPLOY-HSPC</id> <activation> <activeByDefault>false</activeByDefault> </activation> <distributionManagement> <repository> <id>hspc-releases</id> <name>HSPC Releases</name> <url>https://nexus.hspconsortium.org/repository/maven-releases/</url> </repository> <snapshotRepository> <id>hspc-snapshots</id> <name>HSPC Snapshot</name> <url>https://nexus.hspconsortium.org/repository/maven-snapshots/</url> </snapshotRepository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.4</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.10.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> <configuration> <failOnError> false </failOnError> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>