Skip to content

Commit 31cabac

Browse files
AXIS2-6085 Document build prerequisites including bash requirement
Add Prerequisites section to README.txt listing JDK 17+, Maven 3.9+, and bash shell. Bash is required by some Maven plugins and integration tests but was not previously documented, causing build failures on Windows without Git Bash or WSL.
1 parent 754a258 commit 31cabac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ ___________________
88
Building
99
===================
1010

11+
Prerequisites:
12+
- JDK 17 or later
13+
- Maven 3.9+ (http://maven.apache.org)
14+
- Bash shell (required by some Maven plugins and integration tests;
15+
available by default on Linux/macOS, use Git Bash or WSL on Windows)
16+
1117
We use Maven 3 (http://maven.apache.org) to build, and you'll find a
1218
pom.xml in each module, as well as at the top level. Use "mvn install"
1319
(or "mvn clean install" to clean up first) to build.

0 commit comments

Comments
 (0)