Skip to content

Commit

Permalink
Add jasmin-maven-plugin
Browse files Browse the repository at this point in the history
For compilation of .j Java assembler files.
  • Loading branch information
peterschrammel committed Jan 5, 2025
1 parent 25c6819 commit 678ee8f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jbmc/regression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<module>book-examples</module>
</modules>

<pluginRepositories>
<!-- for jasmin-maven-plugin -->
<pluginRepository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</pluginRepository>
</pluginRepositories>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -35,6 +43,19 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.github.abextm</groupId>
<artifactId>jasmin-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>compile-jasmin</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 678ee8f

Please sign in to comment.