andrewsbrown | 13b11c5 | 2015-07-02 14:23:15 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <actions> |
| 3 | <action> |
| 4 | <actionName>rebuild</actionName> |
| 5 | <packagings> |
| 6 | <packaging>*</packaging> |
| 7 | </packagings> |
| 8 | <goals> |
| 9 | <goal>clean</goal> |
| 10 | <goal>install</goal> |
| 11 | </goals> |
| 12 | <properties> |
| 13 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 14 | </properties> |
| 15 | </action> |
| 16 | <action> |
| 17 | <actionName>test</actionName> |
| 18 | <packagings> |
| 19 | <packaging>*</packaging> |
| 20 | </packagings> |
| 21 | <goals> |
| 22 | <goal>test</goal> |
| 23 | |
| 24 | </goals> |
| 25 | <properties> |
| 26 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 27 | </properties> |
| 28 | </action> |
| 29 | <action> |
| 30 | <actionName>test.single</actionName> |
| 31 | <packagings> |
| 32 | <packaging>*</packaging> |
| 33 | </packagings> |
| 34 | <goals> |
| 35 | <goal>test-compile</goal> |
| 36 | <goal>surefire:test</goal> |
| 37 | </goals> |
| 38 | <properties> |
| 39 | <test>${packageClassName}</test> |
| 40 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 41 | </properties> |
| 42 | </action> |
| 43 | <action> |
| 44 | <actionName>build-with-dependencies</actionName> |
| 45 | <reactor>also-make</reactor> |
| 46 | <packagings> |
| 47 | <packaging>*</packaging> |
| 48 | </packagings> |
| 49 | <goals> |
| 50 | <goal>install</goal> |
| 51 | </goals> |
| 52 | <properties> |
| 53 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 54 | </properties> |
| 55 | </action> |
| 56 | <action> |
| 57 | <actionName>build</actionName> |
| 58 | <packagings> |
| 59 | <packaging>*</packaging> |
| 60 | </packagings> |
| 61 | <goals> |
| 62 | <goal>install</goal> |
| 63 | |
| 64 | </goals> |
| 65 | <properties> |
| 66 | |
| 67 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 68 | </properties> |
| 69 | </action> |
| 70 | <action> |
| 71 | <actionName>debug.test.single</actionName> |
| 72 | <packagings> |
| 73 | <packaging>*</packaging> |
| 74 | </packagings> |
| 75 | <goals> |
| 76 | <goal>test-compile</goal> |
| 77 | <goal>surefire:test</goal> |
| 78 | </goals> |
| 79 | <properties> |
| 80 | <test>${packageClassName}</test> |
| 81 | <forkMode>once</forkMode> |
| 82 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 83 | <maven.surefire.debug>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</maven.surefire.debug> |
| 84 | <jpda.listen>true</jpda.listen> |
| 85 | </properties> |
| 86 | </action> |
| 87 | <action> |
| 88 | <actionName>CUSTOM-Run NFD Integration Tests</actionName> |
| 89 | <displayName>Run NFD Integration Tests</displayName> |
| 90 | <goals> |
| 91 | <goal>verify</goal> |
| 92 | </goals> |
| 93 | <properties> |
| 94 | <nfd.ip>ndn-lab2.jf.intel.com</nfd.ip> |
| 95 | </properties> |
| 96 | <activatedProfiles> |
| 97 | <activatedProfile>nfd-integration-tests</activatedProfile> |
| 98 | </activatedProfiles> |
| 99 | </action> |
| 100 | |
| 101 | </actions> |