I am using jbosscc-seam-archtype 1.2 and I am putting the application.xml in EAR project, under /src/main/application/META-INF/ but the maven-ear-plugin is not picking it up. any suggestion?
Disclaimer (I originally asked the question in a very detailed manner over here.I\'ve excer开发者_如何学JAVApted it here as the maven-users mailing list has gone quiet on this question.) (not just an
I read some articles about how to set up eclipse and maven to create a new empty ear project but all solutions weren\'t complete or are to old.
I have an ear file that is generated through Maven EAR plugin. The ear file has only one module which is the ejb module. I am able to deploy it to JBoss 4.2.1-GA inside Eclipse but when I tried runnin
Can we package ear for jboss 6 ? What will be application.xml uri ?? <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I have EAR with an application and I need to extend this app with my own code that is packaged as a WAR. Is there a maven plugin that can help me开发者_JAVA百科 with putting the WAR inside the EAR?
I want to create an EAR project that consists of an EJB 3.1 module and an app client module, the app client talking to the ejb module through @Remote interface... I have done this many times in the pa
I have produced an ear file with a war file inside but the ear file contains jar files which are already in the lib folder of the war file. How can I remove the duplicate jar files and where should th
In a POM-file i found a \"maven-ear-plugin\" configuration that uses \"default开发者_Go百科JavaBundleDir\", but it seems that \"defaultLibBundleDir\" is the correct (according to the schema and variou
I need to customize a number of XML files which are not under resources (in particular, they are under an EAR\'s project sr开发者_StackOverflow社区c/main/application).