Skip to content

Commit

Permalink
with-content artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Levente Bonczidai <levente.bonczidai@hpe.com>
  • Loading branch information
Levente Bonczidai committed Jan 11, 2018
1 parent 524fcd7 commit 8e345f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ jdk:
- openjdk8

before_deploy:
- mvn clean -Passembly install -T 2.0C
- mvn clean -Passembly,content install -T 2.0C

deploy:
provider: releases
Expand All @@ -14,6 +14,8 @@ deploy:
file:
- cloudslang-cli/target/cslang-cli.zip
- cloudslang-cli/target/cslang-cli.tar.gz
- cloudslang-cli/target/cslang-cli-with-content.zip
- cloudslang-cli/target/cslang-cli-with-content.tar.gz
- cloudslang-content-verifier/target/cslang-builder.zip
- cloudslang-content-verifier/target/cslang-builder.tar.gz
skip_cleanup: true
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -12,9 +12,11 @@
<artifactId>cloudslang</artifactId>
<version>1.0.16-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
<description>A DSL for writing flows</description>
<url>https://github.com/CloudSlang/cloud-slang</url>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
Expand Down

0 comments on commit 8e345f7

Please sign in to comment.