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 2018/02/28 10:48:27 UTC

[camel] 04/06: CAMEL-12304: camel-spring-sources - Misses some source files

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

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

commit b793a88dd27accb7235d1db6057c239057b01d47
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 28 11:41:12 2018 +0100

    CAMEL-12304: camel-spring-sources - Misses some source files
---
 components/camel-spring/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml
index 5c8b58b..5c85d52 100644
--- a/components/camel-spring/pom.xml
+++ b/components/camel-spring/pom.xml
@@ -343,6 +343,7 @@
                 <jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-sources.jar" update="true">
                   <fileset dir="${basedir}/../camel-core-osgi/src/main/java" includes="**/*" />
                   <fileset dir="${basedir}/../camel-core-xml/src/main/java" includes="**/*" />
+                  <fileset dir="${basedir}/src/main/java" includes="**/*" />
                 </jar>
               </target>
             </configuration>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.