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 7a20534489b97572c36456e43c782c4059463e73
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Feb 7 09:49:13 2020 +0100

    Removed not used stuff from pom
---
 core/camel-api/pom.xml | 236 +------------------------------------------------
 1 file changed, 1 insertion(+), 235 deletions(-)

diff --git a/core/camel-api/pom.xml b/core/camel-api/pom.xml
index 30f107b..ce6c7e9 100644
--- a/core/camel-api/pom.xml
+++ b/core/camel-api/pom.xml
@@ -52,79 +52,6 @@
 
     </dependencies>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <links>
-                        
<link>http://download.oracle.com/javase/7/docs/api/</link>
-                        <link>http://download.oracle.com/javaee/7/api/</link>
-                    </links>
-                    <linksource>true</linksource>
-                    <maxmemory>256m</maxmemory>
-                    <groups>
-                        <group>
-                            <title>Camel API</title>
-                            <packages>org.apache.camel</packages>
-                        </group>
-                        <group>
-                            <title>Fluent API (DSL) for building EIP 
rules</title>
-                            
<packages>org.apache.camel.builder:org.apache.camel.builder.*</packages>
-                        </group>
-                        <group>
-                            <title>EIP model</title>
-                            
<packages>org.apache.camel.model:org.apache.camel.model.*</packages>
-                        </group>
-                        <group>
-                            <title>Camel Components</title>
-                            
<packages>org.apache.camel.component:org.apache.camel.component.*</packages>
-                        </group>
-                        <group>
-                            <title>Language APIs and plugins for Expressions 
and Predicates</title>
-                            
<packages>org.apache.camel.language:org.apache.camel.language.*</packages>
-                        </group>
-                        <group>
-                            <title>Processors to implement the Enterprise 
Integration Patterns</title>
-                            
<packages>org.apache.camel.processor:org.apache.camel.processor.*</packages>
-                        </group>
-                        <group>
-                            <title>Strategy APIs for implementors extending 
Camel</title>
-                            <packages>org.apache.camel.spi</packages>
-                        </group>
-                        <group>
-                            <title>Support APIs for implementors</title>
-                            
<packages>org.apache.camel.support:org.apache.camel.support.*</packages>
-                        </group>
-                        <group>
-                            <title>Management (JMX) API</title>
-                            <packages>
-                                
org.apache.camel.management:org.apache.camel.management.*:org.apache.camel.api.management.mbean
-                            </packages>
-                        </group>
-                        <group>
-                            <title>Camel Runtime</title>
-                            
<packages>org.apache.camel.impl:org.apache.camel.impl.*</packages>
-                        </group>
-                        <group>
-                            <title>Camel Main to run Camel standalone</title>
-                            <packages>org.apache.camel.main</packages>
-                        </group>
-                        <group>
-                            <title>Type conversion helper classes</title>
-                            
<packages>org.apache.camel.converter:org.apache.camel.converter.*</packages>
-                        </group>
-                        <group>
-                            <title>Utility classes</title>
-                            
<packages>org.apache.camel.util:org.apache.camel.util.*</packages>
-                        </group>
-                    </groups>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-
     <profiles>
         <profile>
             <id>release</id>
@@ -142,171 +69,10 @@
                                 </goals>
                             </execution>
                         </executions>
-                        <configuration>
-                            <links>
-                                
<link>http://download.oracle.com/javase/7/docs/api/</link>
-                                
<link>http://download.oracle.com/javaee/7/api/</link>
-                            </links>
-                            <linksource>true</linksource>
-                            <maxmemory>256m</maxmemory>
-                            <groups>
-                                <group>
-                                    <title>Camel API</title>
-                                    <packages>org.apache.camel</packages>
-                                </group>
-                                <group>
-                                    <title>Fluent API (DSL) for building EIP 
rules</title>
-                                    
<packages>org.apache.camel.builder:org.apache.camel.builder.*</packages>
-                                </group>
-                                <group>
-                                    <title>EIP model</title>
-                                    
<packages>org.apache.camel.model:org.apache.camel.model.*</packages>
-                                </group>
-                                <group>
-                                    <title>Camel Components</title>
-                                    
<packages>org.apache.camel.component:org.apache.camel.component.*</packages>
-                                </group>
-                                <group>
-                                    <title>Language APIs and plugins for 
Expressions and Predicates</title>
-                                    
<packages>org.apache.camel.language:org.apache.camel.language.*</packages>
-                                </group>
-                                <group>
-                                    <title>Processors to implement the 
Enterprise Integration Patterns</title>
-                                    
<packages>org.apache.camel.processor:org.apache.camel.processor.*</packages>
-                                </group>
-                                <group>
-                                    <title>Strategy APIs for implementors 
extending Camel</title>
-                                    <packages>org.apache.camel.spi</packages>
-                                </group>
-                                <group>
-                                    <title>Support APIs for 
implementors</title>
-                                    
<packages>org.apache.camel.support:org.apache.camel.support.*</packages>
-                                </group>
-                                <group>
-                                    <title>Management (JMX) API</title>
-                                    <packages>
-                                        
org.apache.camel.management:org.apache.camel.management.*:org.apache.camel.api.management.mbean
-                                    </packages>
-                                </group>
-                                <group>
-                                    <title>Camel Runtime</title>
-                                    
<packages>org.apache.camel.impl:org.apache.camel.impl.*</packages>
-                                </group>
-                                <group>
-                                    <title>Camel Main to run Camel 
standalone</title>
-                                    <packages>org.apache.camel.main</packages>
-                                </group>
-                                <group>
-                                    <title>Type conversion helper 
classes</title>
-                                    
<packages>org.apache.camel.converter:org.apache.camel.converter.*</packages>
-                                </group>
-                                <group>
-                                    <title>Utility classes</title>
-                                    
<packages>org.apache.camel.util:org.apache.camel.util.*</packages>
-                                </group>
-                            </groups>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <!-- skip management tests on AIX as it hangs CI servers -->
-        <profile>
-            <id>aix</id>
-            <activation>
-                <os>
-                    <name>aix</name>
-                </os>
-            </activation>
-            <properties>
-                
<platform.skip.tests>org/apache/camel/management/**/*.java</platform.skip.tests>
-            </properties>
-        </profile>
-        <profile>
-            <id>xalan</id>
-            <dependencies>
-                <!-- enable the Xalan processor -->
-                <dependency>
-                    <groupId>xalan</groupId>
-                    <artifactId>xalan</artifactId>
-                    <version>${xalan-version}</version>
-                </dependency>
-            </dependencies>
-        </profile>
-        <profile>
-            <id>xerces</id>
-            <dependencies>
-                <!-- enable the xerces processor -->
-                <dependency>
-                    <groupId>xerces</groupId>
-                    <artifactId>xercesImpl</artifactId>
-                    <version>${xerces-version}</version>
-                </dependency>
-            </dependencies>
-        </profile>
-        <profile>
-            <id>woodstox</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <!-- xmltokenizer using woodstox -->
-                <dependency>
-                    <groupId>org.codehaus.woodstox</groupId>
-                    <artifactId>woodstox-core-asl</artifactId>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-
-        <profile>
-            <id>jdk9+-build</id>
-            <activation>
-                <jdk>[9,)</jdk>
-            </activation>
-            <dependencies>
-                <!-- xmltokenizer using woodstox -->
-                <dependency>
-                    <groupId>org.codehaus.woodstox</groupId>
-                    <artifactId>woodstox-core-asl</artifactId>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-surefire-plugin</artifactId>
-                        <configuration>
-                            <!-- skip file stress tests as they are intended 
to run manually -->
-                            <excludes>
-                                
<exclude>org/apache/camel/component/file/stress/**.java</exclude>
-                                
<exclude>**/DistributedCompletionIntervalTest.java</exclude>
-                                
<exclude>**/DistributedConcurrentPerCorrelationKeyTest.java</exclude>
-                                <exclude>${platform.skip.tests}</exclude>
-                            </excludes>
-                            
<forkedProcessTimeoutInSeconds>3000</forkedProcessTimeoutInSeconds>
-                            <!-- needed for testing the properties component 
-->
-                            <environmentVariables>
-                                <FOO_SERVICE_HOST>myserver</FOO_SERVICE_HOST>
-                                <FOO_SERVICE_PORT>8081</FOO_SERVICE_PORT>
-                            </environmentVariables>
-                        </configuration>
-                        <dependencies>
-                            <dependency>
-                                <groupId>jakarta.xml.bind</groupId>
-                                <artifactId>jakarta.xml.bind-api</artifactId>
-                                <version>${jakarta-jaxb-version}</version>
-                            </dependency>
-                            <dependency>
-                                <groupId>org.glassfish.jaxb</groupId>
-                                <artifactId>jaxb-runtime</artifactId>
-                                
<version>${glassfish-jaxb-runtime-version}</version>
-                            </dependency>
-                        </dependencies>
                     </plugin>
                 </plugins>
             </build>
         </profile>
     </profiles>
+    
 </project>

Reply via email to