File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 20
20
<module >book-examples</module >
21
21
</modules >
22
22
23
+ <pluginRepositories >
24
+ <!-- for jasmin-maven-plugin -->
25
+ <pluginRepository >
26
+ <id >jitpack.io</id >
27
+ <url >https://jitpack.io</url >
28
+ </pluginRepository >
29
+ </pluginRepositories >
30
+
23
31
<dependencyManagement >
24
32
<dependencies >
25
33
<dependency >
35
43
<build >
36
44
<pluginManagement >
37
45
<plugins >
46
+ <plugin >
47
+ <groupId >com.github.abextm</groupId >
48
+ <artifactId >jasmin-maven-plugin</artifactId >
49
+ <version >1.0</version >
50
+ <executions >
51
+ <execution >
52
+ <phase >generate-sources</phase >
53
+ <goals >
54
+ <goal >compile-jasmin</goal >
55
+ </goals >
56
+ </execution >
57
+ </executions >
58
+ </plugin >
38
59
<plugin >
39
60
<groupId >org.apache.maven.plugins</groupId >
40
61
<artifactId >maven-jar-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments