Can those two coexist for the same project?

link|improve this question

1  
Can you elaborate on why you are asking the question? Do you want to be able to have 2 independent build mechanisms or do you want them to integrate with each other? – Kevin Stembridge Feb 26 '11 at 15:12
@user496949: yes you can – SyntaxT3rr0r Feb 26 '11 at 15:24
feedback

2 Answers

up vote 3 down vote accepted

The simple answer is YES, you can do that

Suggestion: Doing that is like constructing the same building using two different mechanisms and machines. It is better to choose which one would suit you the best after experimenting with it and discard one of them to avoid a maintenance overhead.

link|improve this answer
feedback

Yes , but why would you do that to yourself? Basically , they won't bother each other , so you can have the pom.xml of maven + a build file for ant , and maintain the dependencies for each one manually - but how does it serves you to have both of them? IMHO , everything you can do with ant , you can do with maven

link|improve this answer
1  
IMHO, and it the opinion of many, Maven is just an amazingly bloated piece of garbage... – SyntaxT3rr0r Feb 26 '11 at 15:23
1  
@SyntaxT3rrOr: I think the core purpose maven was built for is great. However , people started using it as a "OneStopShop" for whatever they wanted , just because they can - which made it bloated. The core , IMHO , is still good – yossale Feb 26 '11 at 15:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.