git settings
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..14be1b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+.idea/
+.mvn/
+*.iml
+*.ipr
+*.iws
+.checkstyle
+.classpath
+.DS_Store
+.pmd
+.eclipse-pmd
+.project
+.ruleset
+.settings/
+target/
+*.log
+bin/
+node_modules/
diff --git a/other/checkstyle-rules/pom.xml b/other/checkstyle-rules/pom.xml
index 59a5ab5..8aacaa0 100644
--- a/other/checkstyle-rules/pom.xml
+++ b/other/checkstyle-rules/pom.xml
@@ -40,9 +40,10 @@
   <url>http://maven.apache.org</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-build-tools/trunk/other/checkstyle-rules</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/myfaces-build-tools.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=myfaces-build-tools.git</url>
+    <tag>HEAD</tag>
   </scm>
 
   <build>