no transpilation for core

This commit is contained in:
lgrignon 2017-02-04 16:31:25 +01:00
parent b08c686a77
commit 0a782017b0

View File

@ -54,30 +54,6 @@
</configuration>
</plugin>
<plugin>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<configuration>
<verbose>true</verbose>
<bundle>true</bundle>
<tsOut>src/main/resources/META-INF/resources/typings/${project.artifactId}/${project.version}</tsOut>
<targetVersion>ES5</targetVersion>
<excludes>
<exclude>**jsweet/util/function/**</exclude>
</excludes>
</configuration>
<executions>
<execution>
<id>generate-js</id>
<phase>generate-sources</phase>
<goals>
<goal>jsweet</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>