Skip to content

Commit 06e1fab

Browse files
1 parent 77f14e6 commit 06e1fab

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,19 @@ If you came here because you heard about Velocity somewhere on the web, this is
5757

5858
![Maven](https://soujavablog.files.wordpress.com/2015/05/maven.png)
5959

60-
This project build with Maven and the maven-plugin.
60+
This project should be build with Maven +3.0.5 and the maven-plugin.
61+
* [Maven =3.0.5](https://maven.apache.org/download.cgi)
62+
```
63+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz 2013-05-24 13:57 4.9M
64+
[TXT] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz.asc 2013-05-24 13:57 195
65+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz.md5 2013-05-24 13:57 32
66+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz.sha1 2013-05-24 13:57 40
67+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip 2013-05-24 13:57 5.6M
68+
[TXT] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip.asc 2013-05-24 13:57 195
69+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip.md5 2013-05-24 13:57 32
70+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip.sha1 2013-05-24 13:57 40
71+
```
72+
6173

6274
Some people may say: "Why not use SBT if this is a Scala project, or maybe why not Gradle?"
6375

gatling/readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ Requirements
1212

1313
Have installed:
1414

15-
* [Maven 2+](https://maven.apache.org/download.cgi)
15+
* [Maven =3.0.5](https://maven.apache.org/download.cgi)
16+
```
17+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz 2013-05-24 13:57 4.9M
18+
[TXT] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz.asc 2013-05-24 13:57 195
19+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz.md5 2013-05-24 13:57 32
20+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.tar.gz.sha1 2013-05-24 13:57 40
21+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip 2013-05-24 13:57 5.6M
22+
[TXT] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip.asc 2013-05-24 13:57 195
23+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip.md5 2013-05-24 13:57 32
24+
[ ] https://archive.apache.org/dist/maven/binaries/apache-maven-3.0.5-bin.zip.sha1 2013-05-24 13:57 40
25+
```
26+
1627
* [OpenJDK 7+](http://openjdk.java.net/install/)
1728
* [Jenkins 1.6+](https://jenkins-ci.org/) *In case you want to configure the CI project.
1829

0 commit comments

Comments
 (0)