Skip to content

Commit

Permalink
archetype refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Feb 28, 2018
1 parent 7cefd06 commit a478047
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions archetype/tofilter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,30 @@

<dependencies>

<dependency>
<groupId>org.bsc.processor</groupId>
<artifactId>java2ts-processor</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.bsc.processor</groupId>
<artifactId>java2ts-processor</artifactId>
<version>${project.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.bsc</groupId>
<artifactId>jvm-npm-core</artifactId>
<version>1.1.0</version>
<groupId>org.bsc</groupId>
<artifactId>jvm-npm-core</artifactId>
<version>1.1.0</version>
</dependency>

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<proc>none</proc>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -60,6 +68,12 @@
<executable>tsc</executable>
<arguments>
</arguments>
<!-- remove comment if want skip tsc error
<successCodes>
<code>2</code>
</successCodes>
-->

</configuration>
</execution>
</executions>
Expand Down

0 comments on commit a478047

Please sign in to comment.