Hi all,
I've started fixing MPJAVA-8, and have a question: is the propertie
maven.final.name still valid or is it deprecated and I should just use
pom.artifactId instead? And if it is still valid, where is it defined?
I'm asking because I don't want to fix this bug leaving some plugins
inconsistent. For instance, maven-war sets:
maven.war.final.name = ${pom.artifactId}.war
but maven-ejb uses:
maven.ejb.final.name = ${maven.final.name}.jar
So, which one should be used?
-- Felipe
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]