Files
maven-plugins/war
bwalding 7f943882cf o Although it is bad form to create class files in your source area, it does make development
a lot faster (no build / compile cycle for good containers).  
  So, *.class files that are under WEB-INF/classes in src/webapp 
  will be excluded from the final WAR.  

o This may break builds that rely on this behaviour.
o Ultimately I'd prefer a two phase war process, build the war in target/war and then 
   package it.  Then people could hook in before the packaging to cleanly do whatever they want.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113203 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 10:27:27 +00:00
..
2003-01-24 03:44:26 +00:00
2003-02-10 08:26:57 +00:00
2003-03-19 05:36:14 +00:00