You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Claus Ibsen <cl...@gmail.com> on 2015/03/04 06:23:18 UTC

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

-1

See my comment on the JIRA ticket.

On Wed, Mar 4, 2015 at 1:50 AM,  <ni...@apache.org> wrote:
> 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 <sh...@gmail.com>
> Authored: Tue Mar 3 13:47:03 2015 -0800
> Committer: Shreyas Purohit <sh...@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>
>
>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/