(Might be a better post for https://groups.google.com/g/google-web-toolkit-contributors)
The maven artifacts require one more step to deploy, either to your maven local cache, or to an artifact server you can deploy to. Use the maven/push-gwtproject.sh script (see https://github.com/gwtproject/gwt/blob/main/maven/push-gwtproject.sh) and provide it a version, and optionally a gpg passphrase, maven repository id/url. See also the nightly snapshot build code, which deploys in this way, by setting those values as env vars (except gpg passphrase) https://github.com/gwtproject/gwt/blob/9f175af25edc9713147d3994c59b4760c9a5346b/.github/workflows/full-check.yml#L95-L108 On Tuesday, April 18, 2023 at 11:09:47 AM UTC-5 [email protected] wrote: > Hello, > > I cloned gwt repo, I followed the steps and I created my own local > artifact by using "ant clean dist" or "and clean dist-dev". > > Everything works, BUT I would like to build artifact that is similar to > official released artifacts like this > <https://mvnrepository.com/artifact/org.gwtproject/gwt-dev/2.10.0>. > > Local artifacts have a lot of clutter that I don't need ant it actually > causes problems and I was not able to find some parameters or some > guideline how to achieve the result. On the screenshot you can see local > artifact (left) and the one from official release. > > How can I build the artifact without the clutter please? > > [image: gwtDifference.png] > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/9c86f1bd-9c4f-46f2-ad42-0e926c028b00n%40googlegroups.com.
