summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-15 16:06:15 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-15 16:07:02 +0200
commitddf1bbd1c00d93672cbd4639a17c4adf2ca90582 (patch)
treeda3fe159fd8d14406e8b43513b786fcd86c046c5 /pom.xml
parentb9bbb445b3f2b590f9fb67f071c8b2bbace2bee7 (diff)
Use scala-maven-plugin instead of deprecated maven-scala-plugin
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index a9d5915a909..6a825dbb057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,9 +223,9 @@
<version>1.0-alpha-2</version>
</plugin>
<plugin>
- <groupId>org.scala-tools</groupId>
- <artifactId>maven-scala-plugin</artifactId>
- <version>2.15.2</version>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
+ <version>3.2.2</version>
</plugin>
<plugin>
<groupId>com.yahoo.vespa</groupId>
@@ -248,9 +248,9 @@
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
- <groupId>org.scala-tools</groupId>
- <artifactId>maven-scala-plugin</artifactId>
- <versionRange>[2.15.2,)</versionRange>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
+ <versionRange>[3.2.2,)</versionRange>
<goals>
<goal>add-source</goal>
<goal>testCompile</goal>