Issue-ID: PORTAL-842
Change-Id: I64c440bc2978bd7cf93969d94bda6e0e35be202e
Signed-off-by: statta <statta@research.att.com>
<skipassembly>true</skipassembly>
<!-- Tests usually require some setup that maven cannot do, so skip. -->
<skiptests>false</skiptests>
+ <angularTestPhase>none</angularTestPhase>
<jacoco.version>0.7.9</jacoco.version>
<!-- Version number gets stored only here -->
<tomcat.download.path>http://archive.apache.org/dist/tomcat/tomcat-8/v8.0.37/bin</tomcat.download.path>
<goal>npm</goal>
</goals>
- <phase>compile</phase>
+ <phase>${angularTestPhase}</phase>
<configuration>
<arguments>run-script test</arguments>