diff --git a/pom.xml b/pom.xml index 0344115..0b50432 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ com.pablissimo.sonar sonar-typescript-plugin sonar-plugin - 1.0.0 + 1.1.0-SNAPSHOT - SonarTsPlugin + TypeScript Analyse TypeScript projects 2013 https://github.com/pablissimo/SonarTsPlugin @@ -21,15 +21,24 @@ pablissimo Paul O'Neill - http://pablissimo.com + https://pablissimo.com + pablissimo.com + https://pablissimo.com + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + scm:git:git@github.com:Pablissimo/SonarTsPlugin.git scm:git:git@github.com:Pablissimo/SonarTsPlugin.git - https://github.com/Pablissimo/SonarTsPlugin - 1.0 + https://github.com/Pablissimo/SonarTsPlugin/tree/master + 1.0.0 Github @@ -51,6 +60,17 @@ target/jacoco.exec + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + org.sonarsource.sonarqube @@ -221,4 +241,65 @@ + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + +