Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I am moving my project from Maven plus Antlib to pure Maven, maybe.
Right now I have a super pom with a dependencyManagement element. When I copied it and pasted that tag to the child pom used by Antlib it did not work. Now, because I am using Maven 2.0.5 and Antlib 2.0.4 I don't know whether the model format has changed or whether dependencyManagement never worked for Antlib.
Similarly we are using TeamCity 2.0EAP. Because of problems in 2.04 they upgraded to the prerelease 2.1, skipping 2.05 which of course does not exist. Now we have a problem that occurs in 2.1 which does not happen in 2.0.5. This has forced us back to TeamCity 1.2.
But the issue is that the Maven family should remain compatible. The only way to do that is to release all together. Instead we are using three versions of Maven, each with their idiosyncratic bugs and features.
I think it is an error to release a new version of core Maven without the others, which is why this is a bug and not a feature request.
The following email exchange mentions Jason will create a JIRA. I went looking for it but could not find it, so created this one.
Re: Ant Maven Tasks
Jason van Zyl
Wed, 21 Feb 2007 06:40:26 -0800
On 21 Feb 07, at 2:54 AM 21 Feb 07, Paul King wrote:
Hi,
I couldn't find any info regarding the status of the ant maven tasks
wrt to the 2.0.5 release. Are the ant tasks still at 2.0.4?
As already pointed out they will be released separately from Maven itself. They need some love, the Ant code itself has not changed at all so we simply could do a release with the new 2.0.5 code. If there is a lot of demand I'll look into it. I'll JIRA for it later this week and people can vote. We're making lots of headway doing plugin releases and I would still like to get 2.0.6 and 2.1-alpha-1 out relatively shortly so I probably won't have a ton of time to prepare a release. Someone else might though.
Jason.
Cheers, Paul.
My company is preparing a release, and our build system is already 2.0.5. Some bits of it are older and still use ant and getting rid of them isn't an option. Is this a priority for anyone right now?
If not, well, I'm going to have to get the ant tasks working with 2.0.5 for our builds anyway, probably sooner rather than later. My company is willing to let me contribute my fixes upstream as well, assuming the time investment isn't too large. Can someone point me in the right direction?