1
0

[LOGGING-118] Generate source and binary archives.

Replace the single assembly with separate source and binary assemblies.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@597240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-11-21 22:50:06 +00:00
parent c5c5714602
commit db26961e91
5 changed files with 84 additions and 57 deletions

View File

@@ -381,11 +381,11 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-1</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<!-- Do not deploy the assemblies to the repository. -->
<attach>false</attach>
<descriptors>
<descriptor>src/assembly/assembly.xml</descriptor>
<descriptor>src/assembly/bin.xml</descriptor>
<descriptor>src/assembly/src.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>