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

EDI, CMS, Outils, Scripts et API PHP Discussion :

Sonar et projet PHP / Problème avec Maven


Sujet :

EDI, CMS, Outils, Scripts et API PHP

  1. #1
    Membre régulier
    Homme Profil pro
    Inscrit en
    Mars 2007
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France

    Informations forums :
    Inscription : Mars 2007
    Messages : 178
    Points : 93
    Points
    93
    Par défaut Sonar et projet PHP / Problème avec Maven
    Bonjour à tous,

    je suis en train d'étudier les différents outils de QA pour PHP, et je suis en ce moment en train d'essayer de tester Sonar pour PHP.

    Sonar est déployé sur un serveur Tomcat local, et se lance parfaitement bien.
    L'étape suivante, bien entendu, consiste à analyser un projet PHP, et c'est là que les problèmes commencent.

    En effet, j'ai bien modifié la config de Maven, et lorsque je tente un mvn sonar:sonar à la racine de mon projet (auquel j'ai ajouté un pom.xml), je me retrouve avec le résultat suivant:

    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
    dev@machine:~/path/to/project$ mvn sonar:sonar
    [INFO] Scanning for projects...
    [INFO] Searching repository for plugin with prefix: 'sonar'.
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Metafront
    [INFO]    task-segment: [sonar:sonar] (aggregator-style)
    [INFO] ------------------------------------------------------------------------
    [INFO] [sonar:sonar {execution: default-cli}]
    [INFO] Sonar host: http://localhost:8080/sonar
    [INFO] Sonar version: 2.1.2
    Downloading: http://[[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
    [INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository sonar (http://localhost:8080/sonar/deploy/maven)
    Downloading: http://[[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
    [INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository central (http://repo1.maven.org/maven2)
    Downloading: http://[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
    [INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository sonar (http://localhost:8080/sonar/deploy/maven)
    Downloading: http://[[local_repositories]]/nexus/content/groups/public/org/codehaus/sonar/runtime/sonar-core-maven-plugin/20100531104729/sonar-core-maven-plugin-20100531104729.pom
    [INFO] Unable to find resource 'org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729' in repository central (http://repo1.maven.org/maven2)
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Can not execute Sonar
     
    Embedded error: Unable to build project for plugin 'org.codehaus.sonar.runtime:sonar-core-maven-plugin': POM 'org.codehaus.sonar.runtime:sonar-core-maven-plugin' not found in repository: Unable to download the artifact from any repository
     
      org.codehaus.sonar.runtime:sonar-core-maven-plugin:pom:20100531104729
     
    from the specified remote repositories:
      nexus (http://[[local_repositories]]/nexus/content/groups/public)
     
     for project org.codehaus.sonar.runtime:sonar-core-maven-plugin
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: < 1 second
    [INFO] Finished at: Mon May 31 17:28:27 CEST 2010
    [INFO] Final Memory: 3M/67M
    [INFO] ------------------------------------------------------------------------
    Ce que je ne comprends pas, c'est qu'il cherche à télécharger l'artefact Sonar des repositories locales, alors que j'ai configuré un miroir (comme vous pouvez le voir dans le post qui suit dans le fichier ~/.m2/settings.xml) spécialement pour Sonar afin qu'il le cherche dans http://repository.codehaus.org.

    Peut-être mon settings.xml est-il mal renseigné ?


    Merci d'avance !
    Rolf IV

  2. #2
    Membre régulier
    Homme Profil pro
    Inscrit en
    Mars 2007
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France

    Informations forums :
    Inscription : Mars 2007
    Messages : 178
    Points : 93
    Points
    93
    Par défaut
    et pour info, voici le settings.xml de ~/.m2:

    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
    <?xml version="1.0" encoding="UTF-8"?>
    <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
      <pluginGroups>
      </pluginGroups>
      <proxies>
      </proxies>
      <servers>
      </servers>
      <mirrors>
        <mirror>
          <id>nexus</id>
          <mirrorOf>*</mirrorOf>
          <name>Nexus Mirror</name>
          <url>http://*****/nexus/content/groups/public</url>
        </mirror>
      </mirrors>
      <profiles>  
        <profile>
          <id>activate-snapshots</id>
          <repositories>
            <repository>
              <id>snapshots</id>
              <name>Snapshots</name>
              <url>http://192.168.1.13:8081/nexus/content/groups/public</url>
              <releases>
                <enabled>false</enabled>
              </releases>
            </repository>
          </repositories>
          <pluginRepositories>
            <pluginRepository>
              <id>snapshots</id>
              <name>Snapshots</name>
              <url>http://192.168.1.13:8081/nexus/content/groups/public</url>
              <releases>
                <enabled>false</enabled>
              </releases>
            </pluginRepository>
          </pluginRepositories>
        </profile> 
     
    	<profile>
                <id>sonar</id>
                <activation>
                    <activeByDefault>true</activeByDefault>
                </activation>
                <properties>
                    <sonar.jdbc.url>
                      jdbc:mysql://localhost:3306/sonar?useUnicode=true&amp;characterEncoding=utf8
                    </sonar.jdbc.url>
                    <sonar.jdbc.driver>com.mysql.jdbc.Driver</sonar.jdbc.driver>
                    <sonar.jdbc.username>*****</sonar.jdbc.username>
                    <sonar.jdbc.password>*****</sonar.jdbc.password>
     
                    <!-- SERVER ON A REMOTE HOST -->
                    <sonar.host.url>http://localhost:8080/sonar/</sonar.host.url>
                </properties>
            </profile>
     
      </profiles>
      </settings>

  3. #3
    Membre régulier
    Homme Profil pro
    Inscrit en
    Mars 2007
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France

    Informations forums :
    Inscription : Mars 2007
    Messages : 178
    Points : 93
    Points
    93
    Par défaut
    il y a du progrès, en exécutant

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    dev@machine $ mvn org.codehaus.sonar:sonar-maven-plugin:sonar
    au lieu de mvn sonar:sonar, j'obtiens l'output suivant:

    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
     
    dev@machine: $ mvn org.codehaus.sonar:sonar-maven-plugin:sonar                            
    [INFO] Scanning for projects...
    [INFO] artifact org.codehaus.sonar:sonar-maven-plugin: checking for updates from central
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-maven-plugin/2.2M1/sonar-maven-plugin-2.2M1.pom
    1K downloaded  (sonar-maven-plugin-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar/2.2M1/sonar-2.2M1.pom
    29K downloaded  (sonar-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-maven-plugin/2.2M1/sonar-maven-plugin-2.2M1.jar
    7K downloaded  (sonar-maven-plugin-2.2M1.jar)
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Metafront
    [INFO]    task-segment: [org.codehaus.sonar:sonar-maven-plugin:sonar] (aggregator-style)
    [INFO] ------------------------------------------------------------------------
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom
    3K downloaded  (maven-dependency-tree-1.2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom
    3K downloaded  (maven-shared-components-9.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-parent/8/maven-parent-8.pom
    23K downloaded  (maven-parent-8.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/apache/4/apache-4.pom
    4K downloaded  (apache-4.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom
    2K downloaded  (maven-project-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven/2.0.7/maven-2.0.7.pom
    10K downloaded  (maven-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
    14K downloaded  (maven-parent-5.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/apache/3/apache-3.pom
    3K downloaded  (apache-3.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom
    1K downloaded  (maven-settings-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom
    2K downloaded  (maven-model-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
    1K downloaded  (plexus-utils-1.4.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
    8K downloaded  (plexus-1.0.11.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
    3K downloaded  (plexus-container-default-1.0-alpha-9-stable-1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
    492b downloaded  (plexus-containers-1.0.3.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
    5K downloaded  (plexus-1.0.4.pom)
    Downloading: http://*****/nexus/content/groups/public/junit/junit/4.8.1/junit-4.8.1.pom
    949b downloaded  (junit-4.8.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
    6K downloaded  (plexus-utils-1.0.4.pom)
    Downloading: http://*****/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
    3K downloaded  (classworlds-1.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom
    1K downloaded  (maven-profile-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom
    2K downloaded  (maven-artifact-manager-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom
    1K downloaded  (maven-repository-metadata-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom
    1K downloaded  (maven-artifact-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom
    680b downloaded  (wagon-provider-api-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom
    5K downloaded  (wagon-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-parent/4/maven-parent-4.pom
    9K downloaded  (maven-parent-4.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom
    1K downloaded  (maven-plugin-registry-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-batch/2.2M1/sonar-batch-2.2M1.pom
    1K downloaded  (sonar-batch-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-plugin-api/2.2M1/sonar-plugin-api-2.2M1.pom
    6K downloaded  (sonar-plugin-api-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-check-api/2.2M1/sonar-check-api-2.2M1.pom
    934b downloaded  (sonar-check-api-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-colorizer/2.2M1/sonar-colorizer-2.2M1.pom
    1K downloaded  (sonar-colorizer-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.pom
    12K downloaded  (commons-io-1.4.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom
    17K downloaded  (commons-parent-7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-channel/2.2M1/sonar-channel-2.2M1.pom
    1K downloaded  (sonar-channel-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
    2K downloaded  (slf4j-api-1.5.6.pom)
    Downloading: http://*****/nexus/content/groups/public/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
    7K downloaded  (slf4j-parent-1.5.6.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-duplications/2.2M1/sonar-duplications-2.2M1.pom
    1K downloaded  (sonar-duplications-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-graph/2.2M1/sonar-graph-2.2M1.pom
    1K downloaded  (sonar-graph-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.pom
    16K downloaded  (commons-lang-2.5.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/commons/commons-parent/12/commons-parent-12.pom
    26K downloaded  (commons-parent-12.pom)
    Downloading: http://*****/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
    2K downloaded  (google-collections-1.0.pom)
    Downloading: http://*****/nexus/content/groups/public/com/google/google/1/google-1.pom
    1K downloaded  (google-1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-squid/2.2M1/sonar-squid-2.2M1.pom
    2K downloaded  (sonar-squid-2.2M1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/picocontainer/picocontainer/2.10.2/picocontainer-2.10.2.pom
    3K downloaded  (picocontainer-2.10.2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/picocontainer/picocontainer-parent/2.10.2/picocontainer-parent-2.10.2.pom
    13K downloaded  (picocontainer-parent-2.10.2.pom)
    Downloading: http://*****/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
    1023b downloaded  (jsr250-api-1.0.pom)
    Downloading: http://*****/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
    612b downloaded  (javax.inject-1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-core/3.3.2.GA/hibernate-core-3.3.2.GA.pom
    7K downloaded  (hibernate-core-3.3.2.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-parent/3.3.2.GA/hibernate-parent-3.3.2.GA.pom
    15K downloaded  (hibernate-parent-3.3.2.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/antlr/antlr/2.7.6/antlr-2.7.6.pom
    230b downloaded  (antlr-2.7.6.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
    12K downloaded  (commons-collections-3.2.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
    21K downloaded  (commons-parent-9.pom)
    Downloading: http://*****/nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom
    6K downloaded  (dom4j-1.6.1.pom)
    Downloading: http://*****/nexus/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
    2K downloaded  (xml-apis-1.0.b2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.pom
    1K downloaded  (hibernate-annotations-3.4.0.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.pom
    534b downloaded  (ejb3-persistence-1.0.2.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.pom
    1K downloaded  (hibernate-commons-annotations-3.1.0.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA.pom
    1K downloaded  (hibernate-entitymanager-3.4.0.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/javassist/javassist/3.4.GA/javassist-3.4.GA.pom
    485b downloaded  (javassist-3.4.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/geronimo-spec/geronimo-spec-jta/1.0-M1/geronimo-spec-jta-1.0-M1.pom
    165b downloaded  (geronimo-spec-jta-1.0-M1.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-dbcp/commons-dbcp/1.2.2/commons-dbcp-1.2.2.pom
    9K downloaded  (commons-dbcp-1.2.2.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-pool/commons-pool/1.3/commons-pool-1.3.pom
    5K downloaded  (commons-pool-1.3.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.pom
    4K downloaded  (maven-common-artifact-filters-1.2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
    8K downloaded  (maven-shared-components-11.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
    31K downloaded  (maven-parent-11.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/apache/5/apache-5.pom
    4K downloaded  (apache-5.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom
    1K downloaded  (maven-artifact-2.0.8.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven/2.0.8/maven-2.0.8.pom
    11K downloaded  (maven-2.0.8.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom
    19K downloaded  (maven-parent-6.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom
    3K downloaded  (maven-model-2.0.8.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom
    1K downloaded  (maven-plugin-api-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
    1K downloaded  (plexus-container-default-1.0-alpha-9.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.9/plexus-utils-1.4.9.pom
    2K downloaded  (plexus-utils-1.4.9.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.pom
    6K downloaded  (maven-plugin-testing-harness-1.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
    2K downloaded  (maven-shared-components-7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom
    6K downloaded  (maven-core-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-file/1.0-beta-2/wagon-file-1.0-beta-2.pom
    637b downloaded  (wagon-file-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom
    1K downloaded  (wagon-providers-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom
    1K downloaded  (maven-plugin-parameter-documenter-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-2/wagon-http-lightweight-1.0-beta-2.pom
    1K downloaded  (wagon-http-lightweight-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-http-shared/1.0-beta-2/wagon-http-shared-1.0-beta-2.pom
    845b downloaded  (wagon-http-shared-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom
    1K downloaded  (jtidy-4aug2000r7-dev.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom
    1K downloaded  (maven-reporting-api-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom
    1K downloaded  (maven-reporting-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
    424b downloaded  (doxia-sink-api-1.0-alpha-7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
    3K downloaded  (doxia-1.0-alpha-7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom
    1K downloaded  (maven-error-diagnostics-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
    2K downloaded  (commons-cli-1.0.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-2/wagon-ssh-external-1.0-beta-2.pom
    1K downloaded  (wagon-ssh-external-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-2/wagon-ssh-common-1.0-beta-2.pom
    851b downloaded  (wagon-ssh-common-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
    6K downloaded  (plexus-interactivity-api-1.0-alpha-4.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-7/plexus-container-default-1.0-alpha-7.pom
    1K downloaded  (plexus-container-default-1.0-alpha-7.pom)
    Downloading: http://*****/nexus/content/groups/public/plexus/plexus-containers/1.0.2/plexus-containers-1.0.2.pom
    471b downloaded  (plexus-containers-1.0.2.pom)
    Downloading: http://*****/nexus/content/groups/public/plexus/plexus-root/1.0.3/plexus-root-1.0.3.pom
    5K downloaded  (plexus-root-1.0.3.pom)
    Downloading: http://*****/nexus/content/groups/public/plexus/plexus-utils/1.0.2/plexus-utils-1.0.2.pom
    740b downloaded  (plexus-utils-1.0.2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom
    1K downloaded  (maven-plugin-descriptor-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom
    1K downloaded  (maven-monitor-2.0.7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/wagon/wagon-ssh/1.0-beta-2/wagon-ssh-1.0-beta-2.pom
    1K downloaded  (wagon-ssh-1.0-beta-2.pom)
    Downloading: http://*****/nexus/content/groups/public/com/jcraft/jsch/0.1.27/jsch-0.1.27.pom
    965b downloaded  (jsch-0.1.27.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
    1K downloaded  (plexus-utils-1.4.2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
    1K downloaded  (plexus-archiver-1.0-alpha-7.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
    1K downloaded  (plexus-components-1.1.6.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
    7K downloaded  (plexus-1.0.8.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
    767b downloaded  (plexus-utils-1.2.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
    5K downloaded  (plexus-1.0.5.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
    7K downloaded  (plexus-container-default-1.0-alpha-8.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.pom
    13K downloaded  (commons-configuration-1.6.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
    6K downloaded  (commons-digester-1.8.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
    357b downloaded  (commons-beanutils-1.7.0.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.pom
    1K downloaded  (commons-beanutils-core-1.8.0.pom)
    Downloading: http://*****/nexus/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
    10K downloaded  (commons-codec-1.4.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom
    24K downloaded  (commons-parent-11.pom)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-ehcache/3.3.2.GA/hibernate-ehcache-3.3.2.GA.pom
    1K downloaded  (hibernate-ehcache-3.3.2.GA.pom)
    Downloading: http://*****/nexus/content/groups/public/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3.pom
    19K downloaded  (ehcache-1.2.3.pom)
    Downloading: http://*****/nexus/content/groups/public/jfree/jfreechart/1.0.9/jfreechart-1.0.9.pom
    2K downloaded  (jfreechart-1.0.9.pom)
    Downloading: http://*****/nexus/content/groups/public/jfree/jcommon/1.0.12/jcommon-1.0.12.pom
    2K downloaded  (jcommon-1.0.12.pom)
    Downloading: http://*****/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom
    2K downloaded  (jcl-over-slf4j-1.5.6.pom)
    Downloading: http://*****/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom
    11K downloaded  (xstream-1.3.1.pom)
    Downloading: http://*****/nexus/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom
    13K downloaded  (xstream-parent-1.3.1.pom)
    Downloading: http://*****/nexus/content/groups/public/xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.pom
    145b downloaded  (xpp3-1.1.3.3.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/woodstox/woodstox-core-lgpl/4.0.4/woodstox-core-lgpl-4.0.4.pom
    1K downloaded  (woodstox-core-lgpl-4.0.4.pom)
    Downloading: http://*****/nexus/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.pom
    1K downloaded  (stax-api-1.0.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.pom
    1K downloaded  (stax2-api-3.0.1.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/staxmate/staxmate/2.0.0/staxmate-2.0.0.pom
    6K downloaded  (staxmate-2.0.0.pom)
    Downloading: http://*****/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
    2K downloaded  (xercesImpl-2.8.1.pom)
    Downloading: http://*****/nexus/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
    738b downloaded  (xml-apis-1.3.03.pom)
    Downloading: http://*****/nexus/content/groups/public/org/apache/apache/1/apache-1.pom
    3K downloaded  (apache-1.pom)
    Downloading: http://*****/nexus/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.pom
    1K downloaded  (xalan-2.7.1.pom)
    Downloading: http://*****/nexus/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.pom
    1K downloaded  (serializer-2.7.1.pom)
    Downloading: http://*****/nexus/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
    1K downloaded  (xml-apis-1.3.04.pom)
    Downloading: http://*****/nexus/content/groups/public/ch/qos/logback/logback-classic/0.9.15/logback-classic-0.9.15.pom
    7K downloaded  (logback-classic-0.9.15.pom)
    Downloading: http://*****/nexus/content/groups/public/ch/qos/logback/logback-parent/0.9.15/logback-parent-0.9.15.pom
    8K downloaded  (logback-parent-0.9.15.pom)
    Downloading: http://*****/nexus/content/groups/public/ch/qos/logback/logback-core/0.9.15/logback-core-0.9.15.pom
    4K downloaded  (logback-core-0.9.15.pom)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom
    767b downloaded  (plexus-utils-1.1.pom)
    Downloading: http://*****/nexus/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
    Downloading: http://*****/nexus/content/groups/public/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
    Downloading: http://*****/nexus/content/groups/public/org/picocontainer/picocontainer/2.10.2/picocontainer-2.10.2.jar
    Downloading: http://*****/nexus/content/groups/public/javassist/javassist/3.4.GA/javassist-3.4.GA.jar
    Downloading: http://*****/nexus/content/groups/public/commons-dbcp/commons-dbcp/1.2.2/commons-dbcp-1.2.2.jar
    5K downloaded  (jsr250-api-1.0.jar) 
    Downloading: http://*****/nexus/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
    118K downloaded  (commons-dbcp-1.2.2.jar)
    Downloading: http://*****/nexus/content/groups/public/ch/qos/logback/logback-classic/0.9.15/logback-classic-0.9.15.jar
    308K downloaded  (picocontainer-2.10.2.jar)
    140K downloaded  (commons-digester-1.8.jar)
    306K downloaded  (dom4j-1.6.1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
    156K downloaded  (logback-classic-0.9.15.jar)
    459K downloaded  (javassist-3.4.GA.jar)
    Downloading: http://*****/nexus/content/groups/public/xpp3/xpp3/1.1.3.3/xpp3-1.1.3.3.jar
    Downloading: http://*****/nexus/content/groups/public/commons-lang/commons-lang/2.5/commons-lang-2.5.jar
    Downloading: http://*****/nexus/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar
    164K downloaded  (plexus-utils-1.1.jar)
    Downloading: http://*****/nexus/content/groups/public/jfree/jfreechart/1.0.9/jfreechart-1.0.9.jar
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-batch/2.2M1/sonar-batch-2.2M1.jar
    91K downloaded  (xpp3-1.1.3.3.jar)
    Downloading: http://*****/nexus/content/groups/public/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3.jar
    62K downloaded  (sonar-batch-2.2M1.jar)
    Downloading: http://*****/nexus/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
    272K downloaded  (commons-lang-2.5.jar)    
    203K downloaded  (ehcache-1.2.3.jar)
    Downloading: http://*****/nexus/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
    624K downloaded  (google-collections-1.0.jar)
    Downloading: http://*****/nexus/content/groups/public/stax/stax-api/1.0.1/stax-api-1.0.1.jar
    190K downloaded  (xml-apis-1.3.03.jar)
    Downloading: http://*****/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
    Downloading: http://*****/nexus/content/groups/public/antlr/antlr/2.7.6/antlr-2.7.6.jar
    25K downloaded  (stax-api-1.0.1.jar)     
    Downloading: http://*****/nexus/content/groups/public/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar
    561K downloaded  (commons-collections-3.2.1.jar)
    1261K downloaded  (jfreechart-1.0.9.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/woodstox/woodstox-core-lgpl/4.0.4/woodstox-core-lgpl-4.0.4.jar
    Downloading: http://*****/nexus/content/groups/public/geronimo-spec/geronimo-spec-jta/1.0-M1/geronimo-spec-jta-1.0-M1.jar
    433K downloaded  (antlr-2.7.6.jar)
    Downloading: http://*****/nexus/content/groups/public/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
    21K downloaded  (slf4j-api-1.5.6.jar)    
    13K downloaded  (geronimo-spec-jta-1.0-M1.jar)
    421K downloaded  (xstream-1.3.1.jar)
    Downloading: http://*****/nexus/content/groups/public/commons-io/commons-io/1.4/commons-io-1.4.jar
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/staxmate/staxmate/2.0.0/staxmate-2.0.0.jar
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-core/3.3.2.GA/hibernate-core-3.3.2.GA.jar
    475K downloaded  (woodstox-core-lgpl-4.0.4.jar)
    76K downloaded  (staxmate-2.0.0.jar)
    106K downloaded  (commons-io-1.4.jar)
    Downloading: http://*****/nexus/content/groups/public/commons-pool/commons-pool/1.3/commons-pool-1.3.jar
    1184K downloaded  (xercesImpl-2.8.1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar
    Downloading: http://*****/nexus/content/groups/public/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
    Downloading: http://*****/nexus/content/groups/public/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar
    60K downloaded  (commons-pool-1.3.jar)
    56K downloaded  (commons-codec-1.4.jar)
    33K downloaded  (maven-dependency-tree-1.2.jar)
    Downloading: http://*****/nexus/content/groups/public/xalan/xalan/2.7.1/xalan-2.7.1.jar
    Downloading: http://*****/nexus/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
    Downloading: http://*****/nexus/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
    2K downloaded  (javax.inject-1.jar)
    Downloading: http://*****/nexus/content/groups/public/ch/qos/logback/logback-core/0.9.15/logback-core-0.9.15.jar
    184K downloaded  (commons-beanutils-1.7.0.jar)
    291K downloaded  (commons-configuration-1.6.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-plugin-api/2.2M1/sonar-plugin-api-2.2M1.jar
    232K downloaded  (logback-core-0.9.15.jar)   
    138K downloaded  (plexus-archiver-1.0-alpha-7.jar)
    Downloading: http://*****/nexus/content/groups/public/jfree/jcommon/1.0.12/jcommon-1.0.12.jar
    Downloading: http://*****/nexus/content/groups/public/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
    16K downloaded  (jcl-over-slf4j-1.5.6.jar)  
    417K downloaded  (sonar-plugin-api-2.2M1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.2/maven-common-artifact-filters-1.2.jar
    301K downloaded  (jcommon-1.0.12.jar)       
    30K downloaded  (maven-common-artifact-filters-1.2.jar)
    Downloading: http://*****/nexus/content/groups/public/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar
    175K downloaded  (stax2-api-3.0.1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-check-api/2.2M1/sonar-check-api-2.2M1.jar
    6K downloaded  (sonar-check-api-2.2M1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar
    [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = '88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - RETRYING
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/woodstox/stax2-api/3.0.1/stax2-api-3.0.1.jar
    31K downloaded  (maven-plugin-testing-harness-1.1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-colorizer/2.2M1/sonar-colorizer-2.2M1.jar
    30K downloaded  (sonar-colorizer-2.2M1.jar)   
    201K downloaded  (commons-beanutils-core-1.8.0.jar)
    2255K downloaded  (hibernate-core-3.3.2.GA.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-channel/2.2M1/sonar-channel-2.2M1.jar
    175K downloaded  (stax2-api-3.0.1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar
    11K downloaded  (sonar-channel-2.2M1.jar)
    [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '12393455d7d25eab09bb9b2043b6df13406ec70d'; remote = '88985bfab2394cf8e56fcbd97cd44f7cac7bf8ca' - IGNORING
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-duplications/2.2M1/sonar-duplications-2.2M1.jar
    273K downloaded  (hibernate-annotations-3.4.0.GA.jar)
    72K downloaded  (sonar-duplications-2.2M1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-graph/2.2M1/sonar-graph-2.2M1.jar
    27K downloaded  (sonar-graph-2.2M1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/codehaus/sonar/sonar-squid/2.2M1/sonar-squid-2.2M1.jar
    60K downloaded  (sonar-squid-2.2M1.jar)
    49K downloaded  (ejb3-persistence-1.0.2.GA.jar)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar
    3101K downloaded  (xalan-2.7.1.jar)
    Downloading: http://*****/nexus/content/groups/public/xalan/serializer/2.7.1/serializer-2.7.1.jar
    65K downloaded  (hibernate-commons-annotations-3.1.0.GA.jar)
    271K downloaded  (serializer-2.7.1.jar)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA.jar
    116K downloaded  (hibernate-entitymanager-3.4.0.GA.jar)
    Downloading: http://*****/nexus/content/groups/public/org/hibernate/hibernate-ehcache/3.3.2.GA/hibernate-ehcache-3.3.2.GA.jar
    9K downloaded  (hibernate-ehcache-3.3.2.GA.jar)
    [INFO] [sonar:sonar {execution: default-cli}]
    [INFO] ------------------------------------------------------------------------
    [ERROR] FATAL ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] PicoLifecycleException: method 'public void org.sonar.api.database.AbstractDatabaseConnector.start()', instance 'org.sonar.api.database.DriverDatabaseConnector@c12978, java.lang.RuntimeException: wrapper
    com.mysql.jdbc.Driver
    [INFO] ------------------------------------------------------------------------
    [INFO] Trace
    org.picocontainer.PicoLifecycleException: PicoLifecycleException: method 'public void org.sonar.api.database.AbstractDatabaseConnector.start()', instance 'org.sonar.api.database.DriverDatabaseConnector@c12978, java.lang.RuntimeException: wrapper
    	at org.picocontainer.monitors.NullComponentMonitor.lifecycleInvocationFailed(NullComponentMonitor.java:77)
    	at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:132)
    	at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(ReflectionLifecycleStrategy.java:115)
    	at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.start(ReflectionLifecycleStrategy.java:89)
    	at org.picocontainer.adapters.InstanceAdapter.start(InstanceAdapter.java:108)
    	at org.picocontainer.behaviors.AbstractBehavior.start(AbstractBehavior.java:169)
    	at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start(Stored.java:132)
    	at org.picocontainer.behaviors.Stored.start(Stored.java:110)
    	at org.picocontainer.DefaultPicoContainer.potentiallyStartAdapter(DefaultPicoContainer.java:996)
    	at org.picocontainer.DefaultPicoContainer.startAdapters(DefaultPicoContainer.java:989)
    	at org.picocontainer.DefaultPicoContainer.start(DefaultPicoContainer.java:746)
    	at org.sonar.batch.Batch.execute(Batch.java:55)
    	at org.sonar.maven.SonarMojo.executeBatch(SonarMojo.java:142)
    	at org.sonar.maven.SonarMojo.execute(SonarMojo.java:133)
    	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:569)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:539)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:284)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
    	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
    	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
    	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:616)
    	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: java.lang.RuntimeException: wrapper
    	at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:130)
    	... 31 more
    Caused by: org.sonar.api.database.DatabaseException: Cannot open connection to database: SQL driver not found com.mysql.jdbc.Driver
    	at org.sonar.api.database.AbstractDatabaseConnector.testConnection(AbstractDatabaseConnector.java:182)
    	at org.sonar.api.database.AbstractDatabaseConnector.start(AbstractDatabaseConnector.java:94)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:616)
    	at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.invokeMethod(ReflectionLifecycleStrategy.java:110)
    	... 30 more
    Caused by: java.sql.SQLException: SQL driver not found com.mysql.jdbc.Driver
    	at org.sonar.api.database.DriverDatabaseConnector.getConnection(DriverDatabaseConnector.java:87)
    	at org.sonar.api.database.AbstractDatabaseConnector.testConnection(AbstractDatabaseConnector.java:178)
    	... 36 more
    Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    	at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:615)
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    	at org.sonar.api.database.DriverDatabaseConnector.getConnection(DriverDatabaseConnector.java:83)
    	... 37 more
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 4 seconds
    [INFO] Finished at: Tue Jun 01 12:18:54 CEST 2010
    [INFO] Final Memory: 12M/138M
    [INFO] ------------------------------------------------------------------------

  4. #4
    Candidat au Club
    Profil pro
    Inscrit en
    Février 2008
    Messages
    2
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2008
    Messages : 2
    Points : 2
    Points
    2
    Par défaut
    Bonjour,

    ton problème vient du fait que tu as redefinit l'url par défaut de ton sonar ainsi que son port.

    Dans ton cas, il faudra utiliser
    mvn sonar:sonar -Dsonar.host.url=http://localhost:8080/sonar

    et si tu n'utilises pas la base derby par défaut, tu dois aussi définir les paramètres suivants sur la ligne de commande ou dans ton pom.xml:
    <sonar.jdbc.url>jdbc:mysql://localhost:3306/sonar</sonar.jdbc.url>
    <sonar.jdbc.driver>com.mysql.jdbc.Driver</sonar.jdbc.driver>
    <sonar.jdbc.username>ton utilisateur</sonar.jdbc.username>
    <sonar.jdbc.password>ton password</sonar.jdbc.password>

Discussions similaires

  1. Pulication d'un projet Open-Source avec Maven
    Par bmarchesson dans le forum Maven
    Réponses: 3
    Dernier message: 17/01/2008, 08h50
  2. Réponses: 2
    Dernier message: 12/02/2007, 21h12
  3. [SQL-Server] ms sql server et php : problème avec les caractères accentués
    Par stephane9422 dans le forum PHP & Base de données
    Réponses: 6
    Dernier message: 05/12/2005, 17h45
  4. Réponses: 2
    Dernier message: 24/10/2005, 10h23
  5. [PHP]problème avec strftime()...
    Par sanosuke85 dans le forum Langage
    Réponses: 5
    Dernier message: 26/05/2005, 10h02

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