Skip to content

Commit 217d282

Browse files
committed
mvn package succeeds with -nobootcp
1 parent e03e191 commit 217d282

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

samples/prj_multi_modules/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<dependency>
1414
<groupId>org.scala-lang</groupId>
1515
<artifactId>scala-library</artifactId>
16-
<version>2.12.10</version>
16+
<version>2.11.12</version>
1717
</dependency>
1818
</dependencies>
1919
</dependencyManagement>
@@ -25,6 +25,11 @@
2525
<groupId>net.alchim31.maven</groupId>
2626
<artifactId>scala-maven-plugin</artifactId>
2727
<version>4.3.0</version>
28+
<configuration>
29+
<args>
30+
<arg>-nobootcp</arg>
31+
</args>
32+
</configuration>
2833
<executions>
2934
<execution>
3035
<goals>

0 commit comments

Comments
 (0)