Skip to content

Commit

Permalink
fix: build error 'parameter 'descriptor' has been removed from the pl…
Browse files Browse the repository at this point in the history
…ugin, please verify documentation.'
  • Loading branch information
dingxin-tech committed Jan 26, 2025
1 parent be448be commit d9083ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion odps-sdk/odps-sdk-graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>src/main/assembly/assembly.xml</descriptor>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
Expand Down
4 changes: 3 additions & 1 deletion odps-sdk/odps-sdk-mapred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptor>src/main/assembly/assembly.xml</descriptor>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d9083ad

Please sign in to comment.