Questions tagged [ear-file]

4 questions
3
votes
1 answer

Maven assembly: ear with additional resources in a zip

I have a project that's made up out of an ear, some XSLT files, RNC schema files. I want to keep the XSLT, schema and document files external (for hot-replacement), and I want to package everything in a zip on release. Lets' name the project 'foo'.…
Sietse
  • 7,884
  • 12
  • 51
  • 65
2
votes
1 answer

exclude some source files from being deployed to the container

I have a EJB project in Eclipse that contains two source folder "ejbModule" and "test" where ejbModule contains source code for ejbs and test contains source code for the JUnit tests. when I export the ear file using the right click -> export, I…
Muhammad Hewedy
  • 29,102
  • 44
  • 127
  • 219
1
vote
0 answers

Is it possible to create same ear file in maven which is generated from ant in Ant to Maven migration?

I am trying to migrate enterprise application from ant to maven. Can we generate same kind of ear file in maven which is generated from ant? Because ant ear file has different folders in it along with group of jar and war files.Few folders contains…
Dev
  • 11
  • 2
1
vote
1 answer

force jboss 6 to pickup a jar after deployment

I have a webapp with a giant ear and it gets deployed. Once it's deployed it's in the deployment directory and it's locked. I want to be able to update the jars in this directory without having to restart/redeploy. I've tried various forms of…
Jolly1234
  • 1,577
  • 12
  • 9