| Group ID: |
org.rapidpm.microservice |
| Artifact ID: |
rapidpm-microservice |
| Version: |
0.0.4 |
| Last modified: |
23.11.2015 14:13 |
| Packaging: |
pom |
| Name: |
RapidPM MicroService Framework / Implementation |
| Description: |
MicroService Implementation for easy usage and fine grained options for production |
| URL: |
https://github.com/RapidPM/rapidpm-microservice |
| Vendor: |
RapidPM |
|
|
| Size: |
0.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/rapidpm/microservice/rapidpm-microservice/0.0.4/rapidpm-microservice-0.0.4.jar |
| POM: |
Show
hide
<?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/maven-v4_0_0.xsd">
<parent>
<artifactId>rapidpm-dependencies</artifactId>
<groupId>org.rapidpm</groupId>
<version>3.0.2</version>
<relativePath>../../pom.xml/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.rapidpm.microservice</groupId>
<artifactId>rapidpm-microservice</artifactId>
<packaging>pom</packaging>
<name>RapidPM MicroService Framework / Implementation</name>
<version>0.0.4</version>
<description>MicroService Implementation for easy usage and fine grained options for production</description>
<url>https://github.com/RapidPM/rapidpm-microservice</url>
<issueManagement>
<system>Github</system>
<url>https://github.com/RapidPM/rapidpm-microservice/issues</url>
</issueManagement>
<ciManagement>
<system>TravisCI</system>
<url>https://travis-ci.org/RapidPM/rapidpm-microservice/</url>
</ciManagement>
<inceptionYear>2013</inceptionYear>
<developers>
<developer>
<name>Sven Ruppert</name>
<email>sven.ruppert@gmail.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/RapidPM/rapidpm-microservice.git</connection>
<developerConnection>scm:git:https://github.com/RapidPM/rapidpm-microservice.git</developerConnection>
<url>https://github.com/RapidPM/rapidpm-microservice</url>
</scm>
<organization>
<name>RapidPM</name>
<url>http://www.rapidpm.org</url>
</organization>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/reduced-pom.xml</dependencyReducedPomLocation>
<transformers>
<transformer />
<transformer>
<mainClass>org.rapidpm.microservice.Main</mainClass>
</transformer>
</transformers>
<minimizeJar>false</minimizeJar>
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>*.java</exclude>
</excludes>
</filter>
</filters>
<artifactSet>
<excludes>
<exclude>junit:junit</exclude>
<exclude>jmock:*</exclude>
<exclude>org.openjdk.jmh:*</exclude>
<exclude>*:xml-apis</exclude>
<exclude>org.apache.maven:lib:tests</exclude>
<exclude>log4j:log4j:jar:</exclude>
</excludes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
<configuration>
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath />
<argument>org.openjdk.jmh.Main</argument>
</arguments>
<workingDirectory>${project.build.outputDirectory}</workingDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<configuration>
<repoToken>zZ8bx5IbHSZDSaPIo5htlUHf4Wxfopqrd</repoToken>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>sys-nexus-deploy</id>
<distributionManagement>
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
<profile>
<id>sys-nexus-deploy-reply</id>
<distributionManagement>
<repository>
<id>releasesReply</id>
<name>macrosreply Releases</name>
<url>http://10.64.54.53/nexus/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>snapshotsReply</id>
<url>http://10.64.54.53/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>
<modules>
<module>modules</module>
</modules>
</project>
|
| Maven: |
<dependency>
<groupId>org.rapidpm.microservice</groupId>
<artifactId>rapidpm-microservice</artifactId>
<version>0.0.4</version>
</dependency>
|
| Gradle: |
org.rapidpm.microservice:rapidpm-microservice:0.0.4 |
| Dependency Graph: |
Show
Less
More
|