summaryrefslogtreecommitdiffstats
path: root/container-test-jars
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 /container-test-jars
parentb9bbb445b3f2b590f9fb67f071c8b2bbace2bee7 (diff)
Use scala-maven-plugin instead of deprecated maven-scala-plugin
Diffstat (limited to 'container-test-jars')
-rw-r--r--container-test-jars/bundle-with-provided-bundle/pom.xml4
-rw-r--r--container-test-jars/jersey-resources/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/container-test-jars/bundle-with-provided-bundle/pom.xml b/container-test-jars/bundle-with-provided-bundle/pom.xml
index ecda9d0ef18..d0b378de8ba 100644
--- a/container-test-jars/bundle-with-provided-bundle/pom.xml
+++ b/container-test-jars/bundle-with-provided-bundle/pom.xml
@@ -44,8 +44,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.scala-tools</groupId>
- <artifactId>maven-scala-plugin</artifactId>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
<executions>
<execution>
<goals>
diff --git a/container-test-jars/jersey-resources/pom.xml b/container-test-jars/jersey-resources/pom.xml
index 75f3d68f2c6..33a3f03a962 100644
--- a/container-test-jars/jersey-resources/pom.xml
+++ b/container-test-jars/jersey-resources/pom.xml
@@ -31,8 +31,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.scala-tools</groupId>
- <artifactId>maven-scala-plugin</artifactId>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
<executions>
<execution>
<goals>