769148c2d6462a563cba0cc1f27a13ee842758ae
java/com.sap.sailing.gwt.ui/pom.xml
| ... | ... | @@ -12,9 +12,9 @@ |
| 12 | 12 | <packaging>eclipse-plugin</packaging> |
| 13 | 13 | |
| 14 | 14 | <dependencies> |
| 15 | - <!-- The following dependency needs re-declaration with the desired version |
|
| 16 | - because gwt-maps-api declares it with no version specifier which may be resolved |
|
| 17 | - to an incorrect version. --> |
|
| 15 | + <!-- The following dependency needs re-declaration with the desired version |
|
| 16 | + because gwt-maps-api declares it with no version specifier which may be resolved |
|
| 17 | + to an incorrect version. --> |
|
| 18 | 18 | <dependency> |
| 19 | 19 | <groupId>org.gwtproject</groupId> |
| 20 | 20 | <artifactId>gwt-user</artifactId> |
| ... | ... | @@ -165,7 +165,13 @@ |
| 165 | 165 | <execution> |
| 166 | 166 | <configuration> |
| 167 | 167 | <!-- <userAgents>chrome</userAgents> --> |
| 168 | + <!-- Uncomment this if you'd like to attach a debugger to the GWT build: |
|
| 169 | + <extraJvmArgs> |
|
| 170 | + -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:8003 |
|
| 171 | + </extraJvmArgs> |
|
| 172 | + --> |
|
| 168 | 173 | <modules> |
| 174 | + <!-- Comment all modules but DataMining when chasing GWT issue-10181: --> |
|
| 169 | 175 | <module>com.sap.sailing.gwt.home.Home</module> |
| 170 | 176 | <module>com.sap.sailing.gwt.autoplay.AutoPlay</module> |
| 171 | 177 | <module>com.sap.sailing.gwt.ui.AdminConsole</module> |
| ... | ... | @@ -175,20 +181,26 @@ |
| 175 | 181 | <module>com.sap.sailing.gwt.ui.RaceBoard</module> |
| 176 | 182 | <module>com.sap.sailing.gwt.ui.EmbeddedMapAndWindChart</module> |
| 177 | 183 | <module>com.sap.sailing.gwt.ui.Spectator</module> |
| 184 | + <!-- --> |
|
| 178 | 185 | <module>com.sap.sailing.gwt.ui.DataMining</module> |
| 186 | + <!-- Comment all modules but DataMining when chasing GWT issue-10181: --> |
|
| 179 | 187 | <module>com.sap.sailing.gwt.ui.VideoPopup</module> |
| 180 | 188 | <module>com.sap.sailing.gwt.ui.YoutubePopup</module> |
| 181 | 189 | <module>com.sap.sailing.gwt.ui.Simulator</module> |
| 182 | 190 | <module>com.sap.sailing.gwt.ui.PairingList</module> |
| 183 | 191 | <module>com.sap.sailing.gwt.regattaoverview.RegattaOverview</module> |
| 192 | + <!-- --> |
|
| 184 | 193 | </modules> |
| 185 | - <!-- uncomment the following for PRETTY-printed, non-obfuscated output |
|
| 186 | - format <style>PRETTY</style> --> |
|
| 194 | + <!-- uncomment the following for PRETTY-printed, non-obfuscated output format |
|
| 195 | + <style>PRETTY</style> |
|
| 196 | + --> |
|
| 187 | 197 | <gen>${basedir}/.generated</gen> |
| 188 | 198 | <webappDirectory>${basedir}</webappDirectory> |
| 189 | 199 | <warSourceDirectory>${basedir}/src/main/resources</warSourceDirectory> |
| 190 | 200 | <!-- Uncomment the following to obtain details split-point reports |
| 191 | - <compileReport>true</compileReport> <detailedSoyc>true</detailedSoyc> --> |
|
| 201 | + <compileReport>true</compileReport> |
|
| 202 | + <detailedSoyc>true</detailedSoyc> |
|
| 203 | + --> |
|
| 192 | 204 | </configuration> |
| 193 | 205 | <goals> |
| 194 | 206 | <goal>compile</goal> |