blob: ddfc8449ad8074b69c9309289d54d76a38c41e4b [file] [log] [blame]
Jeffrey van Gogh32d3c0c2016-04-04 10:49:31 -07001<?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
5 file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
8 applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language
10 governing permissions and limitations under the License.
11 -->
12
13<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">
14 <modelVersion>4.0.0</modelVersion>
15
16 <parent>
17 <groupId>org.apache.maven</groupId>
18 <artifactId>maven</artifactId>
19 <version>3.2.1</version>
20 </parent>
21
22 <artifactId>maven-artifact</artifactId>
23
24 <name>Maven Artifact</name>
25
26 <scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
27 <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
28 <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
29 <tag>maven-3.2.1</tag>
30 </scm>
31
32 <dependencies>
33 <dependency>
34 <groupId>org.codehaus.plexus</groupId>
35 <artifactId>plexus-utils</artifactId>
36 </dependency>
37 </dependencies>
38
39 <build>
40 <plugins>
41 <plugin>
42 <groupId>org.codehaus.plexus</groupId>
43 <artifactId>plexus-component-metadata</artifactId>
44 </plugin>
45 </plugins>
46 </build>
47</project>