You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/04 06:55:33 UTC

camel git commit: Revert "CAMEL-8427 Publish scala test jar to expose ScalaTestSupport"

Repository: camel
Updated Branches:
  refs/heads/master 55b2bf86e -> d2e81819d


Revert "CAMEL-8427 Publish scala test jar to expose ScalaTestSupport"

This reverts commit 93117a1b2800cfcfffbf99aea230e1a245a6729c.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d2e81819
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d2e81819
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d2e81819

Branch: refs/heads/master
Commit: d2e81819d8f99d6755b74839df20c1a569b82efb
Parents: 55b2bf8
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Mar 4 06:56:41 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Mar 4 06:56:41 2015 +0100

----------------------------------------------------------------------
 components/camel-scala/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d2e81819/components/camel-scala/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml
index 13c24f6..27bf65b 100644
--- a/components/camel-scala/pom.xml
+++ b/components/camel-scala/pom.xml
@@ -189,21 +189,6 @@
                     </classpathContainers>
                 </configuration>
             </plugin>
-            <plugin>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>test-jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <excludes>
-                        <exclude>log4j.properties</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
         </plugins>
     </build>