This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
commit e1dde41efc20a00ef27c6bfa184178c5f33964a6 Author: Gary Gregory <[email protected]> AuthorDate: Tue Sep 1 08:06:37 2026 -0400 Generate binary assembly. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index abbf85f..c234e13 100644 --- a/pom.xml +++ b/pom.xml @@ -506,6 +506,16 @@ limitations under the License. </execution> </executions> </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>src/assembly/bin.xml</descriptor> + <descriptor>src/assembly/src.xml</descriptor> + </descriptors> + <tarLongFileMode>gnu</tarLongFileMode> + </configuration> + </plugin> </plugins> </build> </profile>
