Skip to content

Commit

Permalink
jsinterop-base: Build from source
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Dec 12, 2023
1 parent 6d8c189 commit cd3df31
Show file tree
Hide file tree
Showing 42 changed files with 31 additions and 1,945 deletions.
31 changes: 31 additions & 0 deletions jacline-jsinterop-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,25 @@
<failOnWarnings>false</failOnWarnings>
</configuration>
</plugin>
<plugin>
<groupId>com.kohlschutter.jacline</groupId>
<artifactId>jacline-maven-plugin</artifactId>
<version>${jacline.version}</version>
<executions>
<execution>
<id>default-jacline-compile</id>
<goals>
<goal>compile</goal>
</goals>
<phase>compile</phase>
<configuration>
<transpileSourceRoots>
<transpileSourceRoot>src/main/java</transpileSourceRoot>
</transpileSourceRoots>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand All @@ -108,5 +127,17 @@
<artifactId>jacline-gcl-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.kohlschutter.jacline</groupId>
<artifactId>jacline-jrejs</artifactId>
<!-- Use the previous release version to avoid dependency cycle -->
<version>${jacline.version}</version>
<exclusions>
<exclusion>
<groupId>com.kohlschutter.jacline</groupId>
<artifactId>jacline-jsinterop-base</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit cd3df31

Please sign in to comment.