maven

Форк
0
49 строк · 1.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2

3
<!--
4
Licensed to the Apache Software Foundation (ASF) under one
5
or more contributor license agreements.  See the NOTICE file
6
distributed with this work for additional information
7
regarding copyright ownership.  The ASF licenses this file
8
to you under the Apache License, Version 2.0 (the
9
"License"); you may not use this file except in compliance
10
with the License.  You may obtain a copy of the License at
11

12
  http://www.apache.org/licenses/LICENSE-2.0
13

14
Unless required by applicable law or agreed to in writing,
15
software distributed under the License is distributed on an
16
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
KIND, either express or implied.  See the License for the
18
specific language governing permissions and limitations
19
under the License.
20
-->
21

22
<project>
23
  <modelVersion>4.0.0</modelVersion>
24

25
  <groupId>org.apache.maven.its.mng</groupId>
26
  <artifactId>test1</artifactId>
27
  <version>1.0-SNAPSHOT</version>
28

29
  <packaging>jar</packaging>
30

31
  <build>
32
    <plugins>
33
      <plugin>
34
        <groupId>org.apache.maven.plugins</groupId>
35
        <artifactId>maven-site-plugin</artifactId>
36
        <version>2.0-beta-7</version>
37

38
        <executions>
39
          <execution>
40
            <goals>
41
              <goal>invalid-goal</goal>
42
            </goals>
43
          </execution>
44
        </executions>
45
      </plugin>
46

47
    </plugins>
48
  </build>
49
</project>
50

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

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

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

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