EAR plugin generates meta-inf rather than META-INF
--------------------------------------------------
Key: MEAR-30
URL: http://jira.codehaus.org/browse/MEAR-30
Project: Maven 2.x Ear Plugin
Type: Bug
Versions: 2.2
Reporter: Andreas Schildbach
When I run "mvn package" on my ear module, I get both "application.xml" and
"Manifest.mf" in a directory called "meta-inf" rather than the standard-conform
"META-INF". JBoss consequently cannot find application.xml in the EAR when
trying to deploy.
Here is my plugin config:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<displayName>name</displayName>
<description>description</description>
<version>1.4</version>
<modules>
<javaModule>
<groupId>group</groupId>
<artifactId>artifact</artifactId>
<includeInApplicationXml>true</includeInApplicationXml>
</javaModule>
</modules>
</configuration>
</plugin>
Maven-ear-plugin is resolved to version 2.2.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira