diff options
Diffstat (limited to 'aspectjweaver/pom.xml')
-rw-r--r-- | aspectjweaver/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 921401691..3552ab630 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -122,8 +122,8 @@ <goal>single</goal> </goals> <configuration> - <classifier>sources</classifier> - <finalName>aspectjweaver-${project.version}</finalName> + <!-- The assembly ID 'sources' becomes the artifact classifier, exactly what we want --> + <appendAssemblyId>true</appendAssemblyId> <archive> </archive> <descriptors> |