From 808720ee5b0486bd23caf0e7e5fb47f0490fb3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Tue, 18 Dec 2018 07:44:33 +0000 Subject: [PATCH 1/3] auto deployment --- .gitignore | 1 + .idea/.name | 1 - .idea/checkstyle-idea.xml | 17 - .idea/compiler.xml | 18 - .idea/encodings.xml | 6 - .idea/kotlinc.xml | 7 - ...Maven__com_google_code_gson_gson_2_3_1.xml | 13 - .../Maven__com_google_guava_guava_18_0.xml | 13 - ...le_protobuf_protobuf_java_3_0_0_beta_2.xml | 13 - ...oglecode_json_simple_json_simple_1_1_1.xml | 13 - .../Maven__commons_io_commons_io_2_4.xml | 13 - ...Maven__javax_xml_stream_stax_api_1_0_2.xml | 13 - .idea/libraries/Maven__junit_junit_4_11.xml | 13 - ...__org_codehaus_staxmate_staxmate_2_0_1.xml | 13 - ..._org_codehaus_woodstox_stax2_api_3_1_4.xml | 13 - ...haus_woodstox_woodstox_core_lgpl_4_4_0.xml | 13 - .../Maven__org_hamcrest_hamcrest_core_1_3.xml | 13 - .idea/misc.xml | 13 - .idea/modules.xml | 8 - .../442292b8a7efeabbe4cc176709b833b1792140ec | 0 .../74bf740b50cb01d6fc50f0b9700e84758e69ead9 | 0 .../8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d | 0 .../dea01dd89a3b602828e630677fde5d77c06441c8 | 0 .idea/sonarlint/issuestore/index.pb | 21 - .idea/uiDesigner.xml | 124 ---- .idea/vcs.xml | 6 - .pmd | 648 ------------------ .project | 24 - .travis.yml | 11 + sonar-cnes-python-plugin.iml | 31 - 30 files changed, 12 insertions(+), 1067 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/checkstyle-idea.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/kotlinc.xml delete mode 100644 .idea/libraries/Maven__com_google_code_gson_gson_2_3_1.xml delete mode 100644 .idea/libraries/Maven__com_google_guava_guava_18_0.xml delete mode 100644 .idea/libraries/Maven__com_google_protobuf_protobuf_java_3_0_0_beta_2.xml delete mode 100644 .idea/libraries/Maven__com_googlecode_json_simple_json_simple_1_1_1.xml delete mode 100644 .idea/libraries/Maven__commons_io_commons_io_2_4.xml delete mode 100644 .idea/libraries/Maven__javax_xml_stream_stax_api_1_0_2.xml delete mode 100644 .idea/libraries/Maven__junit_junit_4_11.xml delete mode 100644 .idea/libraries/Maven__org_codehaus_staxmate_staxmate_2_0_1.xml delete mode 100644 .idea/libraries/Maven__org_codehaus_woodstox_stax2_api_3_1_4.xml delete mode 100644 .idea/libraries/Maven__org_codehaus_woodstox_woodstox_core_lgpl_4_4_0.xml delete mode 100644 .idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/sonarlint/issuestore/4/4/442292b8a7efeabbe4cc176709b833b1792140ec delete mode 100644 .idea/sonarlint/issuestore/7/4/74bf740b50cb01d6fc50f0b9700e84758e69ead9 delete mode 100644 .idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d delete mode 100644 .idea/sonarlint/issuestore/d/e/dea01dd89a3b602828e630677fde5d77c06441c8 delete mode 100644 .idea/sonarlint/issuestore/index.pb delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .pmd delete mode 100644 .project delete mode 100644 sonar-cnes-python-plugin.iml diff --git a/.gitignore b/.gitignore index c507849..612c5bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target .idea +*.iml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 18e6063..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -sonar-cnes-python-plugin \ No newline at end of file diff --git a/.idea/checkstyle-idea.xml b/.idea/checkstyle-idea.xml deleted file mode 100644 index 0d19270..0000000 --- a/.idea/checkstyle-idea.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index ebb1fca..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index b26911b..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 1c24f9a..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_code_gson_gson_2_3_1.xml b/.idea/libraries/Maven__com_google_code_gson_gson_2_3_1.xml deleted file mode 100644 index d7b5038..0000000 --- a/.idea/libraries/Maven__com_google_code_gson_gson_2_3_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_guava_guava_18_0.xml b/.idea/libraries/Maven__com_google_guava_guava_18_0.xml deleted file mode 100644 index bbd71d7..0000000 --- a/.idea/libraries/Maven__com_google_guava_guava_18_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_0_0_beta_2.xml b/.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_0_0_beta_2.xml deleted file mode 100644 index 0370413..0000000 --- a/.idea/libraries/Maven__com_google_protobuf_protobuf_java_3_0_0_beta_2.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__com_googlecode_json_simple_json_simple_1_1_1.xml b/.idea/libraries/Maven__com_googlecode_json_simple_json_simple_1_1_1.xml deleted file mode 100644 index f3f3738..0000000 --- a/.idea/libraries/Maven__com_googlecode_json_simple_json_simple_1_1_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__commons_io_commons_io_2_4.xml b/.idea/libraries/Maven__commons_io_commons_io_2_4.xml deleted file mode 100644 index bc2aad0..0000000 --- a/.idea/libraries/Maven__commons_io_commons_io_2_4.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__javax_xml_stream_stax_api_1_0_2.xml b/.idea/libraries/Maven__javax_xml_stream_stax_api_1_0_2.xml deleted file mode 100644 index 2a4dd7a..0000000 --- a/.idea/libraries/Maven__javax_xml_stream_stax_api_1_0_2.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__junit_junit_4_11.xml b/.idea/libraries/Maven__junit_junit_4_11.xml deleted file mode 100644 index f33320d..0000000 --- a/.idea/libraries/Maven__junit_junit_4_11.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_codehaus_staxmate_staxmate_2_0_1.xml b/.idea/libraries/Maven__org_codehaus_staxmate_staxmate_2_0_1.xml deleted file mode 100644 index cd58567..0000000 --- a/.idea/libraries/Maven__org_codehaus_staxmate_staxmate_2_0_1.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_codehaus_woodstox_stax2_api_3_1_4.xml b/.idea/libraries/Maven__org_codehaus_woodstox_stax2_api_3_1_4.xml deleted file mode 100644 index b510642..0000000 --- a/.idea/libraries/Maven__org_codehaus_woodstox_stax2_api_3_1_4.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_codehaus_woodstox_woodstox_core_lgpl_4_4_0.xml b/.idea/libraries/Maven__org_codehaus_woodstox_woodstox_core_lgpl_4_4_0.xml deleted file mode 100644 index c5ded28..0000000 --- a/.idea/libraries/Maven__org_codehaus_woodstox_woodstox_core_lgpl_4_4_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml deleted file mode 100644 index f58bbc1..0000000 --- a/.idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d30d09e..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 8b2c070..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/sonarlint/issuestore/4/4/442292b8a7efeabbe4cc176709b833b1792140ec b/.idea/sonarlint/issuestore/4/4/442292b8a7efeabbe4cc176709b833b1792140ec deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/7/4/74bf740b50cb01d6fc50f0b9700e84758e69ead9 b/.idea/sonarlint/issuestore/7/4/74bf740b50cb01d6fc50f0b9700e84758e69ead9 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d b/.idea/sonarlint/issuestore/8/e/8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/d/e/dea01dd89a3b602828e630677fde5d77c06441c8 b/.idea/sonarlint/issuestore/d/e/dea01dd89a3b602828e630677fde5d77c06441c8 deleted file mode 100644 index e69de29..0000000 diff --git a/.idea/sonarlint/issuestore/index.pb b/.idea/sonarlint/issuestore/index.pb deleted file mode 100644 index 197ddd3..0000000 --- a/.idea/sonarlint/issuestore/index.pb +++ /dev/null @@ -1,21 +0,0 @@ - -9 - README.md,8\e\8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d -7 -pom.xml,4\4\442292b8a7efeabbe4cc176709b833b1792140ec -L -sonar-cnes-python-plugin.iml,7\4\74bf740b50cb01d6fc50f0b9700e84758e69ead9 -; - .travis.yml,d\e\dea01dd89a3b602828e630677fde5d77c06441c8 -H -sonar-project.properties,2\5\2538046035efb77ecc44e1fd2eec1e2641594d4c -7 -COPYING,6\1\6156cd6ac57d8b88e473d9202392ec064b623c93 -p -@src\main\java\fr\cnes\sonar\plugins\python\CnesPythonPlugin.java,3\a\3a6bf31143d336f90cbb66a756a3df681bb21230 -~ -Nsrc\test\java\fr\sonar\plugins\python\tests\CnesPythonRulesDefinitionTest.java,b\1\b105e24a29ef2cb5d24556cfbc6b24ad44b7c534 -y -Isrc\main\java\fr\cnes\sonar\plugins\python\CnesPythonRulesDefinition.java,9\9\995a3e5f36cce0b83394d7aee0cc141e4656cce5 -u -Esrc\test\java\fr\sonar\plugins\python\tests\CnesPythonPluginTest.java,a\c\ac87a20790e1f00a5fced2a9fb0e53d7440fc909 \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534f..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.pmd b/.pmd deleted file mode 100644 index 8923737..0000000 --- a/.pmd +++ /dev/null @@ -1,648 +0,0 @@ - - - false - .ruleset - - - - - CloneThrowsCloneNotSupportedException - Clone Implementation - - - ExcessiveMethodLength - Code Size - - - CyclomaticComplexity - Code Size - - - ModifiedCyclomaticComplexity - Code Size - - - CommentRequired - Comments - - - UnnecessaryConstructor - Controversial - - - NullAssignment - Controversial - - - OnlyOneReturn - Controversial - - - AssignmentInOperand - Controversial - - - CallSuperInConstructor - Controversial - - - DefaultPackage - Controversial - - - AvoidUsingShortType - Controversial - - - AvoidUsingVolatile - Controversial - - - AvoidUsingNativeCode - Controversial - - - DoNotCallGarbageCollectionExplicitly - Controversial - - - OneDeclarationPerLine - Controversial - - - AvoidPrefixingMethodParameters - Controversial - - - UseConcurrentHashMap - Controversial - - - LooseCoupling - Coupling - - - LoosePackageCoupling - Coupling - - - LawOfDemeter - Coupling - - - FinalizeOnlyCallsSuperFinalize - Finalizer - - - FinalizeOverloaded - Finalizer - - - FinalizeDoesNotCallSuperFinalize - Finalizer - - - FinalizeShouldBeProtected - Finalizer - - - DuplicateImports - Import Statements - - - UnusedImports - Import Statements - - - UseCorrectExceptionLogging - Jakarta Commons Logging - - - ProperLogger - Jakarta Commons Logging - - - GuardDebugLogging - Jakarta Commons Logging - - - GuardLogStatement - Jakarta Commons Logging - - - ShortVariable - Naming - - - LongVariable - Naming - - - ShortMethodName - Naming - - - VariableNamingConventions - Naming - - - AbstractNaming - Naming - - - AvoidDollarSigns - Naming - - - MethodWithSameNameAsEnclosingClass - Naming - - - SuspiciousHashcodeMethodName - Naming - - - SuspiciousConstantFieldName - Naming - - - SuspiciousEqualsMethodName - Naming - - - AvoidFieldNameMatchingTypeName - Naming - - - AvoidFieldNameMatchingMethodName - Naming - - - BooleanGetMethodName - Naming - - - ShortClassName - Naming - - - ArrayIsStoredDirectly - Security Code Guidelines - - - UnnecessaryConversionTemporary - Unnecessary - - - UselessOverridingMethod - Unnecessary - - - UselessOperationOnImmutable - Unnecessary - - - UnusedNullCheckInEquals - Unnecessary - - - IfStmtsMustUseBraces - Braces - - - WhileLoopsMustUseBraces - Braces - - - IfElseStmtsMustUseBraces - Braces - - - ForLoopsMustUseBraces - Braces - - - SimplifyBooleanReturns - Design - - - SwitchStmtsShouldHaveDefault - Design - - - AvoidReassigningParameters - Design - - - ConstructorCallsOverridableMethod - Design - - - FinalFieldCouldBeStatic - Design - - - CloseResource - Design - - - NonStaticInitializer - Design - - - DefaultLabelNotLastInSwitchStmt - Design - - - NonCaseLabelInSwitchStatement - Design - - - OptimizableToArrayCall - Design - - - BadComparison - Design - - - EqualsNull - Design - - - ConfusingTernary - Design - - - InstantiationToGetClass - Design - - - IdempotentOperations - Design - - - SimpleDateFormatNeedsLocale - Design - - - ImmutableField - Design - - - UseLocaleWithCaseConversions - Design - - - AvoidProtectedFieldInFinalClass - Design - - - AssignmentToNonFinalStatic - Design - - - MissingBreakInSwitch - Design - - - AvoidInstanceofChecksInCatchClause - Design - - - AbstractClassWithoutAbstractMethod - Design - - - SimplifyConditional - Design - - - CompareObjectsWithEquals - Design - - - PositionLiteralsFirstInComparisons - Design - - - UnnecessaryLocalBeforeReturn - Design - - - NonThreadSafeSingleton - Design - - - UncommentedEmptyMethodBody - Design - - - UncommentedEmptyConstructor - Design - - - PreserveStackTrace - Design - - - UseCollectionIsEmpty - Design - - - ClassWithOnlyPrivateConstructorsShouldBeFinal - Design - - - EmptyMethodInAbstractClassShouldBeAbstract - Design - - - SingularField - Design - - - ReturnEmptyArrayRatherThanNull - Design - - - AbstractClassWithoutAnyMethod - Design - - - FieldDeclarationsShouldBeAtStartOfClass - Design - - - AvoidProtectedMethodInFinalClassNotExtending - Design - - - AvoidCatchingThrowable - Strict Exceptions - - - ExceptionAsFlowControl - Strict Exceptions - - - AvoidThrowingRawExceptionTypes - Strict Exceptions - - - AvoidThrowingNullPointerException - Strict Exceptions - - - AvoidRethrowingException - Strict Exceptions - - - DoNotExtendJavaLangError - Strict Exceptions - - - DoNotThrowExceptionInFinally - Strict Exceptions - - - AvoidThrowingNewInstanceOfSameException - Strict Exceptions - - - AvoidCatchingGenericException - Strict Exceptions - - - AvoidCatchingNPE - Strict Exceptions - - - AvoidLosingExceptionInformation - Strict Exceptions - - - MoreThanOneLogger - Java Logging - - - LoggerIsNotStaticFinal - Java Logging - - - SystemPrintln - Java Logging - - - AvoidPrintStackTrace - Java Logging - - - GuardLogStatementJavaUtil - Java Logging - - - AvoidDuplicateLiterals - String and StringBuffer - - - UseStringBufferLength - String and StringBuffer - - - InefficientEmptyStringCheck - String and StringBuffer - - - UseEqualsToCompareStrings - String and StringBuffer - - - AvoidStringBufferField - String and StringBuffer - - - ReplaceHashtableWithMap - Migration - - - ReplaceEnumerationWithIterator - Migration - - - AvoidEnumAsIdentifier - Migration - - - AvoidAssertAsIdentifier - Migration - - - IntegerInstantiation - Migration - - - ByteInstantiation - Migration - - - ShortInstantiation - Migration - - - LongInstantiation - Migration - - - LocalVariableCouldBeFinal - Optimization - - - MethodArgumentCouldBeFinal - Optimization - - - AvoidInstantiatingObjectsInLoops - Optimization - - - UseArrayListInsteadOfVector - Optimization - - - SimplifyStartsWith - Optimization - - - UseStringBufferForStringAppends - Optimization - - - UseArraysAsList - Optimization - - - AvoidArrayLoops - Optimization - - - UnnecessaryWrapperObjectCreation - Optimization - - - AddEmptyString - Optimization - - - PrematureDeclaration - Optimization - - - EmptyCatchBlock - Empty Code - - - EmptyIfStmt - Empty Code - - - EmptyWhileStmt - Empty Code - - - EmptyTryBlock - Empty Code - - - EmptyFinallyBlock - Empty Code - - - EmptySwitchStatements - Empty Code - - - EmptyStatementBlock - Empty Code - - - EmptyStatementNotInLoop - Empty Code - - - JumbledIncrementer - Basic - - - OverrideBothEqualsAndHashcode - Basic - - - DoubleCheckedLocking - Basic - - - ReturnFromFinallyBlock - Basic - - - EmptySynchronizedBlock - Empty Code - - - EmptyStaticInitializer - Empty Code - - - BooleanInstantiation - Basic - - - AvoidDecimalLiteralsInBigDecimalConstructor - Basic - - - MisplacedNullCheck - Basic - - - AvoidThreadGroup - Basic - - - BrokenNullCheck - Basic - - - BigIntegerInstantiation - Basic - - - AvoidMultipleUnaryOperators - Basic - - - EmptyInitializer - Empty Code - - - DontUseFloatTypeForLoopIndices - Basic - - - DontCallThreadRun - Basic - - - UnconditionalIfStatement - Basic - - - MethodReturnsInternalArray - Security Code Guidelines - - - false - true - true - diff --git a/.project b/.project deleted file mode 100644 index 472e52c..0000000 --- a/.project +++ /dev/null @@ -1,24 +0,0 @@ - - - sonar-cnes-python-plugin - - - - - - org.eclipse.m2e.core.maven2Builder - - - - - net.sf.eclipsecs.core.CheckstyleBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - net.sf.eclipsecs.core.CheckstyleNature - - diff --git a/.travis.yml b/.travis.yml index fe69d0c..f63ba1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,14 @@ cache: notifications: email: false + +deploy: + provider: releases + api_key: "$GITHUB_TOKEN" + file_glob: true + file: "sonar-cnes-python-plugin-*.jar" + skip_cleanup: true + draft: true + on: + branch: master + tag: true diff --git a/sonar-cnes-python-plugin.iml b/sonar-cnes-python-plugin.iml deleted file mode 100644 index 029e91e..0000000 --- a/sonar-cnes-python-plugin.iml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 51eb2c7fae489ac731056fc14b70e7e3522536ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Tue, 18 Dec 2018 07:58:10 +0000 Subject: [PATCH 2/3] update deployment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f63ba1e..da0135d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ deploy: file_glob: true file: "sonar-cnes-python-plugin-*.jar" skip_cleanup: true + name: "cnespython plugin version X.X" draft: true on: branch: master - tag: true From 0dd7a9c04e0381e70f20fd1b8fd62f887190667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Tue, 18 Dec 2018 12:41:12 +0000 Subject: [PATCH 3/3] fix CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da0135d..ac9e76d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ deploy: provider: releases api_key: "$GITHUB_TOKEN" file_glob: true - file: "sonar-cnes-python-plugin-*.jar" + file: "target/sonar-cnes-python-plugin-*.jar" skip_cleanup: true name: "cnespython plugin version X.X" draft: true