Skip to content

Commit

Permalink
reactivated unpacking of rascal library
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 18, 2024
1 parent a8c26f8 commit 095d1f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>${rascal.version}</version>
<outputDirectory>${project.basedir}</outputDirectory>
<includes>docs/**/*.*</includes>
<excludes>docs/index.value</excludes>
</artifactItem>
<artifactItem>
<groupId>org.rascalmpl</groupId>
<artifactId>flybytes</artifactId>
Expand Down

0 comments on commit 095d1f5

Please sign in to comment.