Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.3
-
None
-
None
-
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: C:\sviluppo\apache-maven\bin\..
Java version: 1.6.0_25, vendor: Sun Microsystems Inc.
Java home: C:\sviluppo\Java\jdk1.6.0_25\jre
Default locale: it_IT, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: C:\sviluppo\apache-maven\bin\.. Java version: 1.6.0_25, vendor: Sun Microsystems Inc. Java home: C:\sviluppo\Java\jdk1.6.0_25\jre Default locale: it_IT, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Description
I have a EAR module in maven.
I use maven-ear-plugin to generate application.xml.
When I run mvn ant:ant application.xml is not be genarated by maven so ear module build not work.
If i build with maven the I got application.xml file and then all work well.
Do you beliebe is it possible add to ant the possibility to generate file, whit plugin information?
It's useful when you have jar module included in webapp module included in ear module.