You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2019/11/06 18:02:16 UTC

[camel] branch master updated: Remove plugin management of the no longer used scala-maven-plugin.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 977f1a5  Remove plugin management of the no longer used scala-maven-plugin.
977f1a5 is described below

commit 977f1a51ea2e738cc198bf7a885bc26083723da2
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Wed Nov 6 19:01:42 2019 +0100

    Remove plugin management of the no longer used scala-maven-plugin.
---
 parent/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5565dfc..7214d38 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -553,7 +553,6 @@
         <saxon-bundle-version>9.9.1-5_1</saxon-bundle-version>
         <saxon-version>9.9.1-5</saxon-version>
         <scala-version>2.11.7</scala-version>
-        <scala-maven-plugin-version>3.2.2</scala-maven-plugin-version>
         <scribe-version>1.3.7</scribe-version>
         <scribe-bundle-version>1.3.7_1</scribe-bundle-version>
         <serp-bundle-version>1.14.1_1</serp-bundle-version>
@@ -5290,24 +5289,6 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>net.alchim31.maven</groupId>
-                    <artifactId>scala-maven-plugin</artifactId>
-                    <version>${scala-maven-plugin-version}</version>
-                    <configuration>
-                        <args>
-                            <arg>-deprecation</arg>
-                        </args>
-                    </configuration>
-                    <executions>
-                        <execution>
-                            <goals>
-                                <goal>compile</goal>
-                                <goal>testCompile</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
                     <groupId>org.apache.cxf</groupId>
                     <artifactId>cxf-codegen-plugin</artifactId>
                     <version>${cxf-codegen-plugin-version}</version>