[ 
https://issues.apache.org/jira/browse/APEXMALHAR-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306406#comment-16306406
 ] 

ASF GitHub Bot commented on APEXMALHAR-2517:
--------------------------------------------

tweise closed pull request #664: APEXMALHAR-2517 - Shaded 3.7.0 release with 
legacy packages
URL: https://github.com/apache/apex-malhar/pull/664
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/shaded-malhar37/pom.xml b/shaded-malhar37/pom.xml
new file mode 100644
index 0000000000..f58118b1fe
--- /dev/null
+++ b/shaded-malhar37/pom.xml
@@ -0,0 +1,133 @@
+<?xml version="1.0"?>
+<!--
+
+    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.
+
+-->
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd"; 
xmlns="http://maven.apache.org/POM/4.0.0";
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>18</version>
+    <relativePath/>
+  </parent>
+  <groupId>org.apache.apex</groupId>
+  <artifactId>apex-shaded-malhar37</artifactId>
+  <version>1.0.0</version>
+
+  <name>Apache Apex Malhar 3.7 compatibility jar</name>
+  <packaging>jar</packaging>
+
+  <properties>
+    <!-- skip source archives -->
+    <assembly.attach>false</assembly.attach>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <configuration>
+          <skipSource>true</skipSource>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <version>2.4.3</version>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+             <createSourcesJar>true</createSourcesJar>
+             <shadeSourcesContent>true</shadeSourcesContent>
+              <artifactSet>
+                <includes>
+                  <include>org.apache.apex:malhar-library</include>
+                  <include>org.apache.apex:malhar-contrib</include>
+                </includes>
+              </artifactSet>
+              <relocations>
+                <relocation>
+                  <pattern>org.apache.apex.malhar.lib</pattern>
+                  <shadedPattern>shaded.malhar37.lib</shadedPattern>
+                </relocation>
+                <relocation>
+                  <pattern>org.apache.apex.malhar.contrib</pattern>
+                  <shadedPattern>shaded.malhar37.contrib</shadedPattern>
+                </relocation>
+              </relocations>
+              
<dependencyReducedPomLocation>target/reduced-pom.xml</dependencyReducedPomLocation>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>flatten-maven-plugin</artifactId>
+        <version>1.0.0</version>
+        <configuration>
+          <outputDirectory>${project.basedir}/target</outputDirectory>
+          <flattenMode>clean</flattenMode>
+          <pomElements><name/></pomElements>
+        </configuration>
+        <executions>
+          <execution>
+            <id>flatten</id>
+            <phase>package</phase>
+            <goals>
+              <goal>flatten</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.apex</groupId>
+      <artifactId>malhar-library</artifactId>
+      <version>3.7.0</version>
+      <type>jar</type>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.apex</groupId>
+      <artifactId>malhar-contrib</artifactId>
+      <version>3.7.0</version>
+      <type>jar</type>
+      <exclusions>
+        <exclusion>
+          <groupId>*</groupId>
+          <artifactId>*</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
+</project>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Relocate classes to org.apache.apex packages
> --------------------------------------------
>
>                 Key: APEXMALHAR-2517
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2517
>             Project: Apache Apex Malhar
>          Issue Type: Task
>            Reporter: Thomas Weise
>            Assignee: Thomas Weise
>             Fix For: 4.0.0
>
>
> https://lists.apache.org/thread.html/bd1db8a2d01e23b0c0ab98a785f6ee9492a1ac9e52d422568a46e5f3@%3Cdev.apex.apache.org%3E



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to