Browse Source

Remove domain extensions source code from built "src" artifact.

Ben Alex 19 năm trước cách đây
mục cha
commit
0c5c695842
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      doc/maven.xml

+ 2 - 0
doc/maven.xml

@@ -86,9 +86,11 @@
 			<ant:fileset dir="${basedir}/../core-tiger/src/main/java">
 				<ant:include name="**/*"/>
 			</ant:fileset>
+			<!-- These are deprecated, not part of Acegi Security, and shouldn't be included
 			<ant:fileset dir="${basedir}/../domain/src/main/java">
 				<ant:include name="**/*"/>
 			</ant:fileset>
+			-->
 			<ant:fileset dir="${basedir}/../adapters/cas/src/main/java">
 				<ant:include name="**/*"/>
 			</ant:fileset>