|
23 | 23 | <module>jwebunit-core</module> |
24 | 24 | <module>jwebunit-commons-tests</module> |
25 | 25 | <module>jwebunit-htmlunit-plugin</module> |
26 | | - <module>jwebunit-selenium-plugin</module> |
| 26 | + <module>jwebunit-selenium-plugin</module> |
27 | 27 | </modules> |
28 | 28 | <mailingLists> |
29 | 29 | <mailingList> |
|
145 | 145 | </license> |
146 | 146 | </licenses> |
147 | 147 | <scm> |
148 | | - <connection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</connection> |
| 148 | + <connection>scm:svn:http://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</connection> |
149 | 149 | <developerConnection>scm:svn:https://jwebunit.svn.sourceforge.net/svnroot/jwebunit/trunk</developerConnection> |
150 | | - <url>http://svn.sourceforge.net/viewcvs.cgi/jwebunit/trunk</url> |
| 150 | + <url>http://jwebunit.svn.sourceforge.net/viewvc/jwebunit/trunk</url> |
151 | 151 | </scm> |
152 | 152 | <organization> |
153 | 153 | <name>SourceForge</name> |
154 | 154 | <url>http://sourceforge.net</url> |
155 | 155 | </organization> |
156 | 156 | <repositories> |
157 | | - <repository> |
158 | | - <id>Codehaus</id> |
159 | | - <name>Mojo Codehaus Repository</name> |
160 | | - <url>http://repository.codehaus.org/</url> |
161 | | - </repository> |
162 | 157 | <repository> |
163 | 158 | <id>selenium</id> |
164 | | - <name>Selenium repository</name> |
165 | | - <url>http://maven.openqa.org/</url> |
| 159 | + <name>Selenium release repository</name> |
| 160 | + <url>http://archiva.openqa.org/repository/releases/</url> |
166 | 161 | </repository> |
167 | 162 | </repositories> |
168 | | - <pluginRepositories> |
169 | | - <pluginRepository> |
170 | | - <id>atlassian-m2-repository</id> |
171 | | - <name>Atlassian Maven 2.x Repository</name> |
172 | | - <url>http://repository.atlassian.com/maven2</url> |
173 | | - </pluginRepository> |
174 | | - </pluginRepositories> |
175 | 163 | <build> |
176 | 164 | <plugins> |
177 | | - <plugin> |
178 | | - <groupId>com.atlassian.maven.plugins</groupId> |
179 | | - <artifactId>maven-clover-plugin</artifactId> |
180 | | - <configuration> |
181 | | - <flushPolicy>threaded</flushPolicy> |
182 | | - <flushInterval>100</flushInterval> |
183 | | - <targetPercentage>0%</targetPercentage> |
184 | | - <licenseLocation> |
185 | | - ${basedir}/${topDirectoryLocation}/src/test/clover/clover.license |
186 | | - </licenseLocation> |
187 | | - </configuration> |
188 | | - <executions> |
189 | | - <execution> |
190 | | - <id>main</id> |
191 | | - <phase>verify</phase> |
192 | | - <goals> |
193 | | - <goal>instrument</goal> |
194 | | - <goal>aggregate</goal> |
195 | | - <goal>check</goal> |
196 | | - <goal>log</goal> |
197 | | - </goals> |
198 | | - </execution> |
199 | | - <execution> |
200 | | - <id>site</id> |
201 | | - <phase>pre-site</phase> |
202 | | - <goals> |
203 | | - <goal>instrument</goal> |
204 | | - <goal>aggregate</goal> |
205 | | - |
206 | | - <!-- We save a history point in order to have data to generate a historical report --> |
207 | | - <goal>save-history</goal> |
208 | | - |
209 | | - </goals> |
210 | | - </execution> |
211 | | - </executions> |
212 | | - </plugin> |
213 | 165 | <plugin> |
214 | 166 | <groupId>org.apache.maven.plugins</groupId> |
215 | 167 | <artifactId>maven-assembly-plugin</artifactId> |
216 | | - <version>2.2-beta-1</version> |
| 168 | + <version>2.2-beta-2</version> |
217 | 169 | <configuration> |
218 | 170 | <attach>false</attach> |
219 | 171 | <descriptors> |
|
238 | 190 | <artifactId>maven-eclipse-plugin</artifactId> |
239 | 191 | <configuration> |
240 | 192 | <downloadSources>true</downloadSources> |
| 193 | + <downloadJavadoc>true</downloadJavadoc> |
241 | 194 | </configuration> |
242 | 195 | </plugin> |
243 | 196 | <plugin> |
244 | 197 | <inherited>true</inherited> |
245 | 198 | <groupId>org.codehaus.mojo</groupId> |
246 | 199 | <artifactId>javacc-maven-plugin</artifactId> |
247 | | - <version>2.3-SNAPSHOT</version> |
| 200 | + <version>2.4</version> |
248 | 201 | </plugin> |
249 | 202 | <plugin> |
250 | 203 | <inherited>true</inherited> |
|
256 | 209 | <inherited>true</inherited> |
257 | 210 | <groupId>org.apache.maven.plugins</groupId> |
258 | 211 | <artifactId>maven-javadoc-plugin</artifactId> |
259 | | - <version>2.3</version> |
| 212 | + <version>2.4</version> |
260 | 213 | </plugin> |
261 | 214 | </plugins> |
262 | 215 | </pluginManagement> |
|
279 | 232 | <dependency> |
280 | 233 | <groupId>org.mortbay.jetty</groupId> |
281 | 234 | <artifactId>jetty</artifactId> |
282 | | - <version>6.1.6</version> |
| 235 | + <version>6.1.9</version> |
283 | 236 | </dependency> |
284 | 237 | <dependency> |
285 | 238 | <groupId>commons-fileupload</groupId> |
|
299 | 252 | <dependency> |
300 | 253 | <groupId>org.openqa.selenium.client-drivers</groupId> |
301 | 254 | <artifactId>selenium-java-client-driver</artifactId> |
302 | | - <version>0.9.2</version> |
| 255 | + <version>1.0-beta-1</version> |
303 | 256 | </dependency> |
304 | 257 | <dependency> |
305 | 258 | <groupId>regexp</groupId> |
|
314 | 267 | <dependency> |
315 | 268 | <groupId>org.slf4j</groupId> |
316 | 269 | <artifactId>slf4j-api</artifactId> |
317 | | - <version>1.3.0</version> |
| 270 | + <version>1.5.0</version> |
318 | 271 | </dependency> |
319 | 272 | <dependency> |
320 | 273 | <groupId>org.slf4j</groupId> |
321 | 274 | <artifactId>slf4j-log4j12</artifactId> |
322 | | - <version>1.3.0</version> |
| 275 | + <version>1.5.0</version> |
323 | 276 | <scope>optional</scope> |
324 | 277 | </dependency> |
325 | 278 | </dependencies> |
|
351 | 304 | <groupId>org.codehaus.mojo</groupId> |
352 | 305 | <artifactId>taglist-maven-plugin</artifactId> |
353 | 306 | </plugin> |
354 | | - <plugin> |
355 | | - <groupId>com.atlassian.maven.plugins</groupId> |
356 | | - <artifactId>maven-clover-plugin</artifactId> |
357 | | - <configuration> |
358 | | - <generateHistorical>true</generateHistorical> |
359 | | - <licenseLocation> |
360 | | - ${basedir}/${topDirectoryLocation}/src/test/clover/clover.license |
361 | | - </licenseLocation> |
362 | | - </configuration> |
363 | | - </plugin> |
364 | 307 | <plugin> |
365 | 308 | <groupId>org.apache.maven.plugins</groupId> |
366 | 309 | <artifactId>maven-changes-plugin</artifactId> |
|
0 commit comments