Repository: camel Updated Branches: refs/heads/master 8c3bcb01e -> 93117a1b2
CAMEL-8427 Publish scala test jar to expose ScalaTestSupport Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/93117a1b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/93117a1b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/93117a1b Branch: refs/heads/master Commit: 93117a1b2800cfcfffbf99aea230e1a245a6729c Parents: 8c3bcb0 Author: Shreyas Purohit <shreyas.puro...@gmail.com> Authored: Tue Mar 3 13:47:03 2015 -0800 Committer: Shreyas Purohit <shreyas.puro...@gmail.com> Committed: Tue Mar 3 13:47:03 2015 -0800 ---------------------------------------------------------------------- components/camel-scala/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/93117a1b/components/camel-scala/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-scala/pom.xml b/components/camel-scala/pom.xml index 27bf65b..13c24f6 100644 --- a/components/camel-scala/pom.xml +++ b/components/camel-scala/pom.xml @@ -189,6 +189,21 @@ </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>