brett 2004/01/27 14:27:42
Modified: dashboard/src/plugin-test project.properties
Log:
must set properties so they aren't picked up from maven's build when run via the
reactor
Revision Changes Path
1.4 +5 -0 maven-plugins/dashboard/src/plugin-test/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 6 Jan 2004 19:07:36 -0000 1.3
+++ project.properties 27 Jan 2004 22:27:42 -0000 1.4
@@ -6,3 +6,8 @@
maven.checkstyle.header.file = ${basedir}/LICENSE.txt
offline=true
+
+# MUST specify these, even though they are the defaults, so we can run inside
reactor where they were already set
+maven.multiproject.basedir=${basedir}
+maven.multiproject.includes=*/project.xml
+maven.multiproject.excludes=
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]