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 2016/02/25 15:01:16 UTC

[28/43] incubator-tinkerpop git commit: Add -parameters to compile args.

Add -parameters to compile args.


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

Branch: refs/heads/TINKERPOP-1107
Commit: 5d0ac3ea13ae5de0c52d08e4879998fef1fda4c2
Parents: f19311b
Author: rjbriody <bo...@datastax.com>
Authored: Tue Feb 23 08:36:33 2016 -0500
Committer: rjbriody <bo...@datastax.com>
Committed: Tue Feb 23 08:36:33 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/5d0ac3ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8f0bb2b..bb6b9cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,6 +308,9 @@ limitations under the License.
                     <configuration>
                         <source>1.8</source>
                         <target>1.8</target>
+                        <compilerArgs>
+                            <arg>-parameters</arg>
+                        </compilerArgs>
                     </configuration>
                 </plugin>
                 <plugin>