|
5 | 5 | <parent>
|
6 | 6 | <groupId>com.google.guava</groupId>
|
7 | 7 | <artifactId>guava-parent</artifactId>
|
8 |
| - <version>HEAD-jre-SNAPSHOT</version> |
| 8 | + <version>1.0-HEAD-jre-SNAPSHOT</version> |
9 | 9 | </parent>
|
10 | 10 | <artifactId>guava-gwt</artifactId>
|
11 | 11 | <name>Guava GWT compatible libs</name>
|
|
45 | 45 | <dependency>
|
46 | 46 | <groupId>com.google.guava</groupId>
|
47 | 47 | <artifactId>failureaccess</artifactId>
|
48 |
| - <version>1.0.2</version> |
| 48 | + <version>1.0.3</version> |
49 | 49 | </dependency>
|
50 | 50 | <dependency>
|
51 | 51 | <groupId>com.google.guava</groupId>
|
|
134 | 134 | </plugin>
|
135 | 135 | <plugin>
|
136 | 136 | <artifactId>maven-compiler-plugin</artifactId>
|
137 |
| - <configuration> |
138 |
| - <excludes> |
139 |
| - <!-- Yes, we want to exclude ForceGuavaCompilation 4 times: --> |
140 |
| - <!-- (And we might as well exclude DummyJavadocClass 3 times (though it would be harmless to include).) --> |
141 |
| - <!-- 1. Don't compile it (since that requires a *non-test* dep on gwt-user. --> |
142 |
| - <exclude>**/ForceGuavaCompilation*</exclude> |
143 |
| - <exclude>**/DummyJavadocClass*</exclude> |
144 |
| - </excludes> |
145 |
| - </configuration> |
| 137 | + <executions> |
| 138 | + <execution> |
| 139 | + <id>default-compile</id> |
| 140 | + <configuration> |
| 141 | + <excludes> |
| 142 | + <!-- Yes, we want to exclude ForceGuavaCompilation 4 times: --> |
| 143 | + <!-- (And we might as well exclude DummyJavadocClass 3 times (though it would be harmless to include).) --> |
| 144 | + <!-- 1. Don't compile it (since that requires a *non-test* dep on gwt-user. --> |
| 145 | + <exclude>**/ForceGuavaCompilation*</exclude> |
| 146 | + <exclude>**/DummyJavadocClass*</exclude> |
| 147 | + </excludes> |
| 148 | + </configuration> |
| 149 | + </execution> |
| 150 | + </executions> |
146 | 151 | </plugin>
|
147 | 152 | <plugin>
|
148 | 153 | <artifactId>maven-jar-plugin</artifactId>
|
|
262 | 267 | <dependency>
|
263 | 268 | <groupId>com.google.guava</groupId>
|
264 | 269 | <artifactId>failureaccess</artifactId>
|
265 |
| - <version>1.0.2</version> |
| 270 | + <version>1.0.3</version> |
266 | 271 | <classifier>sources</classifier>
|
267 | 272 | </dependency>
|
268 | 273 | <dependency>
|
|
0 commit comments