Hi There, Im getting the following error when i do maven install on GWT 2.0.0.rc1 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [INFO] Using mirror: repo1.maven.org for repository: central (mirror url: http://repo1.maven.org/maven2/) url = http://repo1.maven.org/maven2/ Downloading: http://repo1.maven.org/maven2//com/google/gwt/gwt-dev/2.0.0-rc1/gwt-dev-2.0.0-rc1-windows.jar [INFO] Using mirror: repo1.maven.org for repository: central (mirror url: http://repo1.maven.org/maven2/) [ERROR]
The following mojo encountered an error while executing: Group-Id: org.codehaus.mojo Artifact-Id: gwt-maven-plugin Version: 1.1 Mojo: compile brought in via: POM -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I have following configuration in my pom.xml -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>gwt-maven-plugin</artifactId> <version>1.1</version> <configuration> <module>com.tloggin.view</module> </configuration> <executions> <execution> <goals> <goal>compile</goal> <!-- <goal>generateAsync</goal> --> </goals> </execution> </executions> </plugin> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Has any one tried maven install on GWT 2.0.0.rc1 successfully? if so please share the details. your help is very much appreciated. Thank you, bala. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
