File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 27
27
</archive >
28
28
</configuration >
29
29
</plugin >
30
+ <plugin >
31
+ <groupId >org.codehaus.mojo</groupId >
32
+ <artifactId >exec-maven-plugin</artifactId >
33
+ <version >3.0.0</version >
34
+ <executions >
35
+ <execution >
36
+ <goals >
37
+ <goal >java</goal >
38
+ </goals >
39
+ </execution >
40
+ </executions >
41
+ <configuration >
42
+ <mainClass >org.dogethereum.agents.Main</mainClass >
43
+ </configuration >
44
+ </plugin >
30
45
</plugins >
31
46
</build >
32
47
116
131
</dependency >
117
132
<!-- -->
118
133
134
+ <!-- Execute plugin; used in integration tests -->
135
+ <dependency >
136
+ <groupId >org.codehaus.mojo</groupId >
137
+ <artifactId >exec-maven-plugin</artifactId >
138
+ <version >3.0.0</version >
139
+ </dependency >
140
+ <!-- -->
141
+
119
142
<dependency >
120
143
<groupId >com.google.guava</groupId >
121
144
<artifactId >guava</artifactId >
You can’t perform that action at this time.
0 commit comments