[
http://jira.codehaus.org/browse/MGWT-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268959#action_268959
]
Asmaa Machkour commented on MGWT-294:
-------------------------------------
Hi Dennis,
Thank you for your response.
I'd like to use the first time gwt in the maven's project.
so i followed this web site:
http://blog.guillaumeleone.fr/architecture-gwt-avec-spring-hibernate-et-maven/
The probleme is when i would to execute the project in eclipse: pom-> run as
-> maven build
i found this error:
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/maven-metadata.xml
17 KB downloaded at 43.4 KB/sec
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] projet parent ..................................... SKIPPED
[INFO] projet core ....................................... SKIPPED
[INFO] projet-gwt ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.531s
[INFO] Finished at: Sat May 28 20:56:13 GMT 2011
[INFO] Final Memory: 5M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Could not find goal gwt in plugin
org.codehaus.mojo:gwt-maven-plugin:2.2.0 among available goals mergewebxml,
soyc, compile-report, sdkInstall, css, eclipse, eclipseTest, generateAsync,
browser, source-jar, help, i18n, compile, debug, clean, test, resources, run ->
[Help 1]
there is my file .m2\settings.xml:
<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">
</settings>
in order to find a solution i included in the pom.xml :
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.2.0</version>
</dependency>
but it doesn't work.
Please i need your help, any idea?
> org.codehaus.mojo could not find gwt-maven-plugin:2.2.0
> --------------------------------------------------------
>
> Key: MGWT-294
> URL: http://jira.codehaus.org/browse/MGWT-294
> Project: Maven 2.x GWT Plugin
> Issue Type: Bug
> Affects Versions: 2.2.1
> Environment: eclipse: sts
> Reporter: Asmaa Machkour
> Priority: Blocker
>
> Hi,
> Please i need your help.
> when i try to execute my project i found this error:
> [ERROR] Could not find goal gwt in plugin
> org.codehaus.mojo:gwt-maven-plugin:2.2.0 among available goals mergewebxml,
> soyc, compile-report, sdkInstall, css, eclipse, eclipseTest, generateAsync,
> browser, source-jar, help, i18n, compile, debug, clean, test, resources, run
> -> [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/MojoNotFoundException
> In the official web site of maven they say that: org.codehaus.mojo is
> automatically used in the run time. But there is a probleme because it could
> not find automatically gwt-maven-plugin:2.2.0
> Please help me.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email