dion 2003/10/21 22:46:56
Modified: . project.properties
Log:
Allow html2xdoc docs
Revision Changes Path
1.48 +25 -18 maven/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/maven/project.properties,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- project.properties 14 Oct 2003 23:47:44 -0000 1.47
+++ project.properties 22 Oct 2003 05:46:56 -0000 1.48
@@ -4,11 +4,23 @@
maven.final.name = maven
maven.announcement = beta10
+maven.build.dir = ${basedir}/target
+maven.gen.docs = ${maven.build.dir}/generated-xdocs
+
+
+maven.jar.manifest = manifest.mf
# -------------------------------------------------------------------
-# C H E C K S T Y L E P R O P E R T I E S
+# T E S T I N G
# -------------------------------------------------------------------
+# This is to test a feature where a value is defined in a properties file
+# and is available for use inside the POM.
+pomProperty = value
+
+# -------------------------------------------------------------------
+# C H E C K S T Y L E P R O P E R T I E S
+# -------------------------------------------------------------------
maven.checkstyle.properties = ${basedir}/checkstyle.xml
# -------------------------------------------------------------------
@@ -19,9 +31,11 @@
# -------------------------------------------------------------------
# J A V A D O C P R O P E R T I E S
# -------------------------------------------------------------------
-
maven.javadoc.links = http://jakarta.apache.org/commons/jelly/apidocs/,
http://jakarta.apache.org/commons/betwixt/apidocs/, http://werkz.werken.com/apidocs/
+# -------------------------------------------------------------------
+# X D O C P R O P E R T I E S
+# -------------------------------------------------------------------
# Display the date on the Maven web site
maven.xdoc.date = left
maven.xdoc.date.format = dd MMMM yyyy HH:mm z
@@ -29,21 +43,6 @@
# Display the maven version the web site is documenting
maven.xdoc.version = ${pom.currentVersion}
-maven.jar.manifest = manifest.mf
-
-# -------------------------------------------------------------------
-# T E S T I N G
-# -------------------------------------------------------------------
-
-# This is to test a feature where a value is defined in a properties file
-# and is available for use inside the POM.
-
-pomProperty = value
-
-maven.build.dir = ${basedir}/target
-maven.gen.docs = ${maven.build.dir}/generated-xdocs
-
-
#------------------------------------------------------------------
# M U L T I P R O J E C T - A L L P L U G I N G S
#------------------------------------------------------------------
@@ -56,7 +55,15 @@
#maven.multiproject.overviewPage.linkTitle=Plugins
maven.multiproject.overviewPage.text=The following plugins are provided along with
Maven
+#------------------------------------------------------------------
+# N S I S P R O P E R T I E S
+#------------------------------------------------------------------
maven.nsis.src=${basedir}/src/installer/nsis
maven.nsis.logo=${maven.nsis.src}/maven.bmp
maven.nsis.logo.position=left
-maven.nsis.logo.widthHeight=70
\ No newline at end of file
+maven.nsis.logo.widthHeight=70
+
+#------------------------------------------------------------------
+# H T M L 2 X D O C P R O P E R T I E S
+#------------------------------------------------------------------
+maven.html2xdoc.enable=true
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]