Skip to content

Commit d86cb67

Browse files
committed
Remove Javadoc from repo, get it from Maven
1 parent 35acbf3 commit d86cb67

File tree

4,649 files changed

+27
-1067478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,649 files changed

+27
-1067478
lines changed

pom.xml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<maven.compiler.target>1.7</maven.compiler.target>
16-
<maven.compiler.source>1.7</maven.compiler.source>
15+
<maven.compiler.target>1.8</maven.compiler.target>
16+
<maven.compiler.source>1.8</maven.compiler.source>
1717
</properties>
1818

1919
<build>
@@ -87,7 +87,25 @@
8787
</execution>
8888
</executions>
8989
</plugin>
90-
90+
<plugin>
91+
<artifactId>maven-dependency-plugin</artifactId>
92+
<executions>
93+
<execution>
94+
<id>unpack-dependencies</id>
95+
<phase>prepare-package</phase>
96+
<goals>
97+
<goal>unpack-dependencies</goal>
98+
</goals>
99+
<configuration>
100+
<includeGroupIds>org.gwtproject</includeGroupIds>
101+
<includeArtifactIds>gwt-dev</includeArtifactIds>
102+
<includeClassifiers>javadoc</includeClassifiers>
103+
<excludeTransitive>true</excludeTransitive>
104+
<outputDirectory>${project.build.directory}/generated-site/javadoc/latest</outputDirectory>
105+
</configuration>
106+
</execution>
107+
</executions>
108+
</plugin>
91109
<plugin>
92110
<artifactId>maven-assembly-plugin</artifactId>
93111
<executions>
@@ -148,6 +166,12 @@
148166
<artifactId>commons-io</artifactId>
149167
<version>2.7</version>
150168
</dependency>
169+
<dependency>
170+
<groupId>org.gwtproject</groupId>
171+
<artifactId>gwt-dev</artifactId>
172+
<version>2.12.1</version>
173+
<classifier>javadoc</classifier>
174+
</dependency>
151175
</dependencies>
152176

153177
<profiles>

src/main/site/javadoc/latest/allclasses-index.html

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

src/main/site/javadoc/latest/allpackages-index.html

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

src/main/site/javadoc/latest/com/google/gwt/activity/shared/AbstractActivity.html

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

0 commit comments

Comments
 (0)