Repository: camel
Updated Branches:
  refs/heads/master 0eb1545bd -> 55d4f227f


added missing files


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

Branch: refs/heads/master
Commit: 1efe686309a7d91fc993ef713283dcf9f5f6f031
Parents: da1036d
Author: nkukhar <kukha...@gmail.com>
Authored: Sun Feb 8 23:21:45 2015 -0800
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue Feb 10 09:50:07 2015 +0100

----------------------------------------------------------------------
 components/camel-blueprint/pom.xml | 19 +++++++++++++++++++
 tooling/maven/pom.xml              |  1 +
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1efe6863/components/camel-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-blueprint/pom.xml 
b/components/camel-blueprint/pom.xml
index 674220b..80d746d 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -167,6 +167,25 @@
               </executions>
             </plugin>
 
+            <plugin>
+              <groupId>org.apache.camel</groupId>
+              
<artifactId>camel-eip-documentation-enricher-maven-plugin</artifactId>
+              <executions>
+                <execution>
+                  <id>eip-documentation-enricher</id>
+                  <phase>package</phase>
+                  <goals>
+                    <goal>eip-documentation-enricher</goal>
+                  </goals>
+                  <configuration>
+                    
<inputCamelSchemaFile>${project.build.directory}/schema/camel-blueprint.xsd</inputCamelSchemaFile>
+                    
<outputCamelSchemaFile>${project.build.directory}/schema/camel-blueprint.xsd</outputCamelSchemaFile>
+                  </configuration>
+                </execution>
+              </executions>
+            </plugin>
+
+
         </plugins>
 
         <pluginManagement>

http://git-wip-us.apache.org/repos/asf/camel/blob/1efe6863/tooling/maven/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/pom.xml b/tooling/maven/pom.xml
index 7a14512..b203cd4 100644
--- a/tooling/maven/pom.xml
+++ b/tooling/maven/pom.xml
@@ -32,6 +32,7 @@
   <modules>
     <module>camel-package-maven-plugin</module>
     <module>camel-maven-plugin</module>
+    <module>camel-eip-documentation-maven-plugin</module>
     <module>guice-maven-plugin</module>
     <module>camel-api-component-maven-plugin</module>
   </modules>

Reply via email to