Skip to content

Commit

Permalink
Remove Google poms (#10084)
Browse files Browse the repository at this point in the history
There will never be another Google release, so these poms (or the deploy
script) no longer serve a purpose.
  • Loading branch information
niloc132 authored Jan 14, 2025
1 parent 3f9ce4c commit 3a2603e
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 512 deletions.
10 changes: 8 additions & 2 deletions maven/README.txt → maven/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
push-gwt.sh packages and deploys GWT to a local or remote Maven
repository
The `push-gwtproject.sh` script packages and deploys GWT to a local or
remote Maven repository.

To build GWT from main and deploy to your local repo:

```bash
> git switch main
> ant clean dist-dev
> maven/push-gwtproject.sh
```

Follow the prompts to set the GWT version # and path to the
distribution ZIP (it will automatically find it in build/dist if
Expand All @@ -19,11 +21,14 @@ script. If the remote repo requires a username and password, define
the repo in your ~/.m2/settings.xml as below and set GWT_MAVEN_REPO_ID
= server id. In this example, GWT_MAVEN_REPO_ID would be "sonatype".

```bash
> git switch main
> ant clean dist # must be dist, not dist-dev, to generate Javadocs
> maven/push-gwtproject.sh
```

~/.m2/settings.xml:
```xml
<settings>
<localRepository>${env.M2_REPO}</localRepository>
<servers>
Expand All @@ -34,6 +39,7 @@ the repo in your ~/.m2/settings.xml as below and set GWT_MAVEN_REPO_ID
</server>
</servers>
</settings>
```

If the remote repo requires jar signing as does Sonatype (Maven
Central), set up GPG on your local machine then enter the passphrase
Expand Down
14 changes: 0 additions & 14 deletions maven/google-poms/gwt/gwt-codeserver/pom-template.xml

This file was deleted.

14 changes: 0 additions & 14 deletions maven/google-poms/gwt/gwt-dev/pom-template.xml

This file was deleted.

14 changes: 0 additions & 14 deletions maven/google-poms/gwt/gwt-servlet/pom-template.xml

This file was deleted.

14 changes: 0 additions & 14 deletions maven/google-poms/gwt/gwt-user/pom-template.xml

This file was deleted.

251 changes: 0 additions & 251 deletions maven/google-poms/gwt/pom-template.xml

This file was deleted.

14 changes: 0 additions & 14 deletions maven/google-poms/requestfactory/apt/pom-template.xml

This file was deleted.

14 changes: 0 additions & 14 deletions maven/google-poms/requestfactory/client/pom-template.xml

This file was deleted.

Loading

0 comments on commit 3a2603e

Please sign in to comment.