Updlared SCM maven config
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 5 Apr 2017 20:57:15 +0000 (23:57 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 5 Apr 2017 20:57:15 +0000 (23:57 +0300)
.gitignore
meviz.iml
pom.xml

index 31b5695..260935a 100755 (executable)
@@ -1,5 +1,5 @@
 /.settings/
 /.classpath
 /.project
-target/
+/target/
 /.idea/
index b48b302..924e78a 100644 (file)
--- a/meviz.iml
+++ b/meviz.iml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
-  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="false">
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
     <output url="file://$MODULE_DIR$/target/classes" />
     <output-test url="file://$MODULE_DIR$/target/test-classes" />
     <content url="file://$MODULE_DIR$">
diff --git a/pom.xml b/pom.xml
index 67868e9..c83cf0c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </repository>
     </distributionManagement>
 
+    <scm>
+        <connection>scm:git:ssh://git@svjatoslav.eu/home/gitprivate/repositories/meviz.git</connection>
+        <developerConnection>scm:git:ssh://git@svjatoslav.eu/home/gitprivate/repositories/meviz.git
+        </developerConnection>
+    </scm>
+
     <repositories>
         <repository>
             <id>svjatoslav.eu</id>