0

I am facing a weird issue. I don't know whether it is an "apache-tomcat-5.5.25 with Openejb" issue or Eclipse.

I have one Maven project. I do maven clean and maven install. After that I add that project into "apache-tomcat-5.5.25 with Openejb" server and then publish the project into the server.

The problems start here. When I check the published lib folder, I find that some of the jar files have an extra extension of ".jar". For example "xyz.jar" becomes "xyz.jar.jar".

Any ideas why this happens?

Leigh
  • 28,765
  • 10
  • 55
  • 103
Mahendra Athneria
  • 1,203
  • 3
  • 16
  • 32

1 Answers1

0

Follow the problem upstream: What did Maven produce in it's target folder?

If it's there, too, run Maven with -X, write the log into a file and search that file for the broken JAR name.

Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820