You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlgraphics.apache.org by ss...@apache.org on 2023/03/28 15:19:14 UTC

[xmlgraphics-website] branch master updated: FOP-3113: Build documentation missing maven

This is an automated email from the ASF dual-hosted git repository.

ssteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xmlgraphics-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 76711105 FOP-3113: Build documentation missing maven
76711105 is described below

commit 7671110548ec67fd87e774c6d1af2fd07c17a0b8
Author: Simon Steiner <ss...@apache.org>
AuthorDate: Tue Mar 28 16:19:03 2023 +0100

    FOP-3113: Build documentation missing maven
---
 content/fop/2.8/compiling.mdtext | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/fop/2.8/compiling.mdtext b/content/fop/2.8/compiling.mdtext
index ddd47e79..56fbd820 100644
--- a/content/fop/2.8/compiling.mdtext
+++ b/content/fop/2.8/compiling.mdtext
@@ -25,6 +25,10 @@ The build script uses [Apache Ant](http://ant.apache.org/), a popular Java-based
 
  [Apache Ant](http://ant.apache.org/) (Version 1.7 or later) must be installed in order to build FOP. Following best practices we don't include Ant with FOP anymore. You can find the [instructions to install Ant in the Ant manual](http://ant.apache.org/manual/) on the web.
 
+### Apache Maven { #env-maven}
+
+[Apache Maven](https://maven.apache.org/) (Version 3.6 or later) must be installed in order to build FOP. You can find the [instructions to install Maven in the Maven manual](https://maven.apache.org/install.html) on the web.
+
 ## Run the Build Script { #build-script}
 
 Change to the FOP root directory and build FOP by executing the build script (build.xml) using the "ant" command.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: commits-help@xmlgraphics.apache.org