Saturday, July 18, 2015

Re: How to use maven command line to download 2.8 snapshot?



On Friday, July 10, 2015 at 7:01:07 AM UTC+2, Alex Luya wrote:
Hello,
     I am complete new to maven,after some googling I got command lines like this:

mvn dependency
:get \
   
-DrepoUrl=https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ \
   
-Dartifact=gwt:gwt:2.8.0-SNAPSHOT



The repository is https://oss.sonatype.org/content/repositories/google-snapshots/ and the groupId (first part of the artifact coordinates) is com.google.gwt.
Also, the com.google.gwt:gwt artifact is useless for you: it's not a JAR. You'll want to get com.google.gwt:gwt-user, com.google.gwt:gwt-dev and com.google.gwt:gwt-codeserver (and possibly com.google.gwt:gwt-servlet and/or com.google.web.bindery:requestfactory-server and com.google.web.bindery:requestfactory-apt).
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment