Skip to content

de.eitco.cicd.typescript-maven-plugin 4.0.9-SNAPSHOT

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>de.eitco.cicd</groupId>
  <artifactId>typescript-maven-plugin</artifactId>
  <version>4.0.9-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

    This maven plugin provides a build lifecycle for transpiling and packaging typescript code, which it does
    building on top of the frontend maven plugin. It is intended for use in builds where there are java and
    typescript sources that produce components that need to be the same version.