Author: cwiklik Date: Tue Dec 29 15:12:05 2015 New Revision: 1722142 URL: http://svn.apache.org/viewvc?rev=1722142&view=rev Log: UIMA-4703
Modified: uima/uima-as/trunk/pom.xml Modified: uima/uima-as/trunk/pom.xml URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/pom.xml?rev=1722142&r1=1722141&r2=1722142&view=diff ============================================================================== --- uima/uima-as/trunk/pom.xml (original) +++ uima/uima-as/trunk/pom.xml Tue Dec 29 15:12:05 2015 @@ -204,7 +204,10 @@ </dependency> </dependencies> - + + + + <build> @@ -427,7 +430,7 @@ </executions> </plugin> - <plugin> + <!--plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.8</version> @@ -450,7 +453,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin--> <plugin> <!-- run Release Audit Tool (RAT) on src and bin distrs --> <groupId>org.apache.rat</groupId> @@ -531,7 +534,7 @@ <id>default-cli</id> <configuration> <fixVersionIds>${jiraVersion}</fixVersionIds> - <sortColumnNames>Type, Status, Key</sortColumnNames> + <!--sortColumnNames>Type, Status, Key</sortColumnNames--> </configuration> </execution> </executions>