undo freemarker shading in tiny optional module
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/3dfde3e2 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/3dfde3e2 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/3dfde3e2 Branch: refs/heads/master Commit: 3dfde3e2177b728c873b607e4b069ba58f060928 Parents: 9045429 Author: Matt Benson <[email protected]> Authored: Fri Oct 28 21:56:23 2016 +0000 Committer: Matt Benson <[email protected]> Committed: Fri Oct 28 21:56:23 2016 +0000 ---------------------------------------------------------------------- bval-json/pom.xml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/3dfde3e2/bval-json/pom.xml ---------------------------------------------------------------------- diff --git a/bval-json/pom.xml b/bval-json/pom.xml index e5facf0..8be7961 100644 --- a/bval-json/pom.xml +++ b/bval-json/pom.xml @@ -72,45 +72,5 @@ </dependency> </dependencies> - <build> - <defaultGoal>install</defaultGoal> - - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <configuration> - <artifactSet> - <includes> - <include>org.freemarker:*</include> - </includes> - </artifactSet> - <relocations> - <relocation> - <pattern>freemarker</pattern> - <shadedPattern>org.apache.bval.json._fm</shadedPattern> - </relocation> - </relocations> - <minimizeJar>true</minimizeJar> - <promoteTransitiveDependencies>true</promoteTransitiveDependencies> - <createSourcesJar>true</createSourcesJar> - <shadeSourcesContent>true</shadeSourcesContent> - </configuration> - <executions> - <execution> - <goals> - <goal>shade</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </project>
