Skip to content

Commit

Permalink
#11306 fix build, fix review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Dec 27, 2018
1 parent b3e4758 commit d18219d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typescript-dto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/api",
"version": "6.16.0",
"version": "6.17.0",
"description": "Eclipse Che DTO API",
"types": "index.d.ts",
"license": "EPL-2.0"
Expand Down
9 changes: 7 additions & 2 deletions typescript-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<artifactId>che-parent</artifactId>
<groupId>org.eclipse.che</groupId>
<version>6.16.0-SNAPSHOT</version>
<version>6.17.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.che.typescript.dto</groupId>
Expand Down Expand Up @@ -60,7 +60,12 @@
<target>
<exec executable="bash" failonerror="true">
<arg value="-c" />
<arg value="docker run -i --rm -v &quot;$HOME/.m2:/root/.m2&quot; -v &quot;${basedir}/dto-pom.xml:/usr/src/mymaven/pom.xml&quot; -w /usr/src/mymaven maven:3.3-jdk-8 /bin/bash -c &quot;mvn -q -U -DskipTests=true -Dfindbugs.skip=true -Dskip-validate-sources install &amp;&amp; cat target/dts-dto-typescript.d.ts&quot; >> index.d.ts" />
<arg value="docker run -i --rm -v &quot;$HOME/.m2:/root/.m2&quot;
-v &quot;${basedir}/dto-pom.xml:/usr/src/mymaven/pom.xml&quot;
-w /usr/src/mymaven maven:3.3-jdk-8
/bin/bash -c &quot;mvn -q -U -DskipTests=true -Dfindbugs.skip=true -Dskip-validate-sources install
&amp;&amp; cat target/dts-dto-typescript.d.ts&quot; >>
index.d.ts" />
</exec>
</target>
</configuration>
Expand Down

0 comments on commit d18219d

Please sign in to comment.