< prev index next >

application/uitests/pom.xml

Print this page




 141                         </properties>
 142                 </profile>
 143                 <profile>
 144                         <id>windows</id>
 145                         <activation>
 146                                 <os>
 147                                         <family>windows</family>
 148                                 </os>
 149                         </activation>
 150                         <properties>
 151                                 <ui.test.osvmargs/>
 152                                 <ui.test.osappargs>--launcher.appendVmargs</ui.test.osappargs>
 153                         </properties>
 154                 </profile>
 155         </profiles>
 156         <build>
 157                 <plugins>
 158                         <plugin>
 159                                 <groupId>org.eclipse.tycho</groupId>
 160                                 <artifactId>tycho-surefire-plugin</artifactId>
 161                                 <version>${tycho-version}</version>
 162                                 <configuration>
 163                                         <product>org.openjdk.jmc.rcp.application.product</product>
 164                                         <application>org.openjdk.jmc.rcp.application.app</application>
 165                                         <argLine>${ui.test.vmargs} ${ui.test.osvmargs}</argLine>
 166                                         <appArgLine>-nl en -consoleLog ${ui.test.osappargs}</appArgLine>
 167                                         <useUIHarness>${ui.test.run}</useUIHarness>
 168                                         <useUIThread>false</useUIThread>
 169                                         <testFailureIgnore>false</testFailureIgnore>
 170                                         <failIfNoTests>false</failIfNoTests>
 171                                         <includes>${test.includes}</includes>
 172                                         <!--  To be used along with the maven toolchains plugin
 173                                         <useJDK>SYSTEM</useJDK> -->
 174                                 </configuration>
 175                         </plugin>
 176                         <!-- maven toolchains plugin needs a ~/.m2/toolchains.xml specifying the locations of the desired JDK toolchains -->
 177                         <!-- <plugin>
 178                                 <groupId>org.apache.maven.plugins</groupId>
 179                                 <artifactId>maven-toolchains-plugin</artifactId>
 180                                 <version>1.1</version>
 181                                 <executions>


 141                         </properties>
 142                 </profile>
 143                 <profile>
 144                         <id>windows</id>
 145                         <activation>
 146                                 <os>
 147                                         <family>windows</family>
 148                                 </os>
 149                         </activation>
 150                         <properties>
 151                                 <ui.test.osvmargs/>
 152                                 <ui.test.osappargs>--launcher.appendVmargs</ui.test.osappargs>
 153                         </properties>
 154                 </profile>
 155         </profiles>
 156         <build>
 157                 <plugins>
 158                         <plugin>
 159                                 <groupId>org.eclipse.tycho</groupId>
 160                                 <artifactId>tycho-surefire-plugin</artifactId>
 161                                 <version>${tycho.version}</version>
 162                                 <configuration>
 163                                         <product>org.openjdk.jmc.rcp.application.product</product>
 164                                         <application>org.openjdk.jmc.rcp.application.app</application>
 165                                         <argLine>${ui.test.vmargs} ${ui.test.osvmargs}</argLine>
 166                                         <appArgLine>-nl en -consoleLog ${ui.test.osappargs}</appArgLine>
 167                                         <useUIHarness>${ui.test.run}</useUIHarness>
 168                                         <useUIThread>false</useUIThread>
 169                                         <testFailureIgnore>false</testFailureIgnore>
 170                                         <failIfNoTests>false</failIfNoTests>
 171                                         <includes>${test.includes}</includes>
 172                                         <!--  To be used along with the maven toolchains plugin
 173                                         <useJDK>SYSTEM</useJDK> -->
 174                                 </configuration>
 175                         </plugin>
 176                         <!-- maven toolchains plugin needs a ~/.m2/toolchains.xml specifying the locations of the desired JDK toolchains -->
 177                         <!-- <plugin>
 178                                 <groupId>org.apache.maven.plugins</groupId>
 179                                 <artifactId>maven-toolchains-plugin</artifactId>
 180                                 <version>1.1</version>
 181                                 <executions>
< prev index next >