maven-ear-plugin
maven ear plugin not picking up application.xml
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?[详细]
2023-04-12 00:17 分类:问答Maven dependency resolution and scope overriding
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[详细]
2023-04-08 21:26 分类:问答Create complete EAR Project with Maven and Eclipse Helios
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.[详细]
2023-03-22 19:23 分类:问答JBossXBException
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[详细]
2023-03-02 09:03 分类:问答application.xml for Jboss 6
Can we package ear for jboss 6 ? What will be application.xml uri ?? <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-02-28 22:39 分类:问答How to add WAR inside EAR with Maven
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?[详细]
2023-02-14 03:33 分类:问答Maven EAR: ejb module + application client (app client) module
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[详细]
2023-02-12 07:31 分类:问答Multiple identical jar files in an ear file
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[详细]
2023-01-27 13:43 分类:问答Has maven changed ear-element from "defaultjavabundledir" to "defaultlibbundledir", if so when?
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[详细]
2023-01-24 22:57 分类:问答Maven: Use the filtering mechanism for text files not under 'resources'?
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).[详细]
2023-01-22 09:54 分类:问答