From 15f6f438d539577f9b78f2a35c8fcb46af8c2228 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Mon, 12 Feb 2018 18:40:19 +0100 Subject: [PATCH] add support ot typescript compiling on process-resources --- jjs/pom.xml | 44 ++++++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 12 deletions(-) diff --git a/jjs/pom.xml b/jjs/pom.xml index 493742f..23d1d50 100644 --- a/jjs/pom.xml +++ b/jjs/pom.xml @@ -4,7 +4,8 @@ org.jjs jjs 1.0.0-SNAPSHOT - war + java2ts-processor::sample + jar jjs @@ -12,17 +13,36 @@ org.codehaus.mojo exec-maven-plugin 1.6.0 - - jjs - ${basedir}/src/main/ts - - -scripting - -classpath - - app.js - -- - - + + ${basedir}/src/main/ts + + + + jjs + + jjs + + -scripting + -classpath + + app.js + -- + + + + + tsc + process-resources + + exec + + + tsc + + + + +