You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2015/01/06 14:09:18 UTC

[6/6] incubator-calcite git commit: [CALCITE-541] Update maven-source-plugin to 2.4 to get speedup in jdk 1.8

[CALCITE-541] Update maven-source-plugin to 2.4 to get speedup in jdk 1.8

Old version of maven-source-plugin has "is java.version==1.7" guard check for the usage of 1.7+ features.
New version has proper java.version>=1.7, so it is faster in 1.8

Fixes #35


Project: http://git-wip-us.apache.org/repos/asf/incubator-calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/dd05f6cd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-calcite/tree/dd05f6cd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-calcite/diff/dd05f6cd

Branch: refs/heads/master
Commit: dd05f6cd91d864c802d842c6f5f7ee48d943a1d8
Parents: e16aee7
Author: Vladimir Sitnikov <si...@gmail.com>
Authored: Tue Jan 6 16:08:57 2015 +0300
Committer: Vladimir Sitnikov <si...@gmail.com>
Committed: Tue Jan 6 16:08:57 2015 +0300

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/dd05f6cd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 80f4f16..49e5b6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,6 +381,11 @@ limitations under the License.
           <version>2.1</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
           <version>1.9</version>