Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.54 KB | None | 0 0
  1. <profiles>
  2.         <profile>
  3.             <id>install-base</id>
  4.             <activation>
  5.                 <property>
  6.                     <name>testInstallBase</name>
  7.                 </property>
  8.             </activation>
  9.             <build>
  10.                 <plugins>
  11.                     <plugin>
  12.                         <groupId>org.eclipse.tycho</groupId>
  13.                         <artifactId>tycho-surefire-plugin</artifactId>
  14.                         <configuration>
  15.                             <testRuntime>p2Installed</testRuntime>
  16.                             <work>${testInstallBase}${testInstallPathOSX}</work>
  17.                             <profileName>devstudio</profileName>
  18.                         </configuration>
  19.                     </plugin>
  20.                 </plugins>
  21.             </build>
  22.         </profile>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement