Hi all,

My typical project setup goes something like:

 mvn archetype:create -DarchetypeGroupId=com.totsp.gwt
-DarchetypeArtifactId=maven-googlewebtoolkit2-archetype
-DarchetypeVersion=1.0.3
-DremoteRepositories=http://gwt-maven.googlecode.com/svn/trunk/mavenrepo
-DgroupId=$1 -DartifactId=$2

mvn eclipse:eclipse -DdownloadSources=true

I will get the follow issue:

[INFO]
       Sources for some artifacts are not available.
       List of artifacts without a source archive:
         o com.google.gwt:gwt-dev:1.5.3
         o com.google.gwt:gwt-dev:1.5.3
         o com.google.gwt:gwt-servlet:1.5.3
         o com.google.gwt:gwt-user:1.5.3

       Javadoc for some artifacts is not available.
       Please run the same goal with the -DdownloadJavadocs=true
parameter in order to check remote repositories for javadoc.
       List of artifacts without a javadoc archive:
         o com.google.gwt:gwt-dev:1.5.3
         o com.google.gwt:gwt-dev:1.5.3
         o com.google.gwt:gwt-servlet:1.5.3
         o com.google.gwt:gwt-user:1.5.3
         o junit:junit:4.1


Any chance that the GWT maven plugin will host the sources and
javadocs for the various gwt components?

Thanks,
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" 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/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to