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
| C:\Workspace>mvn archetype:generate DarchetypeGroupId=org.squashtest.ta -Darchet
ypeArtifactId=squash-ta-project-archetype-DarchetypeVersion=1.9.0-RELEASE -Darch
etypeRepository=http://repo.squashtest.org/maven2/releases
[INFO] Scanning for projects...
Downloading: http://repo.squashtest.org/maven2/re.../maven/plugins
/maven-metadata.xml
Downloading: http://repo.squashtest.org/maven2/re...us/mojo/maven-
metadata.xml
Downloaded: http://repo.squashtest.org/maven2/re...s/mojo/maven-m
etadata.xml (281 B at 0.5 KB/sec)
Downloading: http://repo.squashtest.org/maven2/re.../maven/plugins
/maven-archetype-plugin/maven-metadata.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building my.squash.ta.project3 1.9.0-RELEASE
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources
@ my.squash.ta.project3 >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources
@ my.squash.ta.project3 <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.4:generate (default-cli) @ my.squash.ta.proj
ect3 ---
[INFO] Generating project in Interactive mode
Downloading: http://repo.squashtest.org/maven2/re.../maven/archety
pes/squash-ta-project-archetype-DarchetypeVersion=1.9.0-RELEASE/1.0/squash-ta-pr
oject-archetype-DarchetypeVersion=1.9.0-RELEASE-1.0.jar
Downloading: https://repo.maven.apache.org/maven2.../archetypes/sq
uash-ta-project-archetype-DarchetypeVersion=1.9.0-RELEASE/1.0/squash-ta-project-
archetype-DarchetypeVersion=1.9.0-RELEASE-1.0.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping my.squash.ta.project3
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.545 s
[INFO] Finished at: 2016-08-05T10:48:14+02:00
[INFO] Final Memory: 16M/41M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2
.4:generate (default-cli) on project my.squash.ta.project3: The desired archetyp
e does not exist (org.apache.maven.archetypes:squash-ta-project-archetype-Darche
typeVersion=1.9.0-RELEASE:1.0) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/d...MojoFailureExc
eption
C:\Workspace> |
Partager