< prev index next >

application/uitests/org.openjdk.jmc.console.uitest/pom.xml

Print this page




  29    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  30    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  31    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
  32    WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33 -->
  34 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  35         <modelVersion>4.0.0</modelVersion>
  36         <parent>
  37                 <groupId>org.openjdk.jmc</groupId>
  38                 <artifactId>missioncontrol.application.uitests</artifactId>
  39                 <version>7.0.0-SNAPSHOT</version>
  40         </parent>
  41         <artifactId>org.openjdk.jmc.console.uitest</artifactId>
  42         <version>1.0.0-SNAPSHOT</version>
  43         <packaging>eclipse-test-plugin</packaging>
  44         <build>
  45                 <plugins>
  46                         <plugin>
  47                                 <groupId>org.eclipse.tycho</groupId>
  48                                 <artifactId>tycho-surefire-plugin</artifactId>
  49                                 <version>${tycho-version}</version>
  50                                 <configuration>
  51                                         <excludes>${ui.test.excludes},**/*MemoryLeakTest*</excludes>
  52                                 </configuration>
  53                         </plugin>
  54                         <plugin>
  55                                 <groupId>org.eclipse.tycho</groupId>
  56                                 <artifactId>target-platform-configuration</artifactId>
  57                                 <version>${tycho-version}</version>
  58                                 <configuration>
  59                                         <dependency-resolution>
  60                                                 <extraRequirements>
  61                                                         <requirement>
  62                                                                 <type>eclipse-feature</type>
  63                                                                 <id>org.openjdk.jmc.rcp.product.feature</id>
  64                                                                 <versionRange>0.0.0</versionRange>
  65                                                         </requirement>
  66                                                         <requirement>
  67                                                                 <type>eclipse-feature</type>
  68                                                                 <id>org.openjdk.jmc.feature.console</id>
  69                                                                 <versionRange>0.0.0</versionRange>
  70                                                         </requirement>
  71                                                         <requirement>
  72                                                                 <type>eclipse-feature</type>
  73                                                                 <id>org.openjdk.jmc.feature.core</id>
  74                                                                 <versionRange>0.0.0</versionRange>
  75                                                         </requirement>
  76                                                         <requirement>
  77                                                                 <type>eclipse-feature</type>




  29    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  30    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  31    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
  32    WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33 -->
  34 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  35         <modelVersion>4.0.0</modelVersion>
  36         <parent>
  37                 <groupId>org.openjdk.jmc</groupId>
  38                 <artifactId>missioncontrol.application.uitests</artifactId>
  39                 <version>7.0.0-SNAPSHOT</version>
  40         </parent>
  41         <artifactId>org.openjdk.jmc.console.uitest</artifactId>
  42         <version>1.0.0-SNAPSHOT</version>
  43         <packaging>eclipse-test-plugin</packaging>
  44         <build>
  45                 <plugins>
  46                         <plugin>
  47                                 <groupId>org.eclipse.tycho</groupId>
  48                                 <artifactId>tycho-surefire-plugin</artifactId>
  49                                 <version>${tycho.version}</version>
  50                                 <configuration>
  51                                         <excludes>${ui.test.excludes},**/*MemoryLeakTest*</excludes>
  52                                 </configuration>
  53                         </plugin>
  54                         <plugin>
  55                                 <groupId>org.eclipse.tycho</groupId>
  56                                 <artifactId>target-platform-configuration</artifactId>
  57                                 <version>${tycho.version}</version>
  58                                 <configuration>
  59                                         <dependency-resolution>
  60                                                 <extraRequirements>
  61                                                         <requirement>
  62                                                                 <type>eclipse-feature</type>
  63                                                                 <id>org.openjdk.jmc.rcp.product.feature</id>
  64                                                                 <versionRange>0.0.0</versionRange>
  65                                                         </requirement>
  66                                                         <requirement>
  67                                                                 <type>eclipse-feature</type>
  68                                                                 <id>org.openjdk.jmc.feature.console</id>
  69                                                                 <versionRange>0.0.0</versionRange>
  70                                                         </requirement>
  71                                                         <requirement>
  72                                                                 <type>eclipse-feature</type>
  73                                                                 <id>org.openjdk.jmc.feature.core</id>
  74                                                                 <versionRange>0.0.0</versionRange>
  75                                                         </requirement>
  76                                                         <requirement>
  77                                                                 <type>eclipse-feature</type>


< prev index next >