Author: ctubbsii
Date: Mon Apr 22 17:40:17 2013
New Revision: 1470631
URL: http://svn.apache.org/r1470631
Log:
ACCUMULO-1315 remove useless configuration option; if we want this to do
something intelligent for a multi-module build, we're going to have to be
stricter about matching JIRA components to maven modules, so we can customize
the display report per module
Modified:
accumulo/branches/1.5/pom.xml
Modified: accumulo/branches/1.5/pom.xml
URL:
http://svn.apache.org/viewvc/accumulo/branches/1.5/pom.xml?rev=1470631&r1=1470630&r2=1470631&view=diff
==============================================================================
--- accumulo/branches/1.5/pom.xml (original)
+++ accumulo/branches/1.5/pom.xml Mon Apr 22 17:40:17 2013
@@ -333,7 +333,6 @@
<artifactId>maven-changes-plugin</artifactId>
<version>2.9</version>
<configuration>
- <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<issueManagementSystems>
<issueManagementSystem>JIRA</issueManagementSystem>
</issueManagementSystems>