maven

Форк
0
47 строк · 1.9 Кб
1

2
  <!--
3
    Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
4
    file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
5
    to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
6
    the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
7
    applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
8
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language
9
    governing permissions and limitations under the License.
10
  -->
11

12
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
14
  <modelVersion>4.0.0</modelVersion>
15
  <groupId>org.apache.maven</groupId>
16
  <artifactId>embedder-test-project</artifactId>
17
  <packaging>jar</packaging>
18
  <version>1.0-SNAPSHOT</version>
19
  <name>Maven Quick Start Archetype</name>
20
  <url>http://maven.apache.org</url>
21
  <dependencies>
22
    <dependency>
23
      <groupId>junit</groupId>
24
      <artifactId>junit</artifactId>
25
      <version>3.8.1</version>
26
      <scope>test</scope>
27
    </dependency>
28
  </dependencies>
29
  <profiles>
30
    <profile>
31
      <id>embedderProfile</id>
32
      <properties>
33
        <embedderProfile>true</embedderProfile>
34
        <name>jason</name>
35
        <occupation>somnambulance</occupation>
36
      </properties>
37
    </profile>
38
  </profiles>
39
  <build>
40
    <plugins>
41
      <plugin>
42
        <groupId>org.apache.maven.plugins</groupId>
43
        <artifactId>maven-surefire-plugin</artifactId>
44
        <version>2.4.3</version>
45
      </plugin>
46
    </plugins>
47
  </build>
48
</project>
49

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.