< prev index next >

application/tests/pom.xml

Print this page




  93                                 <test.includes>${test.includes.default}</test.includes>
  94                         </properties>
  95                 </profile>
  96                 <profile>
  97                         <id>NoTestExcludesDefined</id>
  98                         <activation>
  99                                 <property>
 100                                         <name>!test.excludes</name>
 101                                 </property>
 102                         </activation>
 103                         <properties>
 104                                 <test.excludes>${test.excludes.default}</test.excludes>
 105                         </properties>
 106                 </profile>
 107         </profiles>
 108         <build>
 109                 <plugins>
 110                         <plugin>
 111                                 <groupId>org.eclipse.tycho</groupId>
 112                                 <artifactId>tycho-surefire-plugin</artifactId>
 113                                 <version>${tycho-version}</version>
 114                                 <configuration>
 115                                         <appArgLine>-nl en</appArgLine>
 116                                         <includes>${test.includes}</includes>
 117                                         <excludes>
 118                                                 <exclude>${test.excludes}</exclude>
 119                                                 <exclude>${jfr.tests}</exclude>
 120                                         </excludes>
 121                                         <failIfNoTests>${fail.if.no.tests}</failIfNoTests>
 122                                 </configuration>
 123                         </plugin>
 124                 </plugins>
 125         </build>
 126 </project>


  93                                 <test.includes>${test.includes.default}</test.includes>
  94                         </properties>
  95                 </profile>
  96                 <profile>
  97                         <id>NoTestExcludesDefined</id>
  98                         <activation>
  99                                 <property>
 100                                         <name>!test.excludes</name>
 101                                 </property>
 102                         </activation>
 103                         <properties>
 104                                 <test.excludes>${test.excludes.default}</test.excludes>
 105                         </properties>
 106                 </profile>
 107         </profiles>
 108         <build>
 109                 <plugins>
 110                         <plugin>
 111                                 <groupId>org.eclipse.tycho</groupId>
 112                                 <artifactId>tycho-surefire-plugin</artifactId>
 113                                 <version>${tycho.version}</version>
 114                                 <configuration>
 115                                         <appArgLine>-nl en</appArgLine>
 116                                         <includes>${test.includes}</includes>
 117                                         <excludes>
 118                                                 <exclude>${test.excludes}</exclude>
 119                                                 <exclude>${jfr.tests}</exclude>
 120                                         </excludes>
 121                                         <failIfNoTests>${fail.if.no.tests}</failIfNoTests>
 122                                 </configuration>
 123                         </plugin>
 124                 </plugins>
 125         </build>
 126 </project>
< prev index next >