Maven uses newer maven-assembly-plugin than official Apache release
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
maven2 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: maven2
The maven-assembly-
I get:
stain@ubuntu01:
..
[INFO] Copying xom-1.0.jar to /home/stain/
[INFO] Copying xom-1.0.pom to /home/stain/
[INFO] [assembly:single {execution: default}]
[INFO] Reading assembly descriptor: src/main/
[INFO] -------
[ERROR] BUILD ERROR
[INFO] -------
[INFO] Error reading assemblies: Error reading descriptor at: src/main/
[INFO] -------
[INFO] For more information, run Maven with the -e switch
[INFO] -------
If I replace /usr/share/
I'll create and attach to this bug a mini-version of our Java project as the whole build is quite large.
ProblemType: Bug
Architecture: amd64
Date: Tue Mar 30 14:55:57 2010
DistroRelease: Ubuntu 9.10
Package: maven2 2.2.1-1
PackageArchitec
ProcEnviron:
LANG=en_GB.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: maven2
Uname: Linux 2.6.31-16-server x86_64
See attached mini-project.
/usr/bin/mvn clean install fails, while ~/apache- maven-2. 2.1/bin/ mvn clean install works.
It turns out that the 'real' bug in my project is that yes, the tag <finalName> is not allowed according to the XSD - and in fact I get the same error if I use <soup> instead. The question is why is Ubuntu Maven strict on this, while standalone Apache Maven is not? Different XML libraries?