소스 검색

Improve debugging.

Ben Alex 19 년 전
부모
커밋
8bef3d20af
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      samples/contacts/maven.xml

+ 4 - 0
samples/contacts/maven.xml

@@ -8,6 +8,10 @@
 	    <echo>The "war" goal is deprecated. Use "multiwar:multiwar" instead.</echo>
     </goal>
     
+    <goal name="war:war">
+	    <echo>The "war" goal is deprecated. Use "multiwar:multiwar" instead.</echo>
+    </goal>
+
     <goal name="multiwar:multiwar">
     	<!-- needed otherwise first custom artifact (cas) doesn't get built) -->
         <attainGoal name="acegisecurity:war"/>