diff --git a/pom.xml b/pom.xml index 1b32278..d3e0761 100644 --- a/pom.xml +++ b/pom.xml @@ -1,306 +1,307 @@ - - - 4.0.0 - - com.pablissimo.sonar - sonar-typescript-plugin - sonar-plugin - 1.1.0 - - SonarTsPlugin - Analyse TypeScript projects - 2013 - https://github.com/pablissimo/SonarTsPlugin - - - Paul O'Neill (pablissimo) and contributors - https://github.com/pablissimo/SonarTsPlugin - - - - - pablissimo - Paul O'Neill - 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/tree/master - 1.1.0 - - - Github - https://github.com/Pablissimo/SonarTsPlugin/issues - - - Travis - https://travis-ci.org/pablissimo/SonarTsPlugin - - - - UTF-8 - - 5.6 - 1.8 - 1.21 - - target/surefire-reports - target/jacoco.exec - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - org.sonarsource.sonarqube - sonar-plugin-api - ${sonar.buildVersion} - provided - - - - com.google.code.gson - gson - 2.3 - - - - commons-io - commons-io - 2.4 - - - - - org.sonarsource.sonarqube - sonar-testing-harness - ${sonar.buildVersion} - test - - - org.sonarsource.sslr - sslr-testing-harness - ${sslr.version} - - - commons-lang - commons-lang - 2.6 - - - commons-collections - commons-collections - 3.0 - - - junit - junit - 4.12 - test - - - org.easytesting - fest-assert - 1.4 - test - - - org.apache.maven - maven-project - 2.2.1 - test - - - org.mockito - mockito-core - 2.4.2 - test - - - - - - - ${project.basedir}/src/test/resources - - **/* - - - - - - - org.sonarsource.sonar-packaging-maven-plugin - sonar-packaging-maven-plugin - 1.16 - true - - typescript - com.pablissimo.sonar.TypeScriptPlugin - TypeScript - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - - ${jdk.min.version} - ${jdk.min.version} - - true - - -Xlint:all - -Werror - - - - - - org.codehaus.mojo - native2ascii-maven-plugin - 1.0-beta-1 - - - - native2ascii - - - - - - org.eluder.coveralls - coveralls-maven-plugin - 3.0.1 - - - org.jacoco - jacoco-maven-plugin - 0.7.9 - - - - - - report - - - - - - - default-prepare-agent - - prepare-agent - - - - default-report - prepare-package - - report - - - - default-check - - check - - - - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - - - - - - - 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 - - - - - - - + + + 4.0.0 + + com.pablissimo.sonar + sonar-typescript-plugin + sonar-plugin + 1.1.0 + + SonarTsPlugin + Analyse TypeScript projects + 2013 + https://github.com/pablissimo/SonarTsPlugin + + + Paul O'Neill (pablissimo) and contributors + https://github.com/pablissimo/SonarTsPlugin + + + + + pablissimo + Paul O'Neill + 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/tree/master + 1.1.0 + + + Github + https://github.com/Pablissimo/SonarTsPlugin/issues + + + Travis + https://travis-ci.org/pablissimo/SonarTsPlugin + + + + UTF-8 + + 5.6 + 1.8 + 1.21 + + target/surefire-reports + target/jacoco.exec + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.sonarsource.sonarqube + sonar-plugin-api + ${sonar.buildVersion} + provided + + + + com.google.code.gson + gson + 2.3 + + + + commons-io + commons-io + 2.4 + + + + + org.sonarsource.sonarqube + sonar-testing-harness + ${sonar.buildVersion} + test + + + org.sonarsource.sslr + sslr-testing-harness + ${sslr.version} + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + 3.0 + + + junit + junit + 4.12 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.apache.maven + maven-project + 2.2.1 + test + + + org.mockito + mockito-core + 2.4.2 + test + + + + + + + ${project.basedir}/src/test/resources + + **/* + + + + + + + org.sonarsource.sonar-packaging-maven-plugin + sonar-packaging-maven-plugin + 1.16 + true + + typescript + com.pablissimo.sonar.TypeScriptPlugin + TypeScript + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + + ${jdk.min.version} + ${jdk.min.version} + + true + + -Xlint:all + -Werror + + + + + + org.codehaus.mojo + native2ascii-maven-plugin + 1.0-beta-1 + + + package + + native2ascii + + + + + + org.eluder.coveralls + coveralls-maven-plugin + 3.0.1 + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + + + + report + + + + + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.2 + + + + + + + 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 + + + + + + + diff --git a/samples/basic-setup/package.json b/samples/basic-setup/package.json index 935a476..c74da2a 100644 --- a/samples/basic-setup/package.json +++ b/samples/basic-setup/package.json @@ -3,23 +3,19 @@ "version": "1.0.0", "scripts": { - "test": "karma start --single-run --code-coverage" + "test": "karma start --single-run --code-coverage", + "pretest" : "node_modules/.bin/tsc -p ." }, - - "dependencies": { - "@types/jasmine": "^2.5.35", - "jasmine-core": "^2.5.2", - "karma": "^1.4.1", - "karma-phantomjs-launcher": "^1.0.2", - "karma-cli": "^1.0.1", - "karma-jasmine": "^1.1.0", - "karma-typescript": "^2.1.7", - "typescript": "2.1", - "tslint": "^4.4.2" - }, - + "devDependencies": { - "gulp": "^3.9.1", - "karma-typescript": "^2.1.7" + "@types/jasmine": "2.5.x", + "jasmine-core": "2.8.x", + "karma": "1.7.x", + "karma-phantomjs-launcher": "1.0.x", + "karma-cli": "1.0.x", + "karma-jasmine": "1.1.x", + "karma-typescript": "3.0.x", + "typescript": "2.5.x", + "tslint": "5.7.x" } }