|
| 1 | +<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/maven-v4_0_0.xsd"> |
| 2 | + <modelVersion>4.0.0</modelVersion> |
| 3 | + <parent> |
| 4 | + <groupId>org.sonatype.oss</groupId> |
| 5 | + <artifactId>oss-parent</artifactId> |
| 6 | + <version>7</version> |
| 7 | + </parent> |
| 8 | + |
| 9 | + <groupId>com.google.apis</groupId> |
| 10 | + <artifactId>google-api-services-language</artifactId> |
| 11 | + <version>v1-rev20161006-1.22.0-SNAPSHOT</version> |
| 12 | + <name>Google Cloud Natural Language API v1-rev20161006-1.22.0-SNAPSHOT</name> |
| 13 | + <packaging>jar</packaging> |
| 14 | + |
| 15 | + <inceptionYear>2011</inceptionYear> |
| 16 | + |
| 17 | + <organization> |
| 18 | + <name>Google</name> |
| 19 | + <url>http://www.google.com/</url> |
| 20 | + </organization> |
| 21 | + |
| 22 | + <licenses> |
| 23 | + <license> |
| 24 | + <name>The Apache Software License, Version 2.0</name> |
| 25 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 26 | + <distribution>repo</distribution> |
| 27 | + </license> |
| 28 | + </licenses> |
| 29 | + |
| 30 | + <build> |
| 31 | + <plugins> |
| 32 | + <plugin> |
| 33 | + <artifactId>maven-compiler-plugin</artifactId> |
| 34 | + <version>2.3.2</version> |
| 35 | + <configuration> |
| 36 | + <source>1.5</source> |
| 37 | + <target>1.5</target> |
| 38 | + </configuration> |
| 39 | + </plugin> |
| 40 | + <plugin> |
| 41 | + <artifactId>maven-jar-plugin</artifactId> |
| 42 | + <version>2.3.1</version> |
| 43 | + <configuration> |
| 44 | + <archive> |
| 45 | + <manifestEntries> |
| 46 | + <Built-By>Google</Built-By> |
| 47 | + <Build-Jdk>1.6.x</Build-Jdk> |
| 48 | + </manifestEntries> |
| 49 | + </archive> |
| 50 | + </configuration> |
| 51 | + </plugin> |
| 52 | + <plugin> |
| 53 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 54 | + <version>2.7</version> |
| 55 | + <configuration> |
| 56 | + <doctitle>Google Cloud Natural Language API ${project.version}</doctitle> |
| 57 | + <windowtitle>Google Cloud Natural Language API ${project.version}</windowtitle> |
| 58 | + <links> |
| 59 | + <link>http://docs.oracle.com/javase/7/docs/api</link> |
| 60 | + |
| 61 | + <link>http://javadoc.google-http-java-client.googlecode.com/hg/1.22.0-SNAPSHOT</link> |
| 62 | + |
| 63 | + <link>http://javadoc.google-oauth-java-client.googlecode.com/hg/1.22.0-SNAPSHOT</link> |
| 64 | + |
| 65 | + <link>http://javadoc.google-api-java-client.googlecode.com/hg/1.22.0-SNAPSHOT</link> |
| 66 | + </links> |
| 67 | + </configuration> |
| 68 | + </plugin> |
| 69 | + </plugins> |
| 70 | + <sourceDirectory>.</sourceDirectory> |
| 71 | + </build> |
| 72 | + |
| 73 | + <dependencies> |
| 74 | + <dependency> |
| 75 | + <groupId>com.google.api-client</groupId> |
| 76 | + <artifactId>google-api-client</artifactId> |
| 77 | + <version>1.22.0</version> |
| 78 | + </dependency> |
| 79 | + </dependencies> |
| 80 | + |
| 81 | + <properties> |
| 82 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 83 | + </properties> |
| 84 | +</project> |
0 commit comments