Skip to content

Commit 57ee054

Browse files
authored
HBASE-29821 Fix maven-source-plugin duplicate jar failure (#7619)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 7bb620d commit 57ee054

4 files changed

Lines changed: 0 additions & 29 deletions

File tree

hbase-hadoop2-compat/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ limitations under the License.
147147

148148
<build>
149149
<plugins>
150-
<!-- Make a jar and put the sources in the jar -->
151-
<plugin>
152-
<groupId>org.apache.maven.plugins</groupId>
153-
<artifactId>maven-source-plugin</artifactId>
154-
</plugin>
155150
<plugin>
156151
<!--Make it so assembly:single does nothing in here-->
157152
<artifactId>maven-assembly-plugin</artifactId>

hbase-http/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -239,20 +239,6 @@
239239
<skipAssembly>true</skipAssembly>
240240
</configuration>
241241
</plugin>
242-
<!-- Make a jar and put the sources in the jar -->
243-
<plugin>
244-
<groupId>org.apache.maven.plugins</groupId>
245-
<artifactId>maven-source-plugin</artifactId>
246-
<executions>
247-
<execution>
248-
<goals>
249-
<goal>jar</goal>
250-
<goal>test-jar</goal>
251-
</goals>
252-
<phase>package</phase>
253-
</execution>
254-
</executions>
255-
</plugin>
256242
<!-- Testing plugins -->
257243
<plugin>
258244
<artifactId>maven-surefire-plugin</artifactId>

hbase-protocol/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@
5151
</dependencies>
5252
<build>
5353
<plugins>
54-
<!-- Make a jar and put the sources in the jar -->
55-
<plugin>
56-
<groupId>org.apache.maven.plugins</groupId>
57-
<artifactId>maven-source-plugin</artifactId>
58-
</plugin>
5954
<plugin>
6055
<!--Make it so assembly:single does nothing in here-->
6156
<artifactId>maven-assembly-plugin</artifactId>

hbase-rsgroup/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,6 @@
189189
<skipAssembly>true</skipAssembly>
190190
</configuration>
191191
</plugin>
192-
<!-- Make a jar and put the sources in the jar -->
193-
<plugin>
194-
<groupId>org.apache.maven.plugins</groupId>
195-
<artifactId>maven-source-plugin</artifactId>
196-
</plugin>
197192
<plugin>
198193
<groupId>org.xolstice.maven.plugins</groupId>
199194
<artifactId>protobuf-maven-plugin</artifactId>

0 commit comments

Comments
 (0)