Updated Branches: refs/heads/master 58422ac77 -> ba5b44758
WICKET-5493 Disable jar indexing (cherry picked from commit f9ef8ed90b05d614657e9a07ab8dc29e5eebf026) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ba5b4475 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ba5b4475 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ba5b4475 Branch: refs/heads/master Commit: ba5b44758c2c4b3c89b90a744fad1921837e3106 Parents: 58422ac Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Jan 30 09:55:48 2014 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Jan 30 09:56:09 2014 +0100 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/ba5b4475/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 289015f..73dee0c 100644 --- a/pom.xml +++ b/pom.xml @@ -748,7 +748,6 @@ <configuration> <useDefaultManifestFile>true</useDefaultManifestFile> <archive> - <index>true</index> <manifest> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
