java2typescript icon indicating copy to clipboard operation
java2typescript copied to clipboard

Disable JS output?

Open ollwenjones opened this issue 9 years ago • 1 comments

Creating type definitions from the Java API is an awesome thing to do as a maven step, but compiling TypeScript to JavaScript / bundling the JavaScript is something that front-end-devs very often use a set of front-end-specific tools to do. (grunt/gulp/browserify/webpack, etc.)

Is there a way to have maven skip the TS to JS step?

ollwenjones avatar Jul 11 '16 17:07 ollwenjones

@ollwenjones, not right now, but we gladly accept a PR. (I personally don't use maven plugin, so I'm not likely to contribute that feature myself.)

atsu85 avatar Aug 23 '16 22:08 atsu85