[ http://jira.codehaus.org/browse/MEAR-30?page=all ] Stephane Nicoll closed MEAR-30: -------------------------------
Assign To: Stephane Nicoll Resolution: Cannot Reproduce Tried with various settings and I can't reproduce. Winzip shows indeed a meta-inf directory instead of META-INF but when unzipped it looks good. There is no reference to meta-inf in the ear plugin (in the archiver either BTW). Please attach a sample project and the JBoss stacktrace if it's still reproductible. On which OS are you running? > 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 > Assignee: Stephane Nicoll > > > 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