File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 286286 </dependency >
287287 </dependencies >
288288 <build >
289- <defaultGoal >install</defaultGoal >
290- <sourceDirectory >src</sourceDirectory >
291- <!-- Tests still depend on hibernate,
292- so thats not going to work
293- <testSourceDirectory>test</testSourceDirectory>
294- -->
295289 <resources >
296290 <resource >
297291 <directory >src</directory >
307301 </resource >
308302 </resources >
309303 <plugins >
304+ <plugin >
305+ <groupId >org.apache.maven.plugins</groupId >
306+ <artifactId >maven-surefire-plugin</artifactId >
307+ <configuration >
308+ <excludes >
309+ <exclude >com/cloud/gate/util/UtilTestCase.java</exclude >
310+ <exclude >com/cloud/gate/service/ServiceTestCase.java</exclude >
311+ <exclude >com/cloud/gate/util/CloudStackClientTestCase.java</exclude >
312+ </excludes >
313+ </configuration >
314+ </plugin >
310315 <plugin >
311316 <groupId >org.apache.maven.plugins</groupId >
312317 <artifactId >maven-war-plugin</artifactId >
364369 </executions >
365370 </plugin >
366371 </plugins >
367- <!--
368- <plugins>
369- <plugin>
370- <groupId>org.apache.maven.plugins</groupId>
371- <artifactId>maven-jar-plugin</artifactId>
372- <version>2.2</version>
373- <executions>
374- <execution>
375- <goals>
376- <goal>test-jar</goal>
377- </goals>
378- </execution>
379- </executions>
380- </plugin>
381- </plugins>
382- -->
383372 <pluginManagement >
384373 <plugins >
385374 <plugin >
You can’t perform that action at this time.
0 commit comments