Repository: commons-text
Updated Branches:
  refs/heads/master 736326bff -> 548d1696f


removing shadeing


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/548d1696
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/548d1696
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/548d1696

Branch: refs/heads/master
Commit: 548d1696f42b21489efdecd09b6d5639780132a5
Parents: 736326b
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Wed Jan 25 08:25:07 2017 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Wed Jan 25 08:25:07 2017 -0500

----------------------------------------------------------------------
 pom.xml | 47 -----------------------------------------------
 1 file changed, 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/548d1696/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1e1b703..b6ec4c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,53 +187,6 @@
           </ignorePathsToDelete>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-shade-plugin</artifactId>
-        <!-- v1.7 is somehow not compatible with commons-parent 25; see
-             
http://svn.apache.org/viewvc?diff_format=h&view=revision&revision=1350822 -->
-        <version>1.6</version>
-        <configuration>
-          <minimizeJar>true</minimizeJar>
-          <createDependencyReducedPom>true</createDependencyReducedPom>
-          <createSourcesJar>true</createSourcesJar>
-          <artifactSet>
-            <includes>
-              <include>org.apache.commons:commons-lang3</include>
-            </includes>
-          </artifactSet>
-          <relocations>
-            <relocation>
-              <pattern>org.apache.commons.lang3.builder.</pattern>
-              
<shadedPattern>org.apache.commons.text.beta._lang3.builder.__</shadedPattern>
-            </relocation>
-            <relocation>
-              <pattern>org.apache.commons.lang3.exception.</pattern>
-              
<shadedPattern>org.apache.commons.text.beta._lang3.exception.__</shadedPattern>
-            </relocation>
-            <relocation>
-              <pattern>org.apache.commons.lang3.mutable.</pattern>
-              
<shadedPattern>org.apache.commons.text.beta._lang3.mutable.__</shadedPattern>
-            </relocation>
-            <relocation>
-              <pattern>org.apache.commons.lang3.tuple.</pattern>
-              
<shadedPattern>org.apache.commons.text.beta._lang3.tuple.__</shadedPattern>
-            </relocation>
-            <relocation>
-              <pattern>org.apache.commons.lang3.</pattern>
-              
<shadedPattern>org.apache.commons.text.beta._lang3.__</shadedPattern>
-            </relocation>
-          </relocations>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
 
   </build>

Reply via email to