IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Spring Java Discussion :

Classe introuvable apres un maven install


Sujet :

Spring Java

  1. #1
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut Classe introuvable apres un maven install
    Bonjour, je fais le tuto de serge Tahé, sur Spring et à un moment on fait un jar de la couche dao que l'on utilise dans la couche metier, tout fonctionne, ensuite lorsque je fais un maven install de la couche metier contenant dans ses dependances la couche dao, j'obtiens une erreur dont voilà la stack avec la commande maven suivante : -e clean install


    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    [INFO] Error stacktraces are turned on.
    [INFO] Scanning for projects...
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building elections-metier-dao-jdbc 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO] 
    [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ elections-metier-dao-jdbc ---
    [INFO] Deleting /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ elections-metier-dao-jdbc ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO] Copying 0 resource
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ elections-metier-dao-jdbc ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 6 source files to /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [INFO] -------------------------------------------------------------
    [ERROR] COMPILATION ERROR : 
    [INFO] -------------------------------------------------------------
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[7,58] cannot find symbol
      symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,28] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[6,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[9,21] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,56] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,21] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[13,42] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[10,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[11,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[12,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[18,17] cannot find symbol
      symbol:   class IElectionDao
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[21,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[38,42] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,56] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[75,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[90,40] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[100,35] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[110,38] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[119,47] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[132,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[10,41] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[11,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[7,53] cannot find symbol
      symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,28] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[3,32] package org.springframework.boot does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[13,44] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[22,22] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[67,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[82,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[103,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[113,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[122,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[136,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[145,43] cannot find symbol
      symbol:   class ElectionsException
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[10,17] cannot find symbol
      symbol:   variable SpringApplication
      location: class com.abysr.elections.metier.dao.jdbc.ElectionsMetierDaoJdbcApplication
    [INFO] 40 errors 
    [INFO] -------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.105 s
    [INFO] Finished at: 2016-09-05T19:22:56+02:00
    [INFO] Final Memory: 22M/199M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project elections-metier-dao-jdbc: Compilation failure: Compilation failure:
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[7,58] cannot find symbol
    [ERROR] symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,28] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[6,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[9,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,56] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[13,42] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[10,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[11,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[12,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[18,17] cannot find symbol
    [ERROR] symbol:   class IElectionDao
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[21,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[38,42] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,56] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[75,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[90,40] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[100,35] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[110,38] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[119,47] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[132,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[10,41] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[11,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[7,53] cannot find symbol
    [ERROR] symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,28] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[3,32] package org.springframework.boot does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[13,44] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[22,22] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[67,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[82,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[103,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[113,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[122,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[136,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[145,43] cannot find symbol
    [ERROR] symbol:   class ElectionsException
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[10,17] cannot find symbol
    [ERROR] symbol:   variable SpringApplication
    [ERROR] location: class com.abysr.elections.metier.dao.jdbc.ElectionsMetierDaoJdbcApplication
    [ERROR] -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project elections-metier-dao-jdbc: Compilation failure
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
    	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
    Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
    	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:858)
    	at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)
    	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    	... 20 more
    [ERROR] 
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    Après la difficulté, la facilité...

  2. #2
    Membre chevronné Avatar de jeffray03
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2008
    Messages
    1 501
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 501
    Points : 2 120
    Points
    2 120
    Par défaut
    salut,
    execute mvn -X install
    et donnes nous tout ce qui sera affiché.

    Eric

  3. #3
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
    Maven home: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/EMBEDDED
    Java version: 1.8.0_101, vendor: Oracle Corporation
    Java home: /usr/lib/jvm/java-8-oracle/jre
    Default locale: en_US, platform encoding: UTF-8
    OS name: "linux", version: "4.4.0-36-generic", arch: "amd64", family: "unix"
    [DEBUG] Created new class realm maven.api
    [DEBUG] Importing foreign packages into class realm maven.api
    [DEBUG]   Imported: javax.enterprise.inject.* < plexus.core
    [DEBUG]   Imported: javax.enterprise.util.* < plexus.core
    [DEBUG]   Imported: javax.inject.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
    [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
    [DEBUG]   Imported: org.apache.maven.cli < plexus.core
    [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
    [DEBUG]   Imported: org.apache.maven.exception < plexus.core
    [DEBUG]   Imported: org.apache.maven.execution < plexus.core
    [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
    [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
    [DEBUG]   Imported: org.apache.maven.model < plexus.core
    [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
    [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
    [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
    [DEBUG]   Imported: org.apache.maven.project < plexus.core
    [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
    [DEBUG]   Imported: org.apache.maven.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
    [DEBUG]   Imported: org.apache.maven.settings < plexus.core
    [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
    [DEBUG]   Imported: org.apache.maven.usability < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
    [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
    [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
    [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
    [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
    [DEBUG]   Imported: org.slf4j.* < plexus.core
    [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
    [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
    [DEBUG] Populating class realm maven.api
    [INFO] Error stacktraces are turned on.
    [DEBUG] Reading global settings from EMBEDDED/conf/settings.xml
    [DEBUG] Reading user settings from /home/abysr/.m2/settings.xml
    [DEBUG] Reading global toolchains from EMBEDDED/conf/toolchains.xml
    [DEBUG] Reading user toolchains from /home/abysr/.m2/toolchains.xml
    [DEBUG] Using local repository at /home/abysr/.m2/repository
    [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/abysr/.m2/repository
    [INFO] Scanning for projects...
    [DEBUG] Extension realms for project com.abysr:elections-metier-dao-jdbc:jar:0.0.1-SNAPSHOT: (none)
    [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
    [DEBUG] Extension realms for project org.springframework.boot:spring-boot-starter-parent:pom:1.4.0.RELEASE: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] Extension realms for project org.springframework.boot:spring-boot-dependencies:pom:1.4.0.RELEASE: (none)
    [DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
    [DEBUG] === REACTOR BUILD PLAN ================================================
    [DEBUG] Project: com.abysr:elections-metier-dao-jdbc:jar:0.0.1-SNAPSHOT
    [DEBUG] Tasks:   [install]
    [DEBUG] Style:   Regular
    [DEBUG] =======================================================================
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building elections-metier-dao-jdbc 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
    [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
    [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
    [DEBUG] === PROJECT BUILD PLAN ================================================
    [DEBUG] Project:       com.abysr:elections-metier-dao-jdbc:0.0.1-SNAPSHOT
    [DEBUG] Dependencies (collect): []
    [DEBUG] Dependencies (resolve): [compile, runtime, test]
    [DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
    [DEBUG] Repositories (plugins)     : [central (https://repo.maven.apache.org/maven2, default, releases)]
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:resources (default-resources)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <buildFilters default-value="${project.build.filters}"/>
      <delimiters>
        <delimiter>@</delimiter>
      </delimiters>
      <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
      <escapeString>${maven.resources.escapeString}</escapeString>
      <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
      <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
      <project default-value="${project}"/>
      <resources default-value="${project.resources}"/>
      <session default-value="${session}"/>
      <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
      <useBuildFilters default-value="true"/>
      <useDefaultDelimiters default-value="true">false</useDefaultDelimiters>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <basedir default-value="${basedir}"/>
      <buildDirectory default-value="${project.build.directory}"/>
      <classpathElements default-value="${project.compileClasspathElements}"/>
      <compileSourceRoots default-value="${project.compileSourceRoots}"/>
      <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
      <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
      <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
      <debug default-value="true">${maven.compiler.debug}</debug>
      <debuglevel>${maven.compiler.debuglevel}</debuglevel>
      <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
      <executable>${maven.compiler.executable}</executable>
      <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
      <fork default-value="false">${maven.compiler.fork}</fork>
      <generatedSourcesDirectory default-value="${project.build.directory}/generated-sources/annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution>${mojoExecution}</mojoExecution>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.outputDirectory}"/>
      <projectArtifact default-value="${project.artifact}"/>
      <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
      <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
      <skipMain>${maven.main.skip}</skipMain>
      <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
      <source default-value="1.5">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
      <verbose default-value="false">${maven.compiler.verbose}</verbose>
      <mavenSession default-value="${session}"/>
      <session default-value="${session}"/>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <buildFilters default-value="${project.build.filters}"/>
      <delimiters>
        <delimiter>@</delimiter>
      </delimiters>
      <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
      <escapeString>${maven.resources.escapeString}</escapeString>
      <escapeWindowsPaths default-value="true">${maven.resources.escapeWindowsPaths}</escapeWindowsPaths>
      <includeEmptyDirs default-value="false">${maven.resources.includeEmptyDirs}</includeEmptyDirs>
      <outputDirectory default-value="${project.build.testOutputDirectory}"/>
      <overwrite default-value="false">${maven.resources.overwrite}</overwrite>
      <project default-value="${project}"/>
      <resources default-value="${project.testResources}"/>
      <session default-value="${session}"/>
      <skip>${maven.test.skip}</skip>
      <supportMultiLineFiltering default-value="false">${maven.resources.supportMultiLineFiltering}</supportMultiLineFiltering>
      <useBuildFilters default-value="true"/>
      <useDefaultDelimiters default-value="true">false</useDefaultDelimiters>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <basedir default-value="${basedir}"/>
      <buildDirectory default-value="${project.build.directory}"/>
      <classpathElements default-value="${project.testClasspathElements}"/>
      <compileSourceRoots default-value="${project.testCompileSourceRoots}"/>
      <compilerId default-value="javac">${maven.compiler.compilerId}</compilerId>
      <compilerReuseStrategy default-value="${reuseCreated}">${maven.compiler.compilerReuseStrategy}</compilerReuseStrategy>
      <compilerVersion>${maven.compiler.compilerVersion}</compilerVersion>
      <debug default-value="true">${maven.compiler.debug}</debug>
      <debuglevel>${maven.compiler.debuglevel}</debuglevel>
      <encoding default-value="${project.build.sourceEncoding}">${encoding}</encoding>
      <executable>${maven.compiler.executable}</executable>
      <failOnError default-value="true">${maven.compiler.failOnError}</failOnError>
      <forceJavacCompilerUse default-value="false">${maven.compiler.forceJavacCompilerUse}</forceJavacCompilerUse>
      <fork default-value="false">${maven.compiler.fork}</fork>
      <generatedTestSourcesDirectory default-value="${project.build.directory}/generated-test-sources/test-annotations"/>
      <maxmem>${maven.compiler.maxmem}</maxmem>
      <meminitial>${maven.compiler.meminitial}</meminitial>
      <mojoExecution>${mojoExecution}</mojoExecution>
      <optimize default-value="false">${maven.compiler.optimize}</optimize>
      <outputDirectory default-value="${project.build.testOutputDirectory}"/>
      <showDeprecation default-value="false">${maven.compiler.showDeprecation}</showDeprecation>
      <showWarnings default-value="false">${maven.compiler.showWarnings}</showWarnings>
      <skip>${maven.test.skip}</skip>
      <skipMultiThreadWarning default-value="false">${maven.compiler.skipMultiThreadWarning}</skipMultiThreadWarning>
      <source default-value="1.5">1.8</source>
      <staleMillis default-value="0">${lastModGranularityMs}</staleMillis>
      <target default-value="1.5">1.8</target>
      <testSource>${maven.compiler.testSource}</testSource>
      <testTarget>${maven.compiler.testTarget}</testTarget>
      <useIncrementalCompilation default-value="true">${maven.compiler.useIncrementalCompilation}</useIncrementalCompilation>
      <verbose default-value="false">${maven.compiler.verbose}</verbose>
      <mavenSession default-value="${session}"/>
      <session default-value="${session}"/>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <additionalClasspathElements>${maven.test.additionalClasspath}</additionalClasspathElements>
      <argLine>${argLine}</argLine>
      <basedir default-value="${basedir}"/>
      <childDelegation default-value="false">${childDelegation}</childDelegation>
      <classesDirectory default-value="${project.build.outputDirectory}"/>
      <classpathDependencyExcludes>${maven.test.dependency.excludes}</classpathDependencyExcludes>
      <debugForkedProcess>${maven.surefire.debug}</debugForkedProcess>
      <dependenciesToScan>${dependenciesToScan}</dependenciesToScan>
      <disableXmlReport default-value="false">${disableXmlReport}</disableXmlReport>
      <enableAssertions default-value="true">${enableAssertions}</enableAssertions>
      <excludedGroups>${excludedGroups}</excludedGroups>
      <excludes>
        <exclude>**/Abstract*.java</exclude>
      </excludes>
      <excludesFile>${surefire.excludesFile}</excludesFile>
      <failIfNoSpecifiedTests>${surefire.failIfNoSpecifiedTests}</failIfNoSpecifiedTests>
      <failIfNoTests>${failIfNoTests}</failIfNoTests>
      <forkCount default-value="1">${forkCount}</forkCount>
      <forkMode default-value="once">${forkMode}</forkMode>
      <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
      <groups>${groups}</groups>
      <includes>
        <include>**/*Tests.java</include>
        <include>**/*Test.java</include>
      </includes>
      <includesFile>${surefire.includesFile}</includesFile>
      <junitArtifactName default-value="junit:junit">${junitArtifactName}</junitArtifactName>
      <jvm>${jvm}</jvm>
      <localRepository default-value="${localRepository}"/>
      <objectFactory>${objectFactory}</objectFactory>
      <parallel>${parallel}</parallel>
      <parallelMavenExecution default-value="${session.parallel}"/>
      <parallelOptimized default-value="true">${parallelOptimized}</parallelOptimized>
      <parallelTestsTimeoutForcedInSeconds>${surefire.parallel.forcedTimeout}</parallelTestsTimeoutForcedInSeconds>
      <parallelTestsTimeoutInSeconds>${surefire.parallel.timeout}</parallelTestsTimeoutInSeconds>
      <perCoreThreadCount default-value="true">${perCoreThreadCount}</perCoreThreadCount>
      <pluginArtifactMap>${plugin.artifactMap}</pluginArtifactMap>
      <pluginDescriptor default-value="${plugin}"/>
      <printSummary default-value="true">${surefire.printSummary}</printSummary>
      <projectArtifactMap>${project.artifactMap}</projectArtifactMap>
      <redirectTestOutputToFile default-value="false">${maven.test.redirectTestOutputToFile}</redirectTestOutputToFile>
      <remoteRepositories default-value="${project.pluginArtifactRepositories}"/>
      <reportFormat default-value="brief">${surefire.reportFormat}</reportFormat>
      <reportNameSuffix default-value="">${surefire.reportNameSuffix}</reportNameSuffix>
      <reportsDirectory default-value="${project.build.directory}/surefire-reports"/>
      <rerunFailingTestsCount default-value="0">${surefire.rerunFailingTestsCount}</rerunFailingTestsCount>
      <reuseForks default-value="true">${reuseForks}</reuseForks>
      <runOrder default-value="filesystem">${surefire.runOrder}</runOrder>
      <shutdown default-value="testset">${surefire.shutdown}</shutdown>
      <skip default-value="false">${maven.test.skip}</skip>
      <skipAfterFailureCount default-value="0">${surefire.skipAfterFailureCount}</skipAfterFailureCount>
      <skipExec>${maven.test.skip.exec}</skipExec>
      <skipTests default-value="false">${skipTests}</skipTests>
      <suiteXmlFiles>${surefire.suiteXmlFiles}</suiteXmlFiles>
      <test>${test}</test>
      <testClassesDirectory default-value="${project.build.testOutputDirectory}"/>
      <testFailureIgnore default-value="false">${maven.test.failure.ignore}</testFailureIgnore>
      <testNGArtifactName default-value="org.testng:testng">${testNGArtifactName}</testNGArtifactName>
      <testSourceDirectory default-value="${project.build.testSourceDirectory}"/>
      <threadCount>${threadCount}</threadCount>
      <threadCountClasses default-value="0">${threadCountClasses}</threadCountClasses>
      <threadCountMethods default-value="0">${threadCountMethods}</threadCountMethods>
      <threadCountSuites default-value="0">${threadCountSuites}</threadCountSuites>
      <trimStackTrace default-value="true">${trimStackTrace}</trimStackTrace>
      <useFile default-value="true">${surefire.useFile}</useFile>
      <useManifestOnlyJar default-value="true">${surefire.useManifestOnlyJar}</useManifestOnlyJar>
      <useSystemClassLoader default-value="true">${surefire.useSystemClassLoader}</useSystemClassLoader>
      <useUnlimitedThreads default-value="false">${useUnlimitedThreads}</useUnlimitedThreads>
      <workingDirectory>${basedir}</workingDirectory>
      <project default-value="${project}"/>
      <session default-value="${session}"/>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-jar-plugin:2.6:jar (default-jar)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <archive>
        <manifest>
          <mainClass>${start-class}</mainClass>
          <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
        </manifest>
      </archive>
      <classesDirectory default-value="${project.build.outputDirectory}"/>
      <classifier default-value="">${maven.jar.classifier}</classifier>
      <defaultManifestFile default-value="${project.build.outputDirectory}/META-INF/MANIFEST.MF"/>
      <finalName default-value="${project.build.finalName}">${jar.finalName}</finalName>
      <forceCreation default-value="false">${jar.forceCreation}</forceCreation>
      <outputDirectory default-value="${project.build.directory}"/>
      <project default-value="${project}"/>
      <session default-value="${session}"/>
      <skipIfEmpty default-value="false">${jar.skipIfEmpty}</skipIfEmpty>
      <useDefaultManifestFile default-value="false">${jar.useDefaultManifestFile}</useDefaultManifestFile>
    </configuration>
    [DEBUG] -----------------------------------------------------------------------
    [DEBUG] Goal:          org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install)
    [DEBUG] Style:         Regular
    [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
      <artifact default-value="${project.artifact}"/>
      <attachedArtifacts default-value="${project.attachedArtifacts}"/>
      <createChecksum default-value="false">${createChecksum}</createChecksum>
      <installAtEnd default-value="false">${installAtEnd}</installAtEnd>
      <localRepository>${localRepository}</localRepository>
      <packaging default-value="${project.packaging}"/>
      <pomFile default-value="${project.file}"/>
      <project default-value="${project}"/>
      <reactorProjects default-value="${reactorProjects}"/>
      <skip default-value="false">${maven.install.skip}</skip>
      <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
    </configuration>
    [DEBUG] =======================================================================
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=3, ConflictMarker.markTime=4, ConflictMarker.nodeCount=111, ConflictIdSorter.graphTime=2, ConflictIdSorter.topsortTime=1, ConflictIdSorter.conflictIdCount=53, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=21, ConflictResolver.conflictItemCount=92, DefaultDependencyCollector.collectTime=606, DefaultDependencyCollector.transformTime=34}
    [DEBUG] com.abysr:elections-metier-dao-jdbc:jar:0.0.1-SNAPSHOT
    [DEBUG]    com.abysr:electionJdbc01:jar:0.0.1-SNAPSHOT:compile
    [DEBUG]       mysql:mysql-connector-java:jar:5.1.39:compile
    [DEBUG]       org.springframework.boot:spring-boot-starter:jar:1.4.0.RELEASE:compile
    [DEBUG]          org.springframework.boot:spring-boot-autoconfigure:jar:1.4.0.RELEASE:compile
    [DEBUG]          org.springframework.boot:spring-boot-starter-logging:jar:1.4.0.RELEASE:compile
    [DEBUG]             ch.qos.logback:logback-classic:jar:1.1.7:compile
    [DEBUG]                ch.qos.logback:logback-core:jar:1.1.7:compile
    [DEBUG]             org.slf4j:jcl-over-slf4j:jar:1.7.21:compile
    [DEBUG]             org.slf4j:jul-to-slf4j:jar:1.7.21:compile
    [DEBUG]             org.slf4j:log4j-over-slf4j:jar:1.7.21:compile
    [DEBUG]          org.yaml:snakeyaml:jar:1.17:runtime
    [DEBUG]       com.fasterxml.jackson.core:jackson-databind:jar:2.8.1:compile
    [DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.8.1:compile (version managed from 2.8.0 by org.springframework.boot:spring-boot-dependencies:1.4.0.RELEASE)
    [DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.8.1:compile
    [DEBUG]       org.springframework:spring-jdbc:jar:4.3.2.RELEASE:compile
    [DEBUG]          org.springframework:spring-beans:jar:4.3.2.RELEASE:compile
    [DEBUG]          org.springframework:spring-tx:jar:4.3.2.RELEASE:compile
    [DEBUG]       org.springframework.boot:spring-boot-starter-web:jar:1.4.0.RELEASE:compile
    [DEBUG]          org.springframework.boot:spring-boot-starter-tomcat:jar:1.4.0.RELEASE:compile
    [DEBUG]             org.apache.tomcat.embed:tomcat-embed-core:jar:8.5.4:compile
    [DEBUG]             org.apache.tomcat.embed:tomcat-embed-el:jar:8.5.4:compile
    [DEBUG]             org.apache.tomcat.embed:tomcat-embed-websocket:jar:8.5.4:compile
    [DEBUG]          org.hibernate:hibernate-validator:jar:5.2.4.Final:compile
    [DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
    [DEBUG]             org.jboss.logging:jboss-logging:jar:3.3.0.Final:compile (version managed from 3.2.1.Final by org.springframework.boot:spring-boot-dependencies:1.4.0.RELEASE)
    [DEBUG]             com.fasterxml:classmate:jar:1.3.1:compile (version managed from 1.1.0 by org.springframework.boot:spring-boot-dependencies:1.4.0.RELEASE)
    [DEBUG]          org.springframework:spring-web:jar:4.3.2.RELEASE:compile
    [DEBUG]          org.springframework:spring-webmvc:jar:4.3.2.RELEASE:compile
    [DEBUG]       org.springframework.boot:spring-boot-starter-jdbc:jar:1.4.0.RELEASE:compile
    [DEBUG]          org.apache.tomcat:tomcat-jdbc:jar:8.5.4:compile
    [DEBUG]             org.apache.tomcat:tomcat-juli:jar:8.5.4:compile
    [DEBUG]    org.springframework.boot:spring-boot:jar:1.4.0.RELEASE:test
    [DEBUG]       org.springframework:spring-core:jar:4.3.2.RELEASE:compile
    [DEBUG]       org.springframework:spring-context:jar:4.3.2.RELEASE:compile
    [DEBUG]          org.springframework:spring-aop:jar:4.3.2.RELEASE:compile
    [DEBUG]          org.springframework:spring-expression:jar:4.3.2.RELEASE:compile
    [DEBUG]    org.springframework.boot:spring-boot-starter-test:jar:1.4.0.RELEASE:test
    [DEBUG]       org.springframework.boot:spring-boot-test:jar:1.4.0.RELEASE:test
    [DEBUG]       org.springframework.boot:spring-boot-test-autoconfigure:jar:1.4.0.RELEASE:test
    [DEBUG]       com.jayway.jsonpath:json-path:jar:2.2.0:test
    [DEBUG]          net.minidev:json-smart:jar:2.2.1:test
    [DEBUG]             net.minidev:accessors-smart:jar:1.1:test
    [DEBUG]                org.ow2.asm:asm:jar:5.0.3:test
    [DEBUG]          org.slf4j:slf4j-api:jar:1.7.21:compile (version managed from 1.7.16 by org.springframework.boot:spring-boot-dependencies:1.4.0.RELEASE)
    [DEBUG]       junit:junit:jar:4.12:test
    [DEBUG]       org.assertj:assertj-core:jar:2.5.0:test
    [DEBUG]       org.mockito:mockito-core:jar:1.10.19:test
    [DEBUG]          org.objenesis:objenesis:jar:2.1:test
    [DEBUG]       org.hamcrest:hamcrest-core:jar:1.3:test
    [DEBUG]       org.hamcrest:hamcrest-library:jar:1.3:test
    [DEBUG]       org.skyscreamer:jsonassert:jar:1.3.0:test
    [DEBUG]          org.json:json:jar:20140107:test (version managed from 20090211 by org.springframework.boot:spring-boot-dependencies:1.4.0.RELEASE)
    [DEBUG]       org.springframework:spring-test:jar:4.3.2.RELEASE:test
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ elections-metier-dao-jdbc ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=4, ConflictMarker.markTime=0, ConflictMarker.nodeCount=77, ConflictIdSorter.graphTime=2, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=26, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5, ConflictResolver.conflictItemCount=74, DefaultDependencyCollector.collectTime=166, DefaultDependencyCollector.transformTime=11}
    [DEBUG] org.apache.maven.plugins:maven-resources-plugin:jar:2.6:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.6:compile
    [DEBUG]    org.apache.maven:maven-project:jar:2.0.6:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.6:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.6:compile
    [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.6:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.6:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:compile
    [DEBUG]       org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:compile
    [DEBUG]          org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.6:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.6:compile
    [DEBUG]       commons-cli:commons-cli:jar:1.0:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.6:compile
    [DEBUG]       org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile
    [DEBUG]       classworlds:classworlds:jar:1.1:compile
    [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.6:compile
    [DEBUG]    org.apache.maven:maven-settings:jar:2.0.6:compile
    [DEBUG]    org.apache.maven:maven-model:jar:2.0.6:compile
    [DEBUG]    org.apache.maven:maven-monitor:jar:2.0.6:compile
    [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
    [DEBUG]       junit:junit:jar:3.8.1:compile
    [DEBUG]    org.codehaus.plexus:plexus-utils:jar:2.0.5:compile
    [DEBUG]    org.apache.maven.shared:maven-filtering:jar:1.1:compile
    [DEBUG]       org.sonatype.plexus:plexus-build-api:jar:0.0.4:compile
    [DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.13:compile
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-resources-plugin:2.6
    [DEBUG]   Included: org.apache.maven.plugins:maven-resources-plugin:jar:2.6
    [DEBUG]   Included: org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
    [DEBUG]   Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7
    [DEBUG]   Included: commons-cli:commons-cli:jar:1.0
    [DEBUG]   Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
    [DEBUG]   Included: junit:junit:jar:3.8.1
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:2.0.5
    [DEBUG]   Included: org.apache.maven.shared:maven-filtering:jar:1.1
    [DEBUG]   Included: org.sonatype.plexus:plexus-build-api:jar:0.0.4
    [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.13
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-resources-plugin:2.6:resources from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-resources-plugin:2.6, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.6:resources' with basic configurator -->
    [DEBUG]   (f) buildFilters = []
    [DEBUG]   (s) delimiters = [@]
    [DEBUG]   (f) encoding = UTF-8
    [DEBUG]   (f) escapeWindowsPaths = true
    [DEBUG]   (s) includeEmptyDirs = false
    [DEBUG]   (s) outputDirectory = /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [DEBUG]   (s) overwrite = false
    [DEBUG]   (f) project = MavenProject: com.abysr:elections-metier-dao-jdbc:0.0.1-SNAPSHOT @ /home/abysr/jaba/workspace/elections-metier-dao-jdbc/pom.xml
    [DEBUG]   (s) resources = [Resource {targetPath: null, filtering: true, FileSet {directory: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/resources, PatternSet [includes: {**/application*.yml, **/application*.properties}, excludes: {}]}}, Resource {targetPath: null, filtering: false, FileSet {directory: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/resources, PatternSet [includes: {}, excludes: {**/application*.yml, **/application*.properties}]}}]
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2fd1731c
    [DEBUG]   (f) supportMultiLineFiltering = false
    [DEBUG]   (f) useBuildFilters = true
    [DEBUG]   (s) useDefaultDelimiters = false
    [DEBUG] -- end configuration --
    [DEBUG] properties used {spring-batch.version=3.0.7.RELEASE, env.DESKTOP_SESSION=ubuntu, file.encoding.pkg=sun.io, undertow.version=1.3.23.Final, httpclient.version=4.5.2, webjars-locator.version=0.32, java.home=/usr/lib/jvm/java-8-oracle/jre, hibernate.version=5.0.9.Final, spring-security-oauth.version=2.0.10.RELEASE, groovy.version=2.4.7, env.QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1, env.GDM_LANG=en_US, env.DISPLAY=:0, env.XDG_VTNR=7, spring-social-linkedin.version=1.0.2.RELEASE, classworlds.conf=/home/abysr/jaba/workspace/.metadata/.plugins/org.eclipse.m2e.launching/launches/m2conf8657449323193591415.tmp, env.XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/abysr, java.endorsed.dirs=/usr/lib/jvm/java-8-oracle/jre/lib/endorsed, jmustache.version=1.12, env.LOGNAME=abysr, spring-cloud-connectors.version=1.2.3.RELEASE, mockito.version=1.10.19, env.XDG_SEAT=seat0, env.LC_PAPER=fr_FR.UTF-8, json.version=20140107, sun.os.patch.level=unknown, java.vendor.url=http://java.oracle.com/, env.XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0, env.MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path, bitronix.version=2.1.4, java.version=1.8.0_101, commons-beanutils.version=1.9.2, atomikos.version=3.9.3, gradle.version=1.12, env.OXYGEN_DISABLE_INNER_SHADOWS_HACK=1, jersey.version=2.23.1, jaxen.version=1.1.6, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, env.LANGUAGE=en_US, caffeine.version=2.3.1, couchbase-cache-client.version=2.0.0, env.GDK_SCALE=1, env.XDG_MENU_PREFIX=gnome-, sun-mail.version=1.5.5, env.XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/gnome:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop, wsdl4j.version=1.6.3, jedis.version=2.8.2, env.GNOME_KEYRING_CONTROL=, javax-mail.version=1.5.5, env.UPSTART_SESSION=unix:abstract=/com/ubuntu/upstart-session/1000/3169, lombok.version=1.16.10, user.name=abysr, env.LANG=en_US.UTF-8, env.LC_MONETARY=fr_FR.UTF-8, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, env.DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-aJa8Ytr29F, java.runtime.name=Java(TM) SE Runtime Environment, activemq.version=5.13.4, spring-security-jwt.version=1.0.4.RELEASE, spring-mobile.version=1.1.5.RELEASE, env.LC_NAME=fr_FR.UTF-8, commons-dbcp.version=1.4, java.specification.name=Java Platform API Specification, log4j2.version=2.6.2, aspectj.version=1.8.9, user.timezone=Europe/Paris, janino.version=2.7.8, env.GIO_LAUNCHED_DESKTOP_FILE=/home/abysr/.local/share/applications/eclipse.desktop, path.separator=:, tomcat.version=8.5.4, postgresql.version=9.4.1209.jre7, env.XMODIFIERS=@im=ibus, file.encoding=UTF-8, statsd-client.version=3.1.0, env.HOME=/home/abysr, sun.java.command=org.codehaus.plexus.classworlds.launcher.Launcher -Ppom.xml -B -X install, velocity.version=1.7, spring-social-twitter.version=1.1.2.RELEASE, flyway.version=3.2.1, snakeyaml.version=1.17, thymeleaf-extras-conditionalcomments.version=2.1.2.RELEASE, env.LC_TELEPHONE=fr_FR.UTF-8, resource.delimiter=@, hikaricp.version=2.4.7, assertj.version=2.5.0, nekohtml.version=1.9.22, env.GTK2_MODULES=overlay-scrollbar, jest.version=2.0.3, java.io.tmpdir=/tmp, javax-transaction.version=1.2, env.LC_IDENTIFICATION=fr_FR.UTF-8, hazelcast.version=3.6.4, env.GNOME_KEYRING_PID=, mariadb.version=1.4.6, glassfish-el.version=3.0.0, user.language=en, env.UPSTART_EVENTS=xsession started, line.separator=
    , crashub.version=1.3.2, thymeleaf-extras-java8time.version=2.1.0.RELEASE, spring-security.version=4.1.1.RELEASE, spring-social.version=1.1.4.RELEASE, solr.version=5.5.2, env.CLUTTER_IM_MODULE=xim, gemfire.version=8.2.0, java.vm.info=mixed mode, sun.desktop=gnome, java.vm.specification.name=Java Virtual Machine Specification, neo4j-ogm.version=2.0.4, servlet-api.version=3.1.0, project.reporting.outputEncoding=UTF-8, joda-time.version=2.9.4, hibernate-validator.version=5.2.4.Final, jaybird.version=2.2.10, commons-collections.version=3.2.2, liquibase.version=3.5.1, hikaricp-java6.version=2.3.13, env.LC_MEASUREMENT=fr_FR.UTF-8, env.IM_CONFIG_PHASE=1, embedded-mongo.version=1.50.5, env.LC_TIME=fr_FR.UTF-8, hornetq.version=2.4.7.Final, env.GDMSESSION=ubuntu, spring-integration.version=4.3.1.RELEASE, env.QT_ACCESSIBILITY=1, env.XDG_SESSION_DESKTOP=ubuntu, java.awt.printerjob=sun.print.PSPrinterJob, mongodb.version=3.2.2, commons-codec.version=1.10, env.DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path, antlr2.version=2.7.7, xml-apis.version=1.4.01, env.GDK_CORE_DEVICE_EVENTS=1, env.XDG_SESSION_TYPE=x11, selenium.version=2.53.1, jetty.version=9.3.11.v20160721, env.COMPIZ_CONFIG_PROFILE=ubuntu, ehcache.version=2.10.2.2.21, env.XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0, env.JOB=unity-settings-daemon, spring-integration-java-dsl.version=1.1.3.RELEASE, spring-retry.version=1.1.3.RELEASE, os.name=Linux, java.specification.vendor=Oracle Corporation, ehcache3.version=3.1.1, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, simple-json.version=1.1.1, env.QT_IM_MODULE=ibus, java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib, couchbase-client.version=2.2.8, env.PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin, narayana.version=5.3.3.Final, java.class.version=52.0, env.SHLVL=0, maven.multiModuleProjectDirectory=/home/abysr/jaba/workspace/elections-metier-dao-jdbc, freemarker.version=2.3.25-incubating, infinispan.version=8.2.2.Final, httpasyncclient.version=4.1.2, thymeleaf-extras-springsecurity4.version=2.1.2.RELEASE, spring-social-facebook.version=2.0.3.RELEASE, classmate.version=1.3.1, artemis.version=1.3.0, env.UPSTART_JOB=unity7, spring-plugin.version=1.2.0.RELEASE, spring.version=4.3.2.RELEASE, project.build.sourceEncoding=UTF-8, sun.boot.library.path=/usr/lib/jvm/java-8-oracle/jre/lib/amd64, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=abysr, commons-dbcp2.version=2.1.1, env.GTK_IM_MODULE=ibus, htmlunit.version=2.21, env.GTK_MODULES=gail:atk-bridge:unity-gtk-module, jboss-transaction-spi.version=7.3.2.Final, hamcrest.version=1.3, junit.version=4.12, javax-cache.version=1.0.0, env.SESSIONTYPE=gnome-session, java.vm.specification.version=1.8, jtds.version=1.3.1, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, mysql.version=5.1.39, slf4j.version=1.7.21, awt.toolkit=sun.awt.X11.XToolkit, sun.cpu.isalist=, env.COMPIZ_BIN_PATH=/usr/bin/, java.ext.dirs=/usr/lib/jvm/java-8-oracle/jre/lib/ext:/usr/java/packages/lib/ext, derby.version=10.12.1.1, os.version=4.4.0-36-generic, env.QT_QPA_PLATFORMTHEME=appmenu-qt5, velocity-tools.version=2.0, thymeleaf-layout-dialect.version=1.4.0, env.XDG_CURRENT_DESKTOP=Unity, user.home=/home/abysr, java.vm.vendor=Oracle Corporation, jooq.version=3.8.4, logback.version=1.1.7, env.SESSION=ubuntu, env.XDG_SESSION_ID=c1, env.XAUTHORITY=/home/abysr/.Xauthority, user.dir=/home/abysr/jaba/workspace/elections-metier-dao-jdbc, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.PWD=/home/abysr, env.LIBOVERLAY_SCROLLBAR=0, spring-restdocs.version=1.1.1.RELEASE, jsonassert.version=1.3.0, spring-session.version=1.2.1.RELEASE, elasticsearch.version=2.3.4, sun.cpu.endian=little, httpcore.version=4.4.5, sqlite-jdbc.version=3.8.11.2, dom4j.version=1.6.1, java.vm.version=25.101-b13, org.slf4j.simpleLogger.defaultLogLevel=debug, java.class.path=/home/abysr/jaba/ide/eclipse/plugins/org.eclipse.m2e.maven.runtime_1.7.0.20160603-1931/jars/plexus-classworlds-2.5.2.jar, thymeleaf-extras-data-attribute.version=1.3, jdom2.version=2.0.6, env.LC_ADDRESS=fr_FR.UTF-8, jetty-jsp.version=2.2.0.v201112011158, javassist.version=3.20.0-GA, os.arch=amd64, maven.build.version=Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00), env.LC_NUMERIC=fr_FR.UTF-8, json-path.version=2.2.0, spring-hateoas.version=0.20.0.RELEASE, sendgrid.version=2.2.2, spring-data-releasetrain.version=Hopper-SR2, spring-ws.version=2.3.0.RELEASE, sun.java.launcher=SUN_STANDARD, env.GIO_LAUNCHED_DESKTOP_FILE_PID=6537, dropwizard-metrics.version=3.1.2, commons-pool.version=1.6, jboss-logging.version=3.3.0.Final, jstl.version=1.2, webjars-hal-browser.version=9f96c74, java.vm.specification.vendor=Oracle Corporation, env.UPSTART_INSTANCE=, file.separator=/, gson.version=2.7, h2.version=1.4.192, cassandra-driver.version=2.1.9, jolokia.version=1.3.3, java.runtime.version=1.8.0_101-b13, sun.boot.class.path=/usr/lib/jvm/java-8-oracle/jre/lib/resources.jar:/usr/lib/jvm/java-8-oracle/jre/lib/rt.jar:/usr/lib/jvm/java-8-oracle/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jsse.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jce.jar:/usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar:/usr/lib/jvm/java-8-oracle/jre/lib/jfr.jar:/usr/lib/jvm/java-8-oracle/jre/classes, env.SSH_AUTH_SOCK=/run/user/1000/keyring/ssh, commons-digester.version=2.1, appengine.version=1.9.40, env.QT4_IM_MODULE=xim, env.XDG_RUNTIME_DIR=/run/user/1000, env.XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/usr/share/upstart/xdg:/etc/xdg, jackson.version=2.8.1, maven.version=3.3.9, jna.version=4.2.2, user.country=US, env.SHELL=/bin/bash, maven.home=/home/abysr/jaba/workspace/elections-metier-dao-jdbc/EMBEDDED, env.INSTANCE=, maven.compiler.target=1.8, thymeleaf.version=2.1.5.RELEASE, reactor-spring.version=2.0.7.RELEASE, spring-loaded.version=1.2.6.RELEASE, commons-pool2.version=2.4.2, spock.version=1.0-groovy-2.4, reactor.version=2.0.8.RELEASE, java.vendor=Oracle Corporation, env.GPG_AGENT_INFO=/home/abysr/.gnupg/S.gpg-agent:0:1, spring-amqp.version=1.6.1.RELEASE, maven.compiler.source=1.8, hsqldb.version=2.3.3, java.specification.version=1.8, sun.arch.data.model=64, env.GNOME_DESKTOP_SESSION_ID=this-is-deprecated}
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [DEBUG] resource with targetPath null
    directory /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/resources
    excludes []
    includes [**/application*.yml, **/application*.properties]
    [DEBUG] ignoreDelta true
    [INFO] Copying 1 resource
    [DEBUG] file application.properties has a filtered file extension
    [DEBUG] filtering /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/resources/application.properties to /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes/application.properties
    [DEBUG] resource with targetPath null
    directory /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/resources
    excludes [**/application*.yml, **/application*.properties]
    includes []
    [DEBUG] ignoreDelta true
    [INFO] Copying 0 resource
    [DEBUG] no use filter components
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ elections-metier-dao-jdbc ---
    [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=0, ConflictMarker.nodeCount=160, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=43, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3, ConflictResolver.conflictItemCount=63, DefaultDependencyCollector.collectTime=272, DefaultDependencyCollector.transformTime=4}
    [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:jar:3.1:
    [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-artifact:jar:2.0.9:compile
    [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.5.1:compile
    [DEBUG]    org.apache.maven:maven-core:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-settings:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-profile:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-model:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-project:jar:2.0.9:compile
    [DEBUG]          org.apache.maven:maven-plugin-registry:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.9:compile
    [DEBUG]       org.apache.maven:maven-monitor:jar:2.0.9:compile
    [DEBUG]    org.apache.maven:maven-toolchain:jar:1.0:compile
    [DEBUG]    org.apache.maven.shared:maven-shared-utils:jar:0.1:compile
    [DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
    [DEBUG]    org.apache.maven.shared:maven-shared-incremental:jar:1.1:compile
    [DEBUG]       org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-api:jar:2.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-manager:jar:2.2:compile
    [DEBUG]    org.codehaus.plexus:plexus-compiler-javac:jar:2.2:runtime
    [DEBUG]    org.codehaus.plexus:plexus-container-default:jar:1.5.5:compile
    [DEBUG]       org.codehaus.plexus:plexus-classworlds:jar:2.2.2:compile
    [DEBUG]       org.apache.xbean:xbean-reflect:jar:3.4:compile
    [DEBUG]          log4j:log4j:jar:1.2.12:compile
    [DEBUG]          commons-logging:commons-logging-api:jar:1.1:compile
    [DEBUG]       com.google.collections:google-collections:jar:1.0:compile
    [DEBUG]       junit:junit:jar:3.8.2:compile
    [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
    [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
    [DEBUG]   Imported:  < maven.api
    [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1
    [DEBUG]   Included: org.apache.maven.plugins:maven-compiler-plugin:jar:3.1
    [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:1.5.1
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-utils:jar:0.1
    [DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
    [DEBUG]   Included: org.apache.maven.shared:maven-shared-incremental:jar:1.1
    [DEBUG]   Included: org.codehaus.plexus:plexus-component-annotations:jar:1.5.5
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-api:jar:2.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-manager:jar:2.2
    [DEBUG]   Included: org.codehaus.plexus:plexus-compiler-javac:jar:2.2
    [DEBUG]   Included: org.apache.xbean:xbean-reflect:jar:3.4
    [DEBUG]   Included: log4j:log4j:jar:1.2.12
    [DEBUG]   Included: commons-logging:commons-logging-api:jar:1.1
    [DEBUG]   Included: com.google.collections:google-collections:jar:1.0
    [DEBUG]   Included: junit:junit:jar:3.8.2
    [DEBUG] Configuring mojo org.apache.maven.plugins:maven-compiler-plugin:3.1:compile from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-compiler-plugin:3.1, parent: sun.misc.Launcher$AppClassLoader@5c647e05]
    [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:3.1:compile' with basic configurator -->
    [DEBUG]   (f) basedir = /home/abysr/jaba/workspace/elections-metier-dao-jdbc
    [DEBUG]   (f) buildDirectory = /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target
    [DEBUG]   (f) classpathElements = [/home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes, /home/abysr/.m2/repository/com/abysr/electionJdbc01/0.0.1-SNAPSHOT/electionJdbc01-0.0.1-SNAPSHOT.jar, /home/abysr/.m2/repository/mysql/mysql-connector-java/5.1.39/mysql-connector-java-5.1.39.jar, /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter/1.4.0.RELEASE/spring-boot-starter-1.4.0.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.4.0.RELEASE/spring-boot-autoconfigure-1.4.0.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.4.0.RELEASE/spring-boot-starter-logging-1.4.0.RELEASE.jar, /home/abysr/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar, /home/abysr/.m2/repository/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar, /home/abysr/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar, /home/abysr/.m2/repository/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar, /home/abysr/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar, /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar, /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.1/jackson-annotations-2.8.1.jar, /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.1/jackson-core-2.8.1.jar, /home/abysr/.m2/repository/org/springframework/spring-jdbc/4.3.2.RELEASE/spring-jdbc-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/spring-beans/4.3.2.RELEASE/spring-beans-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/spring-tx/4.3.2.RELEASE/spring-tx-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.4.0.RELEASE/spring-boot-starter-web-1.4.0.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.4.0.RELEASE/spring-boot-starter-tomcat-1.4.0.RELEASE.jar, /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar, /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.4/tomcat-embed-el-8.5.4.jar, /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.4/tomcat-embed-websocket-8.5.4.jar, /home/abysr/.m2/repository/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar, /home/abysr/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, /home/abysr/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar, /home/abysr/.m2/repository/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar, /home/abysr/.m2/repository/org/springframework/spring-web/4.3.2.RELEASE/spring-web-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/spring-webmvc/4.3.2.RELEASE/spring-webmvc-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.4.0.RELEASE/spring-boot-starter-jdbc-1.4.0.RELEASE.jar, /home/abysr/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.4/tomcat-jdbc-8.5.4.jar, /home/abysr/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.4/tomcat-juli-8.5.4.jar, /home/abysr/.m2/repository/org/springframework/spring-core/4.3.2.RELEASE/spring-core-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/spring-context/4.3.2.RELEASE/spring-context-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/spring-aop/4.3.2.RELEASE/spring-aop-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/springframework/spring-expression/4.3.2.RELEASE/spring-expression-4.3.2.RELEASE.jar, /home/abysr/.m2/repository/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar]
    [DEBUG]   (f) compileSourceRoots = [/home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java]
    [DEBUG]   (f) compilerId = javac
    [DEBUG]   (f) debug = true
    [DEBUG]   (f) encoding = UTF-8
    [DEBUG]   (f) failOnError = true
    [DEBUG]   (f) forceJavacCompilerUse = false
    [DEBUG]   (f) fork = false
    [DEBUG]   (f) generatedSourcesDirectory = /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/generated-sources/annotations
    [DEBUG]   (f) mojoExecution = org.apache.maven.plugins:maven-compiler-plugin:3.1:compile {execution: default-compile}
    [DEBUG]   (f) optimize = false
    [DEBUG]   (f) outputDirectory = /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [DEBUG]   (f) projectArtifact = com.abysr:elections-metier-dao-jdbc:jar:0.0.1-SNAPSHOT
    [DEBUG]   (f) showDeprecation = false
    [DEBUG]   (f) showWarnings = false
    [DEBUG]   (f) skipMultiThreadWarning = false
    [DEBUG]   (f) source = 1.8
    [DEBUG]   (f) staleMillis = 0
    [DEBUG]   (f) target = 1.8
    [DEBUG]   (f) useIncrementalCompilation = true
    [DEBUG]   (f) verbose = false
    [DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@2fd1731c
    [DEBUG]   (f) session = org.apache.maven.execution.MavenSession@2fd1731c
    [DEBUG] -- end configuration --
    [DEBUG] Using compiler 'javac'.
    [DEBUG] Source directories: [/home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java]
    [DEBUG] Classpath: [/home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
     /home/abysr/.m2/repository/com/abysr/electionJdbc01/0.0.1-SNAPSHOT/electionJdbc01-0.0.1-SNAPSHOT.jar
     /home/abysr/.m2/repository/mysql/mysql-connector-java/5.1.39/mysql-connector-java-5.1.39.jar
     /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter/1.4.0.RELEASE/spring-boot-starter-1.4.0.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.4.0.RELEASE/spring-boot-autoconfigure-1.4.0.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.4.0.RELEASE/spring-boot-starter-logging-1.4.0.RELEASE.jar
     /home/abysr/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar
     /home/abysr/.m2/repository/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar
     /home/abysr/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar
     /home/abysr/.m2/repository/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar
     /home/abysr/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar
     /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar
     /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.1/jackson-annotations-2.8.1.jar
     /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.1/jackson-core-2.8.1.jar
     /home/abysr/.m2/repository/org/springframework/spring-jdbc/4.3.2.RELEASE/spring-jdbc-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/spring-beans/4.3.2.RELEASE/spring-beans-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/spring-tx/4.3.2.RELEASE/spring-tx-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.4.0.RELEASE/spring-boot-starter-web-1.4.0.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.4.0.RELEASE/spring-boot-starter-tomcat-1.4.0.RELEASE.jar
     /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar
     /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.4/tomcat-embed-el-8.5.4.jar
     /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.4/tomcat-embed-websocket-8.5.4.jar
     /home/abysr/.m2/repository/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar
     /home/abysr/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
     /home/abysr/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar
     /home/abysr/.m2/repository/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar
     /home/abysr/.m2/repository/org/springframework/spring-web/4.3.2.RELEASE/spring-web-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/spring-webmvc/4.3.2.RELEASE/spring-webmvc-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.4.0.RELEASE/spring-boot-starter-jdbc-1.4.0.RELEASE.jar
     /home/abysr/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.4/tomcat-jdbc-8.5.4.jar
     /home/abysr/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.4/tomcat-juli-8.5.4.jar
     /home/abysr/.m2/repository/org/springframework/spring-core/4.3.2.RELEASE/spring-core-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/spring-context/4.3.2.RELEASE/spring-context-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/spring-aop/4.3.2.RELEASE/spring-aop-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/springframework/spring-expression/4.3.2.RELEASE/spring-expression-4.3.2.RELEASE.jar
     /home/abysr/.m2/repository/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar]
    [DEBUG] Output directory: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [DEBUG] CompilerReuseStrategy: reuseCreated
    [DEBUG] useIncrementalCompilation enabled
    [DEBUG] Stale source detected: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java
    [DEBUG] Stale source detected: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java
    [DEBUG] Stale source detected: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java
    [DEBUG] Stale source detected: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java
    [DEBUG] Stale source detected: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java
    [DEBUG] Stale source detected: /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java
    [INFO] Changes detected - recompiling the module!
    [DEBUG] Classpath:
    [DEBUG]  /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [DEBUG]  /home/abysr/.m2/repository/com/abysr/electionJdbc01/0.0.1-SNAPSHOT/electionJdbc01-0.0.1-SNAPSHOT.jar
    [DEBUG]  /home/abysr/.m2/repository/mysql/mysql-connector-java/5.1.39/mysql-connector-java-5.1.39.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter/1.4.0.RELEASE/spring-boot-starter-1.4.0.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.4.0.RELEASE/spring-boot-autoconfigure-1.4.0.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.4.0.RELEASE/spring-boot-starter-logging-1.4.0.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar
    [DEBUG]  /home/abysr/.m2/repository/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar
    [DEBUG]  /home/abysr/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar
    [DEBUG]  /home/abysr/.m2/repository/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar
    [DEBUG]  /home/abysr/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar
    [DEBUG]  /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar
    [DEBUG]  /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.1/jackson-annotations-2.8.1.jar
    [DEBUG]  /home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.1/jackson-core-2.8.1.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-jdbc/4.3.2.RELEASE/spring-jdbc-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-beans/4.3.2.RELEASE/spring-beans-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-tx/4.3.2.RELEASE/spring-tx-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.4.0.RELEASE/spring-boot-starter-web-1.4.0.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.4.0.RELEASE/spring-boot-starter-tomcat-1.4.0.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar
    [DEBUG]  /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.4/tomcat-embed-el-8.5.4.jar
    [DEBUG]  /home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.4/tomcat-embed-websocket-8.5.4.jar
    [DEBUG]  /home/abysr/.m2/repository/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar
    [DEBUG]  /home/abysr/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
    [DEBUG]  /home/abysr/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar
    [DEBUG]  /home/abysr/.m2/repository/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-web/4.3.2.RELEASE/spring-web-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-webmvc/4.3.2.RELEASE/spring-webmvc-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.4.0.RELEASE/spring-boot-starter-jdbc-1.4.0.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.4/tomcat-jdbc-8.5.4.jar
    [DEBUG]  /home/abysr/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.4/tomcat-juli-8.5.4.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-core/4.3.2.RELEASE/spring-core-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-context/4.3.2.RELEASE/spring-context-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-aop/4.3.2.RELEASE/spring-aop-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/springframework/spring-expression/4.3.2.RELEASE/spring-expression-4.3.2.RELEASE.jar
    [DEBUG]  /home/abysr/.m2/repository/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
    [DEBUG] Source roots:
    [DEBUG]  /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java
    [DEBUG] Command line options:
    [DEBUG] -d /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes -classpath /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes:/home/abysr/.m2/repository/com/abysr/electionJdbc01/0.0.1-SNAPSHOT/electionJdbc01-0.0.1-SNAPSHOT.jar:/home/abysr/.m2/repository/mysql/mysql-connector-java/5.1.39/mysql-connector-java-5.1.39.jar:/home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter/1.4.0.RELEASE/spring-boot-starter-1.4.0.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.4.0.RELEASE/spring-boot-autoconfigure-1.4.0.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.4.0.RELEASE/spring-boot-starter-logging-1.4.0.RELEASE.jar:/home/abysr/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar:/home/abysr/.m2/repository/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar:/home/abysr/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar:/home/abysr/.m2/repository/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar:/home/abysr/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar:/home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.1/jackson-databind-2.8.1.jar:/home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.8.1/jackson-annotations-2.8.1.jar:/home/abysr/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.8.1/jackson-core-2.8.1.jar:/home/abysr/.m2/repository/org/springframework/spring-jdbc/4.3.2.RELEASE/spring-jdbc-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/spring-beans/4.3.2.RELEASE/spring-beans-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/spring-tx/4.3.2.RELEASE/spring-tx-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.4.0.RELEASE/spring-boot-starter-web-1.4.0.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.4.0.RELEASE/spring-boot-starter-tomcat-1.4.0.RELEASE.jar:/home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.5.4/tomcat-embed-core-8.5.4.jar:/home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.4/tomcat-embed-el-8.5.4.jar:/home/abysr/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.4/tomcat-embed-websocket-8.5.4.jar:/home/abysr/.m2/repository/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar:/home/abysr/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/home/abysr/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar:/home/abysr/.m2/repository/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar:/home/abysr/.m2/repository/org/springframework/spring-web/4.3.2.RELEASE/spring-web-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/spring-webmvc/4.3.2.RELEASE/spring-webmvc-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.4.0.RELEASE/spring-boot-starter-jdbc-1.4.0.RELEASE.jar:/home/abysr/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.5.4/tomcat-jdbc-8.5.4.jar:/home/abysr/.m2/repository/org/apache/tomcat/tomcat-juli/8.5.4/tomcat-juli-8.5.4.jar:/home/abysr/.m2/repository/org/springframework/spring-core/4.3.2.RELEASE/spring-core-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/spring-context/4.3.2.RELEASE/spring-context-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/spring-aop/4.3.2.RELEASE/spring-aop-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/springframework/spring-expression/4.3.2.RELEASE/spring-expression-4.3.2.RELEASE.jar:/home/abysr/.m2/repository/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar: -sourcepath /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java: -s /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/generated-sources/annotations -g -nowarn -target 1.8 -source 1.8 -encoding UTF-8
    [DEBUG] incrementalBuildHelper#beforeRebuildExecution
    [INFO] Compiling 6 source files to /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [DEBUG] incrementalBuildHelper#afterRebuildExecution
    [INFO] -------------------------------------------------------------
    [ERROR] COMPILATION ERROR : 
    [INFO] -------------------------------------------------------------
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[7,58] cannot find symbol
      symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,28] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[6,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[9,21] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,56] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,21] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[13,42] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[10,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[11,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[12,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[18,17] cannot find symbol
      symbol:   class IElectionDao
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[21,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[38,42] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,56] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[75,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[90,40] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[100,35] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[110,38] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[119,47] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[132,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[10,41] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[11,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[7,53] cannot find symbol
      symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,28] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[3,32] package org.springframework.boot does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[13,44] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[22,22] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[67,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[82,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[103,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[113,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[122,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[136,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[145,43] cannot find symbol
      symbol:   class ElectionsException
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[10,17] cannot find symbol
      symbol:   variable SpringApplication
      location: class com.abysr.elections.metier.dao.jdbc.ElectionsMetierDaoJdbcApplication
    [INFO] 40 errors 
    [INFO] -------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.510 s
    [INFO] Finished at: 2016-09-05T22:15:31+02:00
    [INFO] Final Memory: 22M/208M
    [INFO] ------------------------------------------------------------------------
    [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project elections-metier-dao-jdbc: Compilation failure: Compilation failure:
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[7,58] cannot find symbol
    [ERROR] symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,28] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[6,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[9,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,56] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[13,42] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[10,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[11,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[12,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[18,17] cannot find symbol
    [ERROR] symbol:   class IElectionDao
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[21,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[38,42] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,56] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[75,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[90,40] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[100,35] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[110,38] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[119,47] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[132,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[10,41] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[11,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[7,53] cannot find symbol
    [ERROR] symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,28] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[3,32] package org.springframework.boot does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[13,44] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[22,22] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[67,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[82,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[103,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[113,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[122,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[136,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[145,43] cannot find symbol
    [ERROR] symbol:   class ElectionsException
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elections/metier/dao/jdbc/ElectionsMetierDaoJdbcApplication.java:[10,17] cannot find symbol
    [ERROR] symbol:   variable SpringApplication
    [ERROR] location: class com.abysr.elections.metier.dao.jdbc.ElectionsMetierDaoJdbcApplication
    [ERROR] -> [Help 1]
    org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project elections-metier-dao-jdbc: Compilation failure
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
    	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
    	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
    	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
    	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
    	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
    	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
    	at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:498)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
    	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
    Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
    	at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:858)
    	at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)
    	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
    	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
    	... 20 more
    [ERROR] 
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    J'ai l'impression que tout mon fichier .jar de ma couche dao précdemment créee est absente lors de ce maven install

    voilà ce que contient Maven dependencies je ne vois pas le "jar with dependencies" :

    Nom : Screenshot from 2016-09-05 22-50-37.png
Affichages : 1352
Taille : 5,3 Ko
    Après la difficulté, la facilité...

  4. #4
    Membre chevronné Avatar de jeffray03
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2008
    Messages
    1 501
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 501
    Points : 2 120
    Points
    2 120
    Par défaut
    ah ok,
    execute la commande :
    mvn clean install

    eric

  5. #5
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    [INFO] Scanning for projects...
    [INFO]                                                                         
    [INFO] ------------------------------------------------------------------------
    [INFO] Building elections-metier-dao-jdbc 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO] 
    [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ elections-metier-dao-jdbc ---
    [INFO] Deleting /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ elections-metier-dao-jdbc ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO] Copying 0 resource
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ elections-metier-dao-jdbc ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 5 source files to /home/abysr/jaba/workspace/elections-metier-dao-jdbc/target/classes
    [INFO] -------------------------------------------------------------
    [ERROR] COMPILATION ERROR : 
    [INFO] -------------------------------------------------------------
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[7,58] cannot find symbol
      symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,28] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[6,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[9,21] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,56] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,21] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[13,42] cannot find symbol
      symbol:   class ListeElectorale
      location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[10,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[11,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[12,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[18,17] cannot find symbol
      symbol:   class IElectionDao
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[21,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[38,42] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,56] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[75,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[90,40] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[100,35] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[110,38] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[119,47] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[132,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[10,41] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[11,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[7,53] cannot find symbol
      symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,28] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,48] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[13,44] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[22,22] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[67,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[82,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[103,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[113,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[122,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[136,21] cannot find symbol
      symbol:   class ListeElectorale
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[145,43] cannot find symbol
      symbol:   class ElectionsException
      location: class com.abysr.elec3.metier.services.ElectionMetier
    [INFO] 38 errors 
    [INFO] -------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.475 s
    [INFO] Finished at: 2016-09-05T23:05:55+02:00
    [INFO] Final Memory: 23M/208M
    [INFO] ------------------------------------------------------------------------
    [WARNING] The requested profile "pom.xml" could not be activated because it does not exist.
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project elections-metier-dao-jdbc: Compilation failure: Compilation failure:
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[7,58] cannot find symbol
    [ERROR] symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,28] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java:[10,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.OrdonneListElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[6,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[9,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,56] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[10,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/IElectionsMetier.java:[13,42] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: interface com.abysr.elec3.metier.services.IElectionsMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[10,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[11,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[12,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[18,17] cannot find symbol
    [ERROR] symbol:   class IElectionDao
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[21,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[38,42] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,56] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[44,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[75,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[90,40] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[100,35] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[110,38] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[119,47] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[132,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[10,41] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[11,43] package com.abysr.electionjdbc.dao.services does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[5,43] package com.abysr.electionjdbc.dao.entities does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[7,53] cannot find symbol
    [ERROR] symbol: class ListeElectorale
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,28] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ListCompareFinal.java:[10,48] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ListCompareFinal
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/config/MetierConfig.java:[13,44] package com.abysr.electionjdbc.dao.config does not exist
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[22,22] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[67,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[82,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[103,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[113,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[122,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[136,21] cannot find symbol
    [ERROR] symbol:   class ListeElectorale
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] /home/abysr/jaba/workspace/elections-metier-dao-jdbc/src/main/java/com/abysr/elec3/metier/services/ElectionMetier.java:[145,43] cannot find symbol
    [ERROR] symbol:   class ElectionsException
    [ERROR] location: class com.abysr.elec3.metier.services.ElectionMetier
    [ERROR] -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
    Après la difficulté, la facilité...

  6. #6
    Membre chevronné Avatar de jeffray03
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2008
    Messages
    1 501
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 501
    Points : 2 120
    Points
    2 120
    Par défaut
    montres nous la structure de ton projet.

    Eric

  7. #7
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    le pom

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    	<modelVersion>4.0.0</modelVersion>
     
    	<groupId>com.abysr</groupId>
    	<artifactId>elections-metier-dao-jdbc</artifactId>
    	<version>0.0.1-SNAPSHOT</version>
    	<packaging>jar</packaging>
     
    	<name>elections-metier-dao-jdbc</name>
    	<description>Demo project for Spring Boot</description>
     
    <parent>
    		<groupId>org.springframework.boot</groupId>
    		<artifactId>spring-boot-starter-parent</artifactId>
    		<version>1.4.0.RELEASE</version>
    	</parent>
     
    	<properties>
    		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    		<java.version>1.8</java.version>
    	</properties>
     
    	<dependencies>
    	<dependency>
    			<groupId>com.abysr</groupId>
    	<artifactId>electionJdbc01</artifactId>
    	<version>0.0.1-SNAPSHOT</version>
     
    	</dependency>
    		<!-- DAO -->
    		<!-- Spring Boot -->
    		<dependency>
    			<groupId>org.springframework.boot</groupId>
    			<artifactId>spring-boot</artifactId>
    			<scope>test</scope>
    		</dependency>
    		<!-- Spring Boot Test -->
    		<dependency>
    			<groupId>org.springframework.boot</groupId>
    			<artifactId>spring-boot-starter-test</artifactId>
    			<scope>test</scope>
    		</dependency>
    	</dependencies>
     
    	<!-- plugins -->
    	<build>
    		<plugins>
     	<plugin>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.1</version>
                <configuration>
                    <source>1.8</source> 
                    <target>1.8</target> 
                </configuration>
            </plugin> 
    			<plugin>
    				<artifactId>maven-assembly-plugin</artifactId>
    				<configuration>
    					<archive>
    						<manifest>
    							<mainClass>com.abysr.elec3.metier.config.MetierConfig</mainClass>
    						</manifest>
    					</archive>
    					<descriptorRefs>
    						<descriptorRef>jar-with-dependencies</descriptorRef>
    					</descriptorRefs>
    				</configuration>
    			</plugin>
    			<!-- pour l'installation de l'artifact du projet dans le dépôt local Maven -->
    			<plugin>
    						<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-surefire-plugin -->
    			    <groupId>org.apache.maven.plugins</groupId>
    			    <artifactId>maven-surefire-plugin</artifactId>
    			    <version>2.19.1</version>
    			</plugin>
    		</plugins>
    	</build>
    </project>
    l'explorateur d'Eclipse

    Nom : Screenshot from 2016-09-05 23-41-53.png
Affichages : 1563
Taille : 42,3 Ko
    Après la difficulté, la facilité...

  8. #8
    Membre chevronné Avatar de jeffray03
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2008
    Messages
    1 501
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 501
    Points : 2 120
    Points
    2 120
    Par défaut
    salut,
    la classe :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    src/main/java/com/abysr/elec3/metier/services/OrdonneListElectorale.java
    n´existe pas, car moi meme je ne la voie pas.

    Eric

  9. #9
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    Nom : Screenshot from 2016-09-05 23-41-53.png
Affichages : 1417
Taille : 71,4 Ko
    Après la difficulté, la facilité...

  10. #10
    Membre chevronné Avatar de jeffray03
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2008
    Messages
    1 501
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 501
    Points : 2 120
    Points
    2 120
    Par défaut
    oui mais a l´intérieur tu as declaré certainement la classe :

  11. #11
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    En effet elle n'est pas dans ce projet là... mais dans le jar du projet de la couche Dao que je "pense " avoir importer via le depot local maven

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    	<dependency>
    			<groupId>com.abysr</groupId>
    			<artifactId>electionJdbc01</artifactId>
    			<version>0.0.1-SNAPSHOT</version>		
    	</dependency>
    Nom : Screenshot from 2016-09-06 00-27-11.png
Affichages : 1472
Taille : 17,2 Ko

    Je rappelle ce que j'ai fais :
    1 un premier projet qui fonctionne, je fais un maven install, un jar est crée
    2 un deuxieme projet important le jar precedent via <dependency></dependency> avec le projet ci dessus, tout fonctionne tres bien...

    Le probleme survient des que je fais un mvn install

    Que dois je mettre dans les balises ? je crois que le probleme est là. dois je y mettre la classe du projet annoté par @Configuration
    <manifest>
    <mainClass>com.abysr...</mainClass>
    </manifest>
    Après la difficulté, la facilité...

  12. #12
    Membre chevronné Avatar de jeffray03
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2008
    Messages
    1 501
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Allemagne

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2008
    Messages : 1 501
    Points : 2 120
    Points
    2 120
    Par défaut
    salut,
    cela devrait etre:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
     
    <dependency>
    			<groupId>com.abysr</groupId>
    			<artifactId>electionJdbc01</artifactId>
    			<version>0.0.1-SNAPSHOT</version>	
                            <scope>compile</scope>	
    	</dependency>
    eric

  13. #13
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    Toujours pareil, Mon projet fonctionne tres bien sur eclipse en integrant le projet creer précédemment via
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    	   <dependency>
    				<groupId>com.abysr</groupId>
    			        <artifactId>electionJdbc01</artifactId>
    			       <version>0.0.1-SNAPSHOT</version>
    		</dependency>
    Je n'ai sur Eclipse aucun problème de" Classes introuvables", mes tests fonctionnent tres bien. par contre des que je fais un maven install de mon projet (incluant l'ancien) là probleme
    il me dit qu'il ne trouve pas les classes de l'ancien projet(si elle n'existait pas je n'aurai pas pu tester ce projet, elles y sont mais il ne les trouve pas)!

    j'ai un doute sur le contenu de cette balise presente sur mes deux fichiers pom, que represente cette balise? quelle classe y mettre?, est elle obligatoire?


    projet final
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    	<manifest>
    			<mainClass>com.abysr.elec3.metier.config.MetierConfig</mainClass>
    		</manifest>
    projet initial
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    <archive>
    		<manifest>
    			<mainClass>com.abysr.electionjdbc.dao.config.AppConfig</mainClass>
    		</manifest>
     	   </archive>
    Après la difficulté, la facilité...

  14. #14
    Membre habitué
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Octobre 2014
    Messages
    176
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Octobre 2014
    Messages : 176
    Points : 198
    Points
    198
    Par défaut
    Debut de reponse, si je cree un jar avec dependance de mon ancien projet avec :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    mvn clean compile assembly: single
    et que je mette ce dernier dans le maven repo local, en le nommant comme ce meme projet jar généré par mvn install et que j'efface ce dernier, alors ça marche!!!
    Cela signifie que précdémment lorsque j'incluait mon projet, maven ne voyait pas ces dependances ou ne les generait pas, cela doit etre un Bug d'eclipse ou, (plus probable) moi qui genere mal ce "jar with dependencies".
    j'aurai aimé ne pas avoir a "tricher" sur le jar avec dependances, et qu'il soit géré dans son integralité par maven.
    Solution finale : generer le jar avec dependance "manuellement" avec mvn clean compile assembly:single, recuperer ce jar et le mettre dans le maven local repository
    Après la difficulté, la facilité...

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 10
    Dernier message: 28/02/2014, 17h35
  2. Serveur ou instance serveur introuvable après installation
    Par BnLucky dans le forum Administration
    Réponses: 4
    Dernier message: 05/08/2011, 10h12
  3. IE8 introuvable après son installation
    Par zin_rbt dans le forum Windows XP
    Réponses: 7
    Dernier message: 28/02/2010, 19h07
  4. Classe introuvable après publication site web
    Par brazilia28 dans le forum ASP.NET
    Réponses: 2
    Dernier message: 23/02/2008, 19h06
  5. php.ini introuvable après l'install
    Par byloute dans le forum Langage
    Réponses: 1
    Dernier message: 19/01/2007, 16h13

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo