aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-07-13 18:09:10 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-07-13 18:09:10 -0700
commit047a3b4852c38c46b2c28109a57c629d00def43c (patch)
tree4f90203d4db440a7ae2dd74a077f9e1ecd9e6d7d
parentdd37b992bef77ce9648c5a29a9bce53a17fb5f1f (diff)
downloadprotobuf-047a3b4852c38c46b2c28109a57c629d00def43c.tar.gz
protobuf-047a3b4852c38c46b2c28109a57c629d00def43c.tar.bz2
protobuf-047a3b4852c38c46b2c28109a57c629d00def43c.zip
Exclude Java lite module from parent pom.xml
-rw-r--r--java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 7a1a91f8..870325be 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -182,7 +182,7 @@
<modules>
<module>core</module>
- <module>lite</module>
+ <!-- <module>lite</module> -->
<module>util</module>
</modules>