Skip to content

Commit

Permalink
Add cadplan-extension in PLUS version with maven
Browse files Browse the repository at this point in the history
  • Loading branch information
mukoki committed Jan 15, 2022
1 parent 27200ea commit 9387592
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file removed lib/plus/cadtools-extension-2.0.0.jar
Binary file not shown.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -163,6 +163,18 @@
<outputDirectory>${plus.folder}</outputDirectory>
</configuration>
</execution>
<execution>
<id>PLUS-install-cadtools-extension</id>
<goals>
<goal>wget</goal>
</goals>
<configuration>
<url>https://github.com/openjump-gis/cadtools-extension/releases/download/2.1.0/cadtools-extension-2.1.0.zip</url>
<sha1>45c27e06e1f7ed7517f0b06cea36189ad8ee1011</sha1>
<unpack>true</unpack>
<outputDirectory>${plus.folder}</outputDirectory>
</configuration>
</execution>
<execution>
<id>PLUS-install-concave_hull</id>
<goals>
Expand Down

0 comments on commit 9387592

Please sign in to comment.