Skip to content

Commit d4ee29f

Browse files
committed
HBASE-28784 Exclude samples and release-documentation zip of jaxws-ri from output tarball
1 parent 97de291 commit d4ee29f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1809,6 +1809,14 @@
18091809
<groupId>javax.activation</groupId>
18101810
<artifactId>javax.activation-api</artifactId>
18111811
</exclusion>
1812+
<exclusion>
1813+
<groupId>com.sun.xml.ws</groupId>
1814+
<artifactId>release-documentation</artifactId>
1815+
</exclusion>
1816+
<exclusion>
1817+
<groupId>com.sun.xml.ws</groupId>
1818+
<artifactId>samples</artifactId>
1819+
</exclusion>
18121820
</exclusions>
18131821
</dependency>
18141822
<dependency>

0 commit comments

Comments
 (0)