Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is Eclipse exporting sources in war?

Tags:

eclipse

I'm trying to export a WAR in eclipse, from a maven project. when I click File > Export > War File, then a dialog is show with the option "Include source Files". This option is not checked (is a checkbox) and eclipse is still exporting the WAR with the source files. I also tried, to check that option and still output the war with the source. I am running Indigo on Linux 64bit.


1 Answers

I've the same problem. Looks like a bug which is already reported to the eclipse team :

  • https://bugs.eclipse.org/bugs/show_bug.cgi?id=386069
  • https://bugs.eclipse.org/bugs/show_bug.cgi?id=389715
like image 76
Hajo Thelen Avatar answered Mar 28 '26 22:03

Hajo Thelen