Skip to content

Commit

Permalink
refine release config (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuohai666 authored Jul 19, 2021
1 parent 1cb15fa commit 646e554
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<module>shenyu-metrics</module>
<module>shenyu-spi</module>
<module>shenyu-register-center</module>
<module>shenyu-dist</module>
<module>shenyu-disruptor</module>
<module>shenyu-protocol</module>
<module>shenyu-dist</module>
</modules>

<licenses>
Expand Down
2 changes: 0 additions & 2 deletions shenyu-dist/shenyu-admin-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,7 @@
<descriptors>
<descriptor>${project.basedir}/src/main/assembly/binary.xml</descriptor>
</descriptors>
<attach>true</attach>
<tarLongFileMode>posix</tarLongFileMode>
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 0 additions & 2 deletions shenyu-dist/shenyu-bootstrap-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@
<descriptors>
<descriptor>${project.basedir}/src/main/assembly/binary.xml</descriptor>
</descriptors>
<attach>true</attach>
<tarLongFileMode>posix</tarLongFileMode>
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 0 additions & 2 deletions shenyu-dist/shenyu-src-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
<descriptors>
<descriptor>src/main/assembly/source.xml</descriptor>
</descriptors>
<attach>true</attach>
<tarLongFileMode>posix</tarLongFileMode>
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 646e554

Please sign in to comment.