Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Google poms #10084

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading