From 7f943882cf2cc34bf6e162700cce7e541bfa11aa Mon Sep 17 00:00:00 2001 From: bwalding Date: Thu, 27 Mar 2003 10:27:27 +0000 Subject: [PATCH] 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 --- war/plugin.jelly | 1 + 1 file changed, 1 insertion(+) diff --git a/war/plugin.jelly b/war/plugin.jelly index d467c563..7bdebe17 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -42,6 +42,7 @@ +