Skip to content

Commit d9083ad

Browse files
committed
fix: build error 'parameter 'descriptor' has been removed from the plugin, please verify documentation.'
1 parent be448be commit d9083ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

odps-sdk/odps-sdk-graph/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-assembly-plugin</artifactId>
5050
<configuration>
51-
<descriptor>src/main/assembly/assembly.xml</descriptor>
51+
<descriptors>
52+
<descriptor>src/main/assembly/assembly.xml</descriptor>
53+
</descriptors>
5254
</configuration>
5355
<executions>
5456
<execution>

odps-sdk/odps-sdk-mapred/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-assembly-plugin</artifactId>
5050
<configuration>
51-
<descriptor>src/main/assembly/assembly.xml</descriptor>
51+
<descriptors>
52+
<descriptor>src/main/assembly/assembly.xml</descriptor>
53+
</descriptors>
5254
</configuration>
5355
<executions>
5456
<execution>

0 commit comments

Comments
 (0)