changed RAD exec to process-test-classes
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<!-- This execution downloads the dependency JARs -->
|
||||
<execution>
|
||||
<id>download-ate-jars</id>
|
||||
<phase>process-classes</phase>
|
||||
<phase>process-test-classes</phase>
|
||||
<goals><goal>copy-dependencies</goal></goals>
|
||||
<configuration>
|
||||
<excludeScope>provided</excludeScope>
|
||||
@@ -39,7 +39,7 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>run-ate</id>
|
||||
<phase>process-classes</phase>
|
||||
<phase>process-test-classes</phase>
|
||||
<goals><goal>start</goal></goals>
|
||||
<configuration>
|
||||
<images>
|
||||
|
Reference in New Issue
Block a user