aboutsummaryrefslogtreecommitdiffstats
path: root/aspectjrt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'aspectjrt/pom.xml')
-rw-r--r--aspectjrt/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/aspectjrt/pom.xml b/aspectjrt/pom.xml
index 341b83fd6..930ba02ca 100644
--- a/aspectjrt/pom.xml
+++ b/aspectjrt/pom.xml
@@ -99,14 +99,14 @@
</execution>
<execution>
- <id>aspectjrt-src-assembly</id>
+ <id>aspectjrt-sources-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
- <classifier>sources</classifier>
- <finalName>aspectjrt-${project.version}</finalName>
+ <!-- The assembly ID 'sources' becomes the artifact classifier, exactly what we want -->
+ <appendAssemblyId>true</appendAssemblyId>
<archive>
</archive>
<descriptors>