aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2015-08-17 23:17:48 +0000
committerSebastian Bazley <sebb@apache.org>2015-08-17 23:17:48 +0000
commiteaed3ff5cb46bd78038c362bc3706e26da92f85b (patch)
treeef586ff93377613492c1afb731a87ff9252e3f43 /pom.xml
parent25aeeeff73ce086ce4fb7d2e108b981f445d3b28 (diff)
downloadapache-commons-bcel-eaed3ff5cb46bd78038c362bc3706e26da92f85b.tar.gz
Assembly descriptors now in standard location
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1696351 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 51942b04..b8dfd3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,10 +220,6 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
- <descriptors>
- <descriptor>src/main/assembly/bin.xml</descriptor>
- <descriptor>src/main/assembly/src.xml</descriptor>
- </descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>