temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
gk5885 | ac4764e | 2009-08-04 19:11:39 +0000 | [diff] [blame] | 6 | <parent> |
temporal | 742e409 | 2008-08-27 19:25:48 +0000 | [diff] [blame] | 7 | <groupId>com.google</groupId> |
temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 8 | <artifactId>google</artifactId> |
temporal | 742e409 | 2008-08-27 19:25:48 +0000 | [diff] [blame] | 9 | <version>1</version> |
gk5885 | ac4764e | 2009-08-04 19:11:39 +0000 | [diff] [blame] | 10 | </parent> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 11 | |
temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 12 | <groupId>com.google.protobuf</groupId> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 13 | <artifactId>protobuf-parent</artifactId> |
Paul Yang | 7f3e237 | 2017-01-31 09:17:32 -0800 | [diff] [blame] | 14 | <version>3.2.0</version> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 15 | <packaging>pom</packaging> |
| 16 | |
| 17 | <name>Protocol Buffers [Parent]</name> |
| 18 | <inceptionYear>2008</inceptionYear> |
| 19 | <url>https://developers.google.com/protocol-buffers/</url> |
temporal | cc93043 | 2008-07-21 20:28:30 +0000 | [diff] [blame] | 20 | <description> |
| 21 | Protocol Buffers are a way of encoding structured data in an efficient yet |
| 22 | extensible format. |
| 23 | </description> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 24 | |
| 25 | <properties> |
| 26 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 27 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 28 | |
| 29 | <!-- These are relative to the submodules --> |
| 30 | <protobuf.basedir>${project.basedir}/../..</protobuf.basedir> |
| 31 | <protobuf.source.dir>${protobuf.basedir}/src</protobuf.source.dir> |
| 32 | <protoc>${protobuf.source.dir}/protoc</protoc> |
| 33 | <test.proto.dir>src/test/proto</test.proto.dir> |
| 34 | <generated.sources.dir>${project.build.directory}/generated-sources</generated.sources.dir> |
| 35 | <generated.testsources.dir>${project.build.directory}/generated-test-sources</generated.testsources.dir> |
Jisi Liu | cf14183 | 2016-04-28 14:34:59 -0700 | [diff] [blame] | 36 | <generated.sources.lite.dir>${project.build.directory}/generated-sources-lite</generated.sources.lite.dir> |
| 37 | <generated.testsources.lite.dir>${project.build.directory}/generated-test-sources-lite</generated.testsources.lite.dir> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 38 | </properties> |
| 39 | |
temporal | cc93043 | 2008-07-21 20:28:30 +0000 | [diff] [blame] | 40 | <licenses> |
| 41 | <license> |
[email protected] | 24bf56f | 2008-09-24 20:31:01 +0000 | [diff] [blame] | 42 | <name>New BSD license</name> |
Sebastian Schuberth | 6395a1c | 2017-02-28 09:50:58 +0100 | [diff] [blame^] | 43 | <url>https://opensource.org/licenses/BSD-3-Clause</url> |
temporal | cc93043 | 2008-07-21 20:28:30 +0000 | [diff] [blame] | 44 | <distribution>repo</distribution> |
| 45 | </license> |
| 46 | </licenses> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 47 | |
temporal | cc93043 | 2008-07-21 20:28:30 +0000 | [diff] [blame] | 48 | <scm> |
Feng Xiao | e428862 | 2014-10-01 16:26:23 -0700 | [diff] [blame] | 49 | <url>https://github.com/google/protobuf</url> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 50 | <connection>scm:git:https://github.com/google/protobuf.git</connection> |
temporal | cc93043 | 2008-07-21 20:28:30 +0000 | [diff] [blame] | 51 | </scm> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 52 | |
| 53 | <distributionManagement> |
| 54 | <snapshotRepository> |
| 55 | <id>sonatype-nexus-staging</id> |
| 56 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 57 | </snapshotRepository> |
| 58 | <repository> |
| 59 | <id>sonatype-nexus-staging</id> |
| 60 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 61 | </repository> |
| 62 | </distributionManagement> |
| 63 | |
| 64 | <dependencyManagement> |
| 65 | <dependencies> |
| 66 | <dependency> |
| 67 | <groupId>junit</groupId> |
| 68 | <artifactId>junit</artifactId> |
Jisi Liu | 3b3c8ab | 2016-03-30 11:39:59 -0700 | [diff] [blame] | 69 | <version>4.12</version> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 70 | <scope>test</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>org.easymock</groupId> |
| 74 | <artifactId>easymock</artifactId> |
| 75 | <version>2.2</version> |
| 76 | <scope>test</scope> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.easymock</groupId> |
| 80 | <artifactId>easymockclassextension</artifactId> |
| 81 | <version>2.2.1</version> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
| 85 | <groupId>com.google.guava</groupId> |
| 86 | <artifactId>guava</artifactId> |
| 87 | <version>18.0</version> |
| 88 | </dependency> |
| 89 | </dependencies> |
| 90 | </dependencyManagement> |
| 91 | |
temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 92 | <build> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 93 | <pluginManagement> |
| 94 | <plugins> |
| 95 | <plugin> |
| 96 | <artifactId>maven-compiler-plugin</artifactId> |
Christopher Tubbs | eb7f3a3 | 2016-11-04 02:11:55 -0400 | [diff] [blame] | 97 | <version>3.6.0</version> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 98 | <configuration> |
| 99 | <source>1.6</source> |
| 100 | <target>1.6</target> |
| 101 | </configuration> |
| 102 | </plugin> |
| 103 | <plugin> |
| 104 | <artifactId>maven-source-plugin</artifactId> |
| 105 | <version>2.4</version> |
| 106 | <executions> |
| 107 | <execution> |
| 108 | <id>attach-sources</id> |
| 109 | <goals> |
| 110 | <goal>jar-no-fork</goal> |
| 111 | </goals> |
| 112 | </execution> |
| 113 | </executions> |
| 114 | </plugin> |
| 115 | <plugin> |
| 116 | <artifactId>maven-javadoc-plugin</artifactId> |
| 117 | <version>2.10.3</version> |
| 118 | <executions> |
| 119 | <execution> |
| 120 | <id>attach-javadocs</id> |
| 121 | <goals> |
| 122 | <goal>jar</goal> |
| 123 | </goals> |
| 124 | </execution> |
| 125 | </executions> |
| 126 | </plugin> |
| 127 | <plugin> |
| 128 | <artifactId>maven-jar-plugin</artifactId> |
| 129 | <version>2.6</version> |
| 130 | </plugin> |
| 131 | <plugin> |
| 132 | <groupId>org.codehaus.mojo</groupId> |
| 133 | <artifactId>build-helper-maven-plugin</artifactId> |
| 134 | <version>1.10</version> |
| 135 | </plugin> |
| 136 | <plugin> |
| 137 | <groupId>org.apache.felix</groupId> |
| 138 | <artifactId>maven-bundle-plugin</artifactId> |
| 139 | <version>3.0.1</version> |
| 140 | </plugin> |
| 141 | <plugin> |
| 142 | <artifactId>maven-antrun-plugin</artifactId> |
| 143 | <version>1.8</version> |
| 144 | </plugin> |
| 145 | </plugins> |
| 146 | </pluginManagement> |
temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 147 | </build> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 148 | |
gk5885 | ac4764e | 2009-08-04 19:11:39 +0000 | [diff] [blame] | 149 | <profiles> |
| 150 | <profile> |
Jisi Liu | b386c73 | 2015-03-03 16:27:10 -0800 | [diff] [blame] | 151 | <id>release</id> |
| 152 | <build> |
| 153 | <plugins> |
| 154 | <plugin> |
Feng Xiao | fa52702 | 2016-07-18 15:56:33 -0700 | [diff] [blame] | 155 | <groupId>org.apache.maven.plugins</groupId> |
| 156 | <artifactId>maven-source-plugin</artifactId> |
| 157 | <version>2.2.1</version> |
| 158 | <executions> |
| 159 | <execution> |
| 160 | <id>attach-sources</id> |
| 161 | <goals> |
| 162 | <goal>jar-no-fork</goal> |
| 163 | </goals> |
| 164 | </execution> |
| 165 | </executions> |
| 166 | </plugin> |
| 167 | <plugin> |
| 168 | <groupId>org.apache.maven.plugins</groupId> |
| 169 | <artifactId>maven-javadoc-plugin</artifactId> |
| 170 | <version>2.9.1</version> |
| 171 | <executions> |
| 172 | <execution> |
| 173 | <id>attach-javadocs</id> |
| 174 | <goals> |
| 175 | <goal>jar</goal> |
| 176 | </goals> |
| 177 | </execution> |
| 178 | </executions> |
| 179 | </plugin> |
| 180 | <plugin> |
Jisi Liu | b386c73 | 2015-03-03 16:27:10 -0800 | [diff] [blame] | 181 | <artifactId>maven-gpg-plugin</artifactId> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 182 | <version>1.6</version> |
Jisi Liu | b386c73 | 2015-03-03 16:27:10 -0800 | [diff] [blame] | 183 | <executions> |
| 184 | <execution> |
| 185 | <id>sign-artifacts</id> |
| 186 | <phase>verify</phase> |
| 187 | <goals> |
| 188 | <goal>sign</goal> |
| 189 | </goals> |
| 190 | </execution> |
| 191 | </executions> |
| 192 | </plugin> |
| 193 | <plugin> |
| 194 | <groupId>org.sonatype.plugins</groupId> |
| 195 | <artifactId>nexus-staging-maven-plugin</artifactId> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 196 | <version>1.6.6</version> |
Jisi Liu | b386c73 | 2015-03-03 16:27:10 -0800 | [diff] [blame] | 197 | <extensions>true</extensions> |
| 198 | <configuration> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 199 | <serverId>sonatype-nexus-staging</serverId> |
| 200 | <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 201 | <autoReleaseAfterClose>false</autoReleaseAfterClose> |
gk5885 | ac4764e | 2009-08-04 19:11:39 +0000 | [diff] [blame] | 202 | </configuration> |
| 203 | </plugin> |
| 204 | </plugins> |
| 205 | </build> |
| 206 | </profile> |
| 207 | </profiles> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 208 | |
| 209 | <modules> |
| 210 | <module>core</module> |
Feng Xiao | 047a3b4 | 2016-07-13 18:09:10 -0700 | [diff] [blame] | 211 | <!-- <module>lite</module> --> |
nmittler | 49efe9d | 2016-01-08 09:19:11 -0800 | [diff] [blame] | 212 | <module>util</module> |
| 213 | </modules> |
| 214 | |
temporal | 40ee551 | 2008-07-10 02:12:20 +0000 | [diff] [blame] | 215 | </project> |