]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Fix pom and .gitignore
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 7 Mar 2013 10:33:12 +0000 (11:33 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 7 Mar 2013 10:33:12 +0000 (11:33 +0100)
.gitignore
pom.xml

index a21ab26db116a3fb9d82ebe43576ec6e461a938d..2b86998ab028173c69fbeccfe4b9103747f11960 100644 (file)
@@ -1,8 +1,30 @@
+
+# ---- Maven
+target/
+dependency-reduced-pom.xml
+
+# ---- IntellijIDEA
+*.iws
 *.iml
-.DS_Store
+*.ipr
+.idea/
+
+# Eclipse
 .classpath
 .project
-.idea/
-.settings/
-target/
-bin/
+.settings
+
+# ---- Mac OS X
+.DS_Store
+Icon?
+# Thumbnails
+._*
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+# ---- Windows
+# Windows image file caches
+Thumbs.db 
+# Folder config file
+Desktop.ini
diff --git a/pom.xml b/pom.xml
index 68f1713e9a42f077734145f674d3ce731b4abf43..779f9c4e68b3aa75965a2b918710600861e170c3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,8 @@
   <version>2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Sonar Runner</name>
+  <url>http://docs.codehaus.org/display/SONAR/Analyzing+with+Sonar+Runner</url>
+  <inceptionYear>2011</inceptionYear>
 
   <modules>
     <module>sonar-runner-api</module>
     <module>sonar-runner-dist</module>
   </modules>
 
-  <url>http://docs.codehaus.org/display/SONAR/Sonar+Standalone+Runner</url>
-  <inceptionYear>2011</inceptionYear>
+
   <organization>
     <name>SonarSource</name>
     <url>http://www.sonarsource.com</url>
   </organization>
+
   <licenses>
     <license>
       <name>GNU LGPL 3</name>
     </license>
   </licenses>
 
-  <developers>
-    <developer>
-      <id>godin</id>
-      <name>Evgeny Mandrikov</name>
-      <timezone>+3</timezone>
-    </developer>
-    <developer>
-      <id>simon.brandhof</id>
-      <name>Simon Brandhof</name>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <id>bellingard</id>
-      <name>Fabrice Bellingard</name>
-      <timezone>+1</timezone>
-    </developer>
-    <developer>
-      <id>henryju</id>
-      <name>Julien Henry</name>
-      <timezone>+1</timezone>
-    </developer>
-  </developers>
-
   <scm>
     <connection>scm:git:git@github.com:SonarSource/sonar-runner.git</connection>
     <developerConnection>scm:git:git@github.com:SonarSource/sonar-runner.git</developerConnection>
     <url>https://github.com/SonarSource/sonar-runner</url>
-    <tag>HEAD</tag>
   </scm>
+
   <issueManagement>
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/SONARPLUGINS/component/14640</url>
   </issueManagement>
-  <ciManagement>
-  </ciManagement>
 
   <properties>
-    <sonar.buildVersion>3.5-RC1</sonar.buildVersion>
+    <sonar.buildVersion>3.5-RC3</sonar.buildVersion>
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
   </properties>
-
 </project>