@Babak  - Thanks again ! 

I just have one pom.xml. Won't the following remove all TypeConverters ? 


<build>
  <plugins>
    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-jar-plugin</artifactId>
      <configuration>
        <excludes>
          <exclude>**/TypeConverter</exclude>
        </excludes>
      </configuration>
    </plugin>
  </plugins>
</build>

--
View this message in context: 
http://camel.465427.n5.nabble.com/org-apache-camel-RuntimeCamelException-org-apache-camel-TypeConverterLoaderException-Failed-to-load--tp5575757p5578039.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to