[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:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user