Home | History | Annotate | Download | only in 1.0.2.v20150114
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 
      3 <!--
      4  ~ Copyright (c) 2010, 2014 Sonatype, Inc.
      5  ~ All rights reserved. This program and the accompanying materials
      6  ~ are made available under the terms of the Eclipse Public License v1.0
      7  ~ which accompanies this distribution, and is available at
      8  ~ http://www.eclipse.org/legal/epl-v10.html
      9  ~
     10  ~ Contributors:
     11  ~    Sonatype, Inc. - initial API and implementation
     12 -->
     13 
     14 <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">
     15   <modelVersion>4.0.0</modelVersion>
     16 
     17   <parent>
     18     <groupId>org.eclipse.aether</groupId>
     19     <artifactId>aether</artifactId>
     20     <version>1.0.2.v20150114</version>
     21   </parent>
     22 
     23   <artifactId>aether-api</artifactId>
     24 
     25   <name>Aether API</name>
     26   <description>
     27     The application programming interface for the repository system.
     28   </description>
     29 
     30   <properties>
     31     <bundle.symbolicName>org.eclipse.aether.api</bundle.symbolicName>
     32   </properties>
     33 
     34   <dependencies>
     35     <dependency>
     36       <groupId>junit</groupId>
     37       <artifactId>junit</artifactId>
     38       <scope>test</scope>
     39     </dependency>
     40     <dependency>
     41       <groupId>org.hamcrest</groupId>
     42       <artifactId>hamcrest-library</artifactId>
     43       <scope>test</scope>
     44     </dependency>
     45   </dependencies>
     46 
     47   <build>
     48     <plugins>
     49       <plugin>
     50         <groupId>org.codehaus.mojo</groupId>
     51         <artifactId>animal-sniffer-maven-plugin</artifactId>
     52       </plugin>
     53       <plugin>
     54         <groupId>org.codehaus.mojo</groupId>
     55         <artifactId>clirr-maven-plugin</artifactId>
     56       </plugin>
     57       <plugin>
     58         <groupId>org.apache.felix</groupId>
     59         <artifactId>maven-bundle-plugin</artifactId>
     60       </plugin>
     61     </plugins>
     62   </build>
     63 </project>
     64