Skip to content

Instantly share code, notes, and snippets.

View exKAZUu's full-sized avatar
🔥
🚀

Sakamoto, Kazunori exKAZUu

🔥
🚀
  • WillBooser Inc. / Waseda University / Tokyo Online University
  • Japan
  • 07:50 (UTC +09:00)
  • X @exKAZUu
View GitHub Profile
#!/bin/sh
#
# An example hook script to verify what is about to be committed.
# Called by "git commit" with no arguments. The hook should
# exit with non-zero status after issuing an appropriate message if
# it wants to stop the commit.
#
# Usage:
# Remove the .sh file extension when you put the script in your hooks folder!
#
@exKAZUu
exKAZUu / pom.xml
Last active December 18, 2015 01:19 — forked from sharwell/pom.xml
We should use build-helper-maven-plugin version 1.8 instead of 1.7 for Eclipse Juno on Mac OSX.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.uiuc</groupId>
<artifactId>cchistory</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>CodeCompletionWithHistory</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>