bloritsch 2003/06/17 07:04:28
Modified: fortress/tools maven.xml
Log:
messy, but it works
Revision Changes Path
1.3 +9 -3 avalon/fortress/tools/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/avalon/fortress/tools/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 17 Jun 2003 13:34:01 -0000 1.2
+++ maven.xml 17 Jun 2003 14:04:28 -0000 1.3
@@ -29,15 +29,21 @@
</j:if>
</goal>
- <preGoal name="avalon:copy-sources">
- <ant:copy todir="${build.src.dir}">
- <ant:fileset dir="${basedir}/../container/src/java">
+ <preGoal name="java:compile">
+ <attainGoal name="avalon:init"/>
+ <ant:copy todir="${java.src.dir}">
+ <ant:fileset dir="${basedir}/../container/src/impl">
<ant:include name="**/role/ServiceMetaManager*"/>
<ant:include name="**/dag/*"/>
<ant:include name="**/util/Service*"/>
</ant:fileset>
</ant:copy>
</preGoal>
+
+ <postGoal name="java:compile">
+ <ant:delete dir="${java.src.dir}/org/apache/avalon/fortress/impl"/>
+ <ant:delete dir="${java.src.dir}/org/apache/avalon/fortress/util"/>
+ </postGoal>
<!-- include the avalon-wide custom goal decorators from maven-common.xml -->
<j:import file="${avalon.buildsystem}/maven-common.xml" inherit="true"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]