Home | History | Annotate | Download | only in 1.2.1
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
      3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>com.google.gradle</groupId>
      6   <artifactId>osdetector-gradle-plugin</artifactId>
      7   <version>1.2.1</version>
      8   <name>com.google.gradle:osdetector-gradle-plugin</name>
      9   <description>A Gradle plugin that detects the OS name and architecture, providing a uniform classifier to be used in the names of native artifacts.</description>
     10   <url>https://github.com/google/osdetector-gradle-plugin</url>
     11   <licenses>
     12     <license>
     13       <name>Apache License 2.0</name>
     14       <url>http://opensource.org/licenses/Apache-2.0</url>
     15     </license>
     16   </licenses>
     17   <developers>
     18     <developer>
     19       <name>Kun Zhang</name>
     20       <email>zhangkun (a] google.com</email>
     21       <url>https://github.com/google/osdetector-gradle-plugin</url>
     22       <organization>Google, Inc.</organization>
     23       <organizationUrl>https://www.google.com</organizationUrl>
     24     </developer>
     25   </developers>
     26   <scm>
     27     <connection>scm:svn:https://github.com/google/osdetector-gradle-plugin.git</connection>
     28     <developerConnection>scm:svn:git (a] github.com:google/osdetector-gradle-plugin.git</developerConnection>
     29     <url>https://github.com/google/osdetector-gradle-plugin</url>
     30   </scm>
     31   <dependencies>
     32     <dependency>
     33       <groupId>kr.motd.maven</groupId>
     34       <artifactId>os-maven-plugin</artifactId>
     35       <version>1.2.3.Final</version>
     36       <scope>compile</scope>
     37     </dependency>
     38   </dependencies>
     39 </project>
     40