1
0

Add a combined source and binary assembly.

It differs from the one produced by Ant in these areas:
- the docs folder is called site
- the complete src/ directory is included, not just src/java/
- all files necessary to build the product using Ant, Maven 1 and Maven 2 are included
- the *-ide.zip file is not created or included

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@496002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-01-13 23:35:57 +00:00
parent d78683113f
commit 8bcde7bbc8
2 changed files with 58 additions and 3 deletions

View File

@@ -304,11 +304,12 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<!--
<configuration>
<descriptor>src/maven/assembly/bin-distro.xml</descriptor>
<descriptors>
<descriptor>src/assembly/assembly.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
-->
</plugin>
</plugins>