Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

3 changed files:

Changes:

  • core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/data/AvdthAtlanticDataBuilderByYearTest.java
    ... ... @@ -23,6 +23,7 @@ package fr.ird.observe.persistence.avdth.data;
    23 23
      */
    
    24 24
     
    
    25 25
     import fr.ird.observe.dto.ProtectedIdsCommon;
    
    26
    +import org.junit.Ignore;
    
    26 27
     import org.junit.runners.Parameterized;
    
    27 28
     
    
    28 29
     import java.nio.file.Path;
    
    ... ... @@ -33,6 +34,7 @@ import java.nio.file.Path;
    33 34
      * @author Tony Chemit - dev@tchemit.fr
    
    34 35
      * @since 9.0.0
    
    35 36
      */
    
    37
    +@Ignore
    
    36 38
     public class AvdthAtlanticDataBuilderByYearTest extends AvdthDataBuilderByYearTestSupport {
    
    37 39
     
    
    38 40
         public static final Path ROOT_PATH = getPath("OA");
    

  • core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/data/AvdthIndianDataBuilderByYearTest.java
    ... ... @@ -23,6 +23,7 @@ package fr.ird.observe.persistence.avdth.data;
    23 23
      */
    
    24 24
     
    
    25 25
     import fr.ird.observe.dto.ProtectedIdsCommon;
    
    26
    +import org.junit.Ignore;
    
    26 27
     import org.junit.runners.Parameterized;
    
    27 28
     
    
    28 29
     import java.nio.file.Path;
    
    ... ... @@ -33,6 +34,7 @@ import java.nio.file.Path;
    33 34
      * @author Tony Chemit - dev@tchemit.fr
    
    34 35
      * @since 9.0.0
    
    35 36
      */
    
    37
    +@Ignore
    
    36 38
     public class AvdthIndianDataBuilderByYearTest extends AvdthDataBuilderByYearTestSupport {
    
    37 39
     
    
    38 40
         public static final Path ROOT_PATH = getPath("OI");
    

  • pom.xml
    ... ... @@ -74,7 +74,7 @@
    74 74
       <distributionManagement>
    
    75 75
         <site>
    
    76 76
           <id>gitlab.com</id>
    
    77
    -      <url>scm:git:https://git@gitlab.com/${projectPath}.git</url>
    
    77
    +      <url>scm:git:ssh://git@gitlab.com:${projectPath}.git</url>
    
    78 78
         </site>
    
    79 79
       </distributionManagement>
    
    80 80
       <properties>