There actually isn't an extend. All projects are dependent only on
commons-site.jsl and the menu includes. There actually isn't any
inheritance of the project.xml because there were issues with users
building distributions with maven when the dependency (commons-build)
wasn't present there.
-Mark
Martin Cooper wrote:
Since every component needs to do this, would it work to add this to
commons-build/project.xml, so that it's included as part of the
<extend>?
--
Martin Cooper
On 13 Dec 2004 04:07:18 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
psteitz 2004/12/12 20:07:18
Modified: math project.xml
Log:
Get NOTICE.txt included in META-INF of distribution jars.
Revision Changes Path
1.56 +10 -1 jakarta-commons/math/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/math/project.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- project.xml 10 Dec 2004 05:12:52 -0000 1.55
+++ project.xml 13 Dec 2004 04:07:17 -0000 1.56
@@ -164,6 +164,15 @@
</resource>
</resources>
</unitTest>
+ <resources>
+ <resource>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>NOTICE.txt</include>
+ </includes>
+ <targetPath>META-INF</targetPath>
+ </resource>
+ </resources>
</build>
<reports>
<report>maven-changes-plugin</report>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]