Skip to content

Commit 3a2603e

Browse files
authored
Remove Google poms (#10084)
There will never be another Google release, so these poms (or the deploy script) no longer serve a purpose.
1 parent 3f9ce4c commit 3a2603e

File tree

11 files changed

+8
-512
lines changed

11 files changed

+8
-512
lines changed

maven/README.txt renamed to maven/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
push-gwt.sh packages and deploys GWT to a local or remote Maven
2-
repository
1+
The `push-gwtproject.sh` script packages and deploys GWT to a local or
2+
remote Maven repository.
33

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

6+
```bash
67
> git switch main
78
> ant clean dist-dev
89
> maven/push-gwtproject.sh
10+
```
911

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

24+
```bash
2225
> git switch main
2326
> ant clean dist # must be dist, not dist-dev, to generate Javadocs
2427
> maven/push-gwtproject.sh
28+
```
2529

2630
~/.m2/settings.xml:
31+
```xml
2732
<settings>
2833
<localRepository>${env.M2_REPO}</localRepository>
2934
<servers>
@@ -34,6 +39,7 @@ the repo in your ~/.m2/settings.xml as below and set GWT_MAVEN_REPO_ID
3439
</server>
3540
</servers>
3641
</settings>
42+
```
3743

3844
If the remote repo requires jar signing as does Sonatype (Maven
3945
Central), set up GPG on your local machine then enter the passphrase

maven/google-poms/gwt/gwt-codeserver/pom-template.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

maven/google-poms/gwt/gwt-dev/pom-template.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

maven/google-poms/gwt/gwt-servlet/pom-template.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

maven/google-poms/gwt/gwt-user/pom-template.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

maven/google-poms/gwt/pom-template.xml

Lines changed: 0 additions & 251 deletions
This file was deleted.

maven/google-poms/requestfactory/apt/pom-template.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

maven/google-poms/requestfactory/client/pom-template.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)