You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/05/03 13:09:58 UTC

tinkerpop git commit: Explicitly add the compiler plugin to tinkerpop root

Repository: tinkerpop
Updated Branches:
  refs/heads/tp31 b5c978c5a -> 08edb2a61


Explicitly add the compiler plugin to tinkerpop root

Not sure if there's a bug in newer versions of intellij, but this seems to fix a problem with intellij being able to read the langauge level properly from maven in the root of the project CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/08edb2a6
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/08edb2a6
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/08edb2a6

Branch: refs/heads/tp31
Commit: 08edb2a61b78e47947c7b57b17cdc19096f5f2d5
Parents: b5c978c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed May 3 09:08:15 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed May 3 09:08:15 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/08edb2a6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1fcc681..1eea927 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,10 @@ limitations under the License.
         <directory>${basedir}/target</directory>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+            </plugin>
+            <plugin>
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <version>1.3.1</version>
                 <executions>