| <?xml version="1.0" encoding="UTF-8"?> |
| <actions> |
| <action> |
| <actionName>rebuild</actionName> |
| <packagings> |
| <packaging>*</packaging> |
| </packagings> |
| <goals> |
| <goal>clean</goal> |
| <goal>install</goal> |
| </goals> |
| <properties> |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| </properties> |
| </action> |
| <action> |
| <actionName>test</actionName> |
| <packagings> |
| <packaging>*</packaging> |
| </packagings> |
| <goals> |
| <goal>test</goal> |
| |
| </goals> |
| <properties> |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| </properties> |
| </action> |
| <action> |
| <actionName>test.single</actionName> |
| <packagings> |
| <packaging>*</packaging> |
| </packagings> |
| <goals> |
| <goal>test-compile</goal> |
| <goal>surefire:test</goal> |
| </goals> |
| <properties> |
| <test>${packageClassName}</test> |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| </properties> |
| </action> |
| <action> |
| <actionName>build-with-dependencies</actionName> |
| <reactor>also-make</reactor> |
| <packagings> |
| <packaging>*</packaging> |
| </packagings> |
| <goals> |
| <goal>install</goal> |
| </goals> |
| <properties> |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| </properties> |
| </action> |
| <action> |
| <actionName>build</actionName> |
| <packagings> |
| <packaging>*</packaging> |
| </packagings> |
| <goals> |
| <goal>install</goal> |
| |
| </goals> |
| <properties> |
| |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| </properties> |
| </action> |
| <action> |
| <actionName>debug.test.single</actionName> |
| <packagings> |
| <packaging>*</packaging> |
| </packagings> |
| <goals> |
| <goal>test-compile</goal> |
| <goal>surefire:test</goal> |
| </goals> |
| <properties> |
| <test>${packageClassName}</test> |
| <forkMode>once</forkMode> |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| <maven.surefire.debug>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</maven.surefire.debug> |
| <jpda.listen>true</jpda.listen> |
| </properties> |
| </action> |
| <action> |
| <actionName>CUSTOM-Run NFD Integration Tests</actionName> |
| <displayName>Run NFD Integration Tests</displayName> |
| <goals> |
| <goal>verify</goal> |
| </goals> |
| <properties> |
| <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| </properties> |
| <activatedProfiles> |
| <activatedProfile>nfd-integration-tests</activatedProfile> |
| </activatedProfiles> |
| </action> |
| |
| </actions> |