Repository: activemq Updated Branches: refs/heads/trunk 3f5d17f59 -> cd47a3651
AMQ-4999: Disable jar indexing as suggest in the jira. Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/cd47a365 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/cd47a365 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/cd47a365 Branch: refs/heads/trunk Commit: cd47a3651988a13c3261d4a9dbf5c8d2c671321c Parents: 3f5d17f Author: Claus Ibsen <[email protected]> Authored: Sat Mar 29 11:52:17 2014 +0100 Committer: Claus Ibsen <[email protected]> Committed: Sat Mar 29 11:52:17 2014 +0100 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/cd47a365/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fc8f8a9..f706d32 100755 --- a/pom.xml +++ b/pom.xml @@ -1104,7 +1104,6 @@ <version>${maven-jar-plugin-version}</version> <configuration> <archive> - <index>true</index> <compress>true</compress> </archive> </configuration>
