SCT-12 Creates the SCSt sink that can launch tasks.

resolves  spring-cloud/spring-cloud-task#12
This commit is contained in:
Glenn Renfro
2016-03-02 15:12:18 -05:00
committed by Michael Minella
parent f35f8ef52d
commit aad0a0b1ee
33 changed files with 2154 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<groupId>io.spring</groupId>
<artifactId>timestamp-task</artifactId>
<packaging>jar</packaging>
<name>Timestamp Task</name>
@@ -20,6 +20,7 @@
<properties>
<start-class>org.springframework.cloud.task.timestamp.TaskApplication</start-class>
<skipInstall>true</skipInstall>
</properties>
<dependencies>
@@ -96,7 +97,7 @@
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
<skip>${skipInstall}</skip>
</configuration>
</plugin>
</plugins>