Revert "HBASE-17082 ForeignExceptionUtil isnt packaged when building shaded protocol with -Pcompile-protobuf; Attempted Fix"
This reverts commit 8847a70902
.
We committed two 'attempted fixes'. This is a revert of the first
attempt. It did not work. Sorry for confusion. I used the same
commit message so it could be awkward unraveling.
This commit is contained in:
parent
08cb550ccd
commit
0f7a7f4751
|
@ -191,7 +191,8 @@
|
||||||
<!--Where to compile protos into-->
|
<!--Where to compile protos into-->
|
||||||
<classes.dir>${project.build.directory}/protoc-generated-classes</classes.dir>
|
<classes.dir>${project.build.directory}/protoc-generated-classes</classes.dir>
|
||||||
<!--When the compile for this profile runs, make sure it makes jars that
|
<!--When the compile for this profile runs, make sure it makes jars that
|
||||||
can be related back to this shading profile. Give them a shading prefix.
|
can be related back to this shading profile. Give them the shading profile
|
||||||
|
name as a prefix.
|
||||||
-->
|
-->
|
||||||
<jar.finalName>${profile.id}.${project.artifactId}-${project.version}</jar.finalName>
|
<jar.finalName>${profile.id}.${project.artifactId}-${project.version}</jar.finalName>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue