Author: mcucchiara
Date: Mon Sep 12 14:26:06 2011
New Revision: 1169764
URL: http://svn.apache.org/viewvc?rev=1169764&view=rev
Log:
OGNL-16 - Removed the shade plugin configuration
Modified:
commons/proper/ognl/trunk/pom.xml
Modified: commons/proper/ognl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1169764&r1=1169763&r2=1169764&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Sep 12 14:26:06 2011
@@ -369,44 +369,5 @@ limitations under the License.
</plugins>
</reporting>
</profile>
- <profile>
- <id>shade</id>
- <activation>
- <property>
- <name>shade</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>1.4</version>
-
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>shade</goal>
- </goals>
- <configuration>
- <artifactSet>
- <excludes>
- <exclude>javassist:javassist</exclude>
- </excludes>
- </artifactSet>
- <relocations>
- <relocation>
- <pattern>org.apache.commons.ognl</pattern>
- <shadedPattern>ognl</shadedPattern>
- </relocation>
- </relocations>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>