Bonjour,

Je suis en train de développer une application et j'utilise le plugin maven gwt pour Eclipse. Ce plugin que j'utilise est déprécié et il y en a un autre dont vous pouvez trouver une explication ici.

Cependant, je n'arrive pas à créer le template comme expliqué sur ce site.

Lors du lancement de la commande, un téléchargement essaye de s'effectuer mais apparement l'url du repository n'est pas bonne
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
C:\Documents and Settings\nlenouv> mvn archetype:generate   -DarchetypeGroupId=p
roject    -DarchetypeArtifactId=gwt-maven-plugin    -DarchetypeVersion=1.1    -D
groupId=com.totsp.gwt   -DartifactId=gwt-maven-plugin-1.1  -DarchetypeRepository
=http://snapshots.repository.codehaus.org/
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [archetype:generate] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] Preparing archetype:generate
[INFO] No goals needed for project - skipping
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus
.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [archetype:generate]
[INFO] Generating project in Interactive mode
[INFO] Archetype defined by properties
Downloading: http://snapshots.repository.codehaus.org//project/gwt-maven-plugin/
1.1/gwt-maven-plugin-1.1.jar
Downloading: http://repo1.maven.org/maven2/project/gwt-maven-plugin/1.1/gwt-maven-plugin-1.1.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The desired archetype does not exist (project:gwt-maven-plugin:1.1)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Aug 12 10:10:11 CEST 2009
[INFO] Final Memory: 8M/15M
[INFO] ------------------------------------------------------------------------
Si quelqu'un a déjà utilisé ce plugin.

Merci