http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.1.3/pom.xml
----------------------------------------------------------------------
diff --git a/chunk-templates-3.1.3/pom.xml b/chunk-templates-3.1.3/pom.xml
deleted file mode 100644
index 173e8c0..0000000
--- a/chunk-templates-3.1.3/pom.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.chunk-templates</artifactId>
-    <version>3.1.3_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>com.x5dev</pkgGroupId>
-        <pkgArtifactId>chunk-templates</pkgArtifactId>
-        <pkgVersion>3.1.3</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.x5.template;version=${pkgVersion};-split-package:=merge-first,
-            
com.x5.template.filters;version=${pkgVersion};-split-package:=merge-first,
-            com.x5.util;version=${pkgVersion};-split-package:=merge-first,
-            com.csvreader;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            net.minidev.json,
-            net.minidev.json.parser,
-            org.cheffo.jeplite;resolution:=optional,
-            com.madrobot.beans;resolution:=optional,
-            sun.misc;resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.1.3/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/chunk-templates-3.1.3/src/main/resources/OSGI-INF/bundle.info 
b/chunk-templates-3.1.3/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09fea18..0000000
--- a/chunk-templates-3.1.3/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Chunk is a Java Template Engine for applications that serve HTML or XML. 
It can handle plain text, markup, markdown etc.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.x5software.com/chunk/examples/ChunkExample\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.2.0/pom.xml
----------------------------------------------------------------------
diff --git a/chunk-templates-3.2.0/pom.xml b/chunk-templates-3.2.0/pom.xml
deleted file mode 100644
index d0b208e..0000000
--- a/chunk-templates-3.2.0/pom.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.chunk-templates</artifactId>
-    <version>3.2.0_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>com.x5dev</pkgGroupId>
-        <pkgArtifactId>chunk-templates</pkgArtifactId>
-        <pkgVersion>3.2.0</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.x5.template;version=${pkgVersion};-split-package:=merge-first,
-            
com.x5.template.filters;version=${pkgVersion};-split-package:=merge-first,
-            com.x5.util;version=${pkgVersion};-split-package:=merge-first,
-            com.csvreader;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            net.minidev.json,
-            net.minidev.json.parser,
-            org.cheffo.jeplite;resolution:=optional,
-            com.madrobot.beans;resolution:=optional,
-            sun.misc;resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.2.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/chunk-templates-3.2.0/src/main/resources/OSGI-INF/bundle.info 
b/chunk-templates-3.2.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09fea18..0000000
--- a/chunk-templates-3.2.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Chunk is a Java Template Engine for applications that serve HTML or XML. 
It can handle plain text, markup, markdown etc.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.x5software.com/chunk/examples/ChunkExample\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.2.2/pom.xml
----------------------------------------------------------------------
diff --git a/chunk-templates-3.2.2/pom.xml b/chunk-templates-3.2.2/pom.xml
deleted file mode 100644
index 057516e..0000000
--- a/chunk-templates-3.2.2/pom.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.chunk-templates</artifactId>
-    <version>3.2.2_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>com.x5dev</pkgGroupId>
-        <pkgArtifactId>chunk-templates</pkgArtifactId>
-        <pkgVersion>3.2.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.x5.template;version=${pkgVersion};-split-package:=merge-first,
-            
com.x5.template.filters;version=${pkgVersion};-split-package:=merge-first,
-            com.x5.util;version=${pkgVersion};-split-package:=merge-first,
-            com.csvreader;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            net.minidev.json,
-            net.minidev.json.parser,
-            org.cheffo.jeplite;resolution:=optional,
-            com.madrobot.beans;resolution:=optional,
-            sun.misc;resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.2.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/chunk-templates-3.2.2/src/main/resources/OSGI-INF/bundle.info 
b/chunk-templates-3.2.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09fea18..0000000
--- a/chunk-templates-3.2.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Chunk is a Java Template Engine for applications that serve HTML or XML. 
It can handle plain text, markup, markdown etc.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.x5software.com/chunk/examples/ChunkExample\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.2.3/pom.xml
----------------------------------------------------------------------
diff --git a/chunk-templates-3.2.3/pom.xml b/chunk-templates-3.2.3/pom.xml
deleted file mode 100644
index 177be9c..0000000
--- a/chunk-templates-3.2.3/pom.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>12</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.chunk-templates</artifactId>
-    <version>3.2.3_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        
<url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>com.x5dev</pkgGroupId>
-        <pkgArtifactId>chunk-templates</pkgArtifactId>
-        <pkgVersion>3.2.3</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            com.x5.template;version=${pkgVersion};-split-package:=merge-first,
-            
com.x5.template.filters;version=${pkgVersion};-split-package:=merge-first,
-            com.x5.util;version=${pkgVersion};-split-package:=merge-first,
-            com.csvreader;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            net.minidev.json,
-            net.minidev.json.parser,
-            org.cheffo.jeplite;resolution:=optional,
-            com.madrobot.beans;resolution:=optional,
-            sun.misc;resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                    <include>org.apache.lucene:*</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/chunk-templates-3.2.3/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/chunk-templates-3.2.3/src/main/resources/OSGI-INF/bundle.info 
b/chunk-templates-3.2.3/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 09fea18..0000000
--- a/chunk-templates-3.2.3/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,11 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Chunk is a Java Template Engine for applications that serve HTML or XML. 
It can handle plain text, markup, markdown etc.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://www.x5software.com/chunk/examples/ChunkExample\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/cometd-java-server-1.0.1/pom.xml
----------------------------------------------------------------------
diff --git a/cometd-java-server-1.0.1/pom.xml b/cometd-java-server-1.0.1/pom.xml
deleted file mode 100644
index d0d2d7f..0000000
--- a/cometd-java-server-1.0.1/pom.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.cometd-java-server</artifactId>
-    <version>1.0.1_4-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.cometd.java</pkgGroupId>
-        <pkgArtifactId>cometd-java-server</pkgArtifactId>
-        <pkgVersion>1.0.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.cometd
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.servlet*,
-            org.eclipse.jetty*;version="[7,9)",
-            *
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/cometd-java-server-1.0.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/cometd-java-server-1.0.1/src/main/resources/OSGI-INF/bundle.info 
b/cometd-java-server-1.0.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2b80417..0000000
--- a/cometd-java-server-1.0.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    CometD is a scalable HTTP-based event routing bus that uses a Ajax Push 
technology pattern known as Comet.
-    CometD is a Dojo Foundation project to provide implementations of the 
Bayeux protocol in javascript,
-    java, perl, python and other languages.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://cometd.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/cometd-java-server-2.1.1/pom.xml
----------------------------------------------------------------------
diff --git a/cometd-java-server-2.1.1/pom.xml b/cometd-java-server-2.1.1/pom.xml
deleted file mode 100644
index 05c1998..0000000
--- a/cometd-java-server-2.1.1/pom.xml
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.cometd-java-server</artifactId>
-    <version>2.1.1_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>org.cometd.java</pkgGroupId>
-        <pkgArtifactId>cometd-java-server</pkgArtifactId>
-        <pkgVersion>2.1.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.cometd
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.servlet*,
-            org.eclipse.jetty.continuation;version="[7.3,8)",
-            org.eclipse.jetty.jmx;version="[7.3,8)",
-            org.eclipse.jetty.util*;version="[7.3,8)",
-            org.eclipse.jetty.websocket;resolution:=optional;version="[7.3,8)",
-            *
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/cometd-java-server-2.1.1/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/cometd-java-server-2.1.1/src/main/resources/OSGI-INF/bundle.info 
b/cometd-java-server-2.1.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2b80417..0000000
--- a/cometd-java-server-2.1.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,13 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    CometD is a scalable HTTP-based event routing bus that uses a Ajax Push 
technology pattern known as Comet.
-    CometD is a Dojo Foundation project to provide implementations of the 
Bayeux protocol in javascript,
-    java, perl, python and other languages.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://cometd.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-beanutils-1.7.0/pom.xml
----------------------------------------------------------------------
diff --git a/commons-beanutils-1.7.0/pom.xml b/commons-beanutils-1.7.0/pom.xml
deleted file mode 100644
index 2a83248..0000000
--- a/commons-beanutils-1.7.0/pom.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
-    <version>1.7.0_7-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>commons-beanutils</pkgGroupId>
-        <pkgArtifactId>commons-beanutils</pkgArtifactId>
-        <pkgVersion>1.7.0</pkgVersion>
-        <servicemix.osgi.export>
-            
org.apache.commons.beanutils*;version=${project.version};-split-package:=merge-first,
-            !org.apache.commons.collections*
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-            
org.apache.commons.collections;version="[2.0,3)";resolution:=optional,
-            
org.apache.commons.collections*;version="[2.0,3)";resolution:=optional,
-            org.apache.commons.logging*;version="[1.0,2)";resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.commons.collections*;-split-package:=merge-first
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-beanutils-1.7.0/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/commons-beanutils-1.7.0/src/main/resources/OSGI-INF/bundle.info 
b/commons-beanutils-1.7.0/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2069f79..0000000
--- a/commons-beanutils-1.7.0/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,26 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Most Java developers are used to creating Java classes that conform to the 
JavaBeans naming patterns for
-    property getters and setters. It is natural to then access these methods 
directly, using calls to the
-    corresponding getXxx and setXxx methods. However, there are some occasions 
where dynamic access to Java
-    object properties (without compiled-in knowledge of the property getter 
and setter methods to be called)
-    is needed. Example use cases include:
-
-        * Building scripting languages that interact with the Java object 
model (such as the Bean Scripting
-          Framework).
-        * Building template language processors for web presentation and 
similar uses (such as JSP or Velocity).
-        * Building custom tag libraries for JSP and XSP environments (such as 
Jakarta Taglibs, Struts, Cocoon).
-        * Consuming XML-based configuration resources (such as Ant build 
scripts, web application deployment
-          descriptors, Tomcat's server.xml file).
-
-    The Java language provides Reflection and Introspection APIs (see the 
java.lang.reflect and java.beans
-    packages in the JDK Javadocs). However, these APIs can be quite complex to 
understand and utilize.
-    The BeanUtils component provides easy-to-use wrappers around these 
capabilities.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://commons.apache.org/beanutils/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-beanutils-1.8.2/pom.xml
----------------------------------------------------------------------
diff --git a/commons-beanutils-1.8.2/pom.xml b/commons-beanutils-1.8.2/pom.xml
deleted file mode 100644
index 221995d..0000000
--- a/commons-beanutils-1.8.2/pom.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
-    <version>1.8.2_5-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>commons-beanutils</pkgGroupId>
-        <pkgArtifactId>commons-beanutils</pkgArtifactId>
-        <pkgVersion>1.8.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.commons.beanutils
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            
org.apache.commons.collections;version="[3.0,4)";resolution:=optional,
-            
org.apache.commons.collections*;version="[3.0,4)";resolution:=optional,
-            org.apache.commons.logging*;version="[1.1,2)";resolution:=optional
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.private.pkg>
-            org.apache.commons.collections*;-split-package:=merge-first
-        </servicemix.osgi.private.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-beanutils-1.8.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/commons-beanutils-1.8.2/src/main/resources/OSGI-INF/bundle.info 
b/commons-beanutils-1.8.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 2069f79..0000000
--- a/commons-beanutils-1.8.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,26 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Most Java developers are used to creating Java classes that conform to the 
JavaBeans naming patterns for
-    property getters and setters. It is natural to then access these methods 
directly, using calls to the
-    corresponding getXxx and setXxx methods. However, there are some occasions 
where dynamic access to Java
-    object properties (without compiled-in knowledge of the property getter 
and setter methods to be called)
-    is needed. Example use cases include:
-
-        * Building scripting languages that interact with the Java object 
model (such as the Bean Scripting
-          Framework).
-        * Building template language processors for web presentation and 
similar uses (such as JSP or Velocity).
-        * Building custom tag libraries for JSP and XSP environments (such as 
Jakarta Taglibs, Struts, Cocoon).
-        * Consuming XML-based configuration resources (such as Ant build 
scripts, web application deployment
-          descriptors, Tomcat's server.xml file).
-
-    The Java language provides Reflection and Introspection APIs (see the 
java.lang.reflect and java.beans
-    packages in the JDK Javadocs). However, these APIs can be quite complex to 
understand and utilize.
-    The BeanUtils component provides easy-to-use wrappers around these 
capabilities.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://commons.apache.org/beanutils/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-codec-1.2/pom.xml
----------------------------------------------------------------------
diff --git a/commons-codec-1.2/pom.xml b/commons-codec-1.2/pom.xml
deleted file mode 100644
index 45dbac9..0000000
--- a/commons-codec-1.2/pom.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
-    <version>1.2_6-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>commons-codec</pkgGroupId>
-        <pkgArtifactId>commons-codec</pkgArtifactId>
-        <pkgVersion>1.2</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.commons.codec
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <!-- Not available on Central
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-        -->
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-codec-1.2/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/commons-codec-1.2/src/main/resources/OSGI-INF/bundle.info 
b/commons-codec-1.2/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index b688f77..0000000
--- a/commons-codec-1.2/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,12 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Commons Codec provides implementations of common encoders and decoders 
such as Base64, Hex, Phonetic
-    and URLs.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://commons.apache.org/codec/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-configuration-1.4/pom.xml
----------------------------------------------------------------------
diff --git a/commons-configuration-1.4/pom.xml 
b/commons-configuration-1.4/pom.xml
deleted file mode 100644
index b3aa646..0000000
--- a/commons-configuration-1.4/pom.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    
<artifactId>org.apache.servicemix.bundles.commons-configuration</artifactId>
-    <version>1.4_5-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>commons-configuration</pkgGroupId>
-        <pkgArtifactId>commons-configuration</pkgArtifactId>
-        <pkgVersion>1.4</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.commons.configuration
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.naming,
-            javax.servlet;resolution:=optional,
-            javax.sql,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*,
-            org.apache.commons.beanutils;version="[1.7,2)",
-            org.apache.commons.codec*;version="[1.3,2)",
-            org.apache.commons.collections*;version="[3.2,4)",
-            org.apache.commons.digester*;version="[1.8,2)",
-            org.apache.commons.jxpath*;version="[1.2,2)",
-            org.apache.commons.lang*;version="[2.3,3)",
-            org.apache.commons.logging*;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-configuration-1.4/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/commons-configuration-1.4/src/main/resources/OSGI-INF/bundle.info 
b/commons-configuration-1.4/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 6142644..0000000
--- a/commons-configuration-1.4/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,32 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Commons Configuration provides a generic configuration interface which 
enables a Java application to read
-    configuration data from a variety of sources. Commons Configuration 
provides typed access to single, and
-    multi-valued configuration parameters as demonstrated by the following 
code:
-
-        Double double = config.getDouble("number");
-        Integer integer = config.getInteger("number");
-
-    Configuration parameters may be loaded from the following sources:
-
-        * Properties files
-        * XML documents
-        * Windows INI files
-        * Property list files (plist)
-        * JNDI
-        * JDBC Datasource
-        * System properties
-        * Applet parameters
-        * Servlet parameters
-
-    Different configuration sources can be mixed using a ConfigurationFactory 
and a CompositeConfiguration.
-    Additional sources of configuration parameters can be created by using 
custom configuration objects.
-    This customization can be achieved by extending AbstractConfiguration or 
AbstractFileConfiguration.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://commons.apache.org/configuration/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-configuration-1.8/pom.xml
----------------------------------------------------------------------
diff --git a/commons-configuration-1.8/pom.xml 
b/commons-configuration-1.8/pom.xml
deleted file mode 100644
index caa409c..0000000
--- a/commons-configuration-1.8/pom.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>10</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    
<artifactId>org.apache.servicemix.bundles.commons-configuration</artifactId>
-    <version>1.8_3-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>commons-configuration</pkgGroupId>
-        <pkgArtifactId>commons-configuration</pkgArtifactId>
-        <pkgVersion>1.8</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.commons.configuration
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-            javax.naming,
-            javax.servlet;resolution:=optional,
-            javax.sql,
-            javax.xml*,
-            org.w3c.dom,
-            org.xml.sax*,
-            org.apache.commons.beanutils;version="[1.7,2)",
-            org.apache.commons.codec*;version="[1.3,2)",
-            org.apache.commons.collections*;version="[3.2,4)",
-            org.apache.commons.digester*;version="[1.8,2)",
-            org.apache.commons.jxpath*;version="[1.2,2)",
-            org.apache.commons.lang*;version="[2.3,3)",
-            org.apache.commons.jexl2,
-            org.apache.xml.resolver*,
-            org.apache.commons.vfs2*;resolution:=optional,
-            org.apache.commons.logging*;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-configuration-1.8/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/commons-configuration-1.8/src/main/resources/OSGI-INF/bundle.info 
b/commons-configuration-1.8/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 6142644..0000000
--- a/commons-configuration-1.8/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,32 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Commons Configuration provides a generic configuration interface which 
enables a Java application to read
-    configuration data from a variety of sources. Commons Configuration 
provides typed access to single, and
-    multi-valued configuration parameters as demonstrated by the following 
code:
-
-        Double double = config.getDouble("number");
-        Integer integer = config.getInteger("number");
-
-    Configuration parameters may be loaded from the following sources:
-
-        * Properties files
-        * XML documents
-        * Windows INI files
-        * Property list files (plist)
-        * JNDI
-        * JDBC Datasource
-        * System properties
-        * Applet parameters
-        * Servlet parameters
-
-    Different configuration sources can be mixed using a ConfigurationFactory 
and a CompositeConfiguration.
-    Additional sources of configuration parameters can be created by using 
custom configuration objects.
-    This customization can be achieved by extending AbstractConfiguration or 
AbstractFileConfiguration.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://commons.apache.org/configuration/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/428046ec/commons-dbcp-1.2.2/pom.xml
----------------------------------------------------------------------
diff --git a/commons-dbcp-1.2.2/pom.xml b/commons-dbcp-1.2.2/pom.xml
deleted file mode 100644
index 3204c8b..0000000
--- a/commons-dbcp-1.2.2/pom.xml
+++ /dev/null
@@ -1,108 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.commons-dbcp</artifactId>
-    <version>1.2.2_8-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
-
-    <properties>
-        <pkgGroupId>commons-dbcp</pkgGroupId>
-        <pkgArtifactId>commons-dbcp</pkgArtifactId>
-        <pkgVersion>1.2.2</pkgVersion>
-        <servicemix.osgi.export>
-            
org.apache.commons.dbcp*;version=${pkgVersion};-split-package:=merge-first,
-            
org.apache.commons.jocl*;version=${pkgVersion};-split-package:=merge-first
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-            org.apache.commons.pool*;version="[1.3,2)"
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.dynamicimport.pkg>
-            *
-        </servicemix.osgi.dynamicimport.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <!-- Not available on Central
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </dependency>
-        -->
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    
<include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    
<artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            
<createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>

Reply via email to