Skip to content

Commit f0a28b8

Browse files
Update pom.xml
Added a plugin
1 parent 5f9dda2 commit f0a28b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ipfix/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@
141141
</goals>
142142
</execution>
143143
</executions>
144+
<!-- Added plugin for onos 2.7.0 compatibility-->
145+
<plugin>
146+
<groupId>org.apache.maven.plugins</groupId>
147+
<artifactId>maven-surefire-plugin</artifactId>
148+
<configuration>
149+
<forkCount>3</forkCount>
150+
<reuseForks>true</reuseForks>
151+
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
152+
</configuration>
153+
</plugin>
154+
144155
</plugin>
145156
</plugins>
146157
</build>

0 commit comments

Comments
 (0)