Skip to content

Commit 933814e

Browse files
committed
Recommend generating Eclipse project files with Maven
1 parent 354b727 commit 933814e

5 files changed

+12
-28
lines changed

.classpath

-10
This file was deleted.

.project

-18
This file was deleted.

CONTRIBUTING.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
- You will only Submit Contributions to which You have the necessary rights. This means that if You are employed You have received the necessary permissions from Your employer to make the Contributions.
55
- Whatever content You Contribute will be provided under the Project License(s).
66

7+
## Building
8+
9+
### Command line
10+
11+
You need to have Maven and a JDK (at least version 1.5) installed.
12+
13+
Run `./mvnw verify` to build the code and run the tests
14+
15+
### Eclipse
16+
17+
Maven can generate project files for Eclipse. See [these instructions](https://mkyong.com/maven/how-to-convert-maven-java-project-to-support-eclipse-ide/) for details.
18+
719
## Coding Conventions
820

921
### Formatting

lib/hamcrest-core-1.3-sources.jar

-31.9 KB
Binary file not shown.

lib/hamcrest-core-1.3.jar

-44 KB
Binary file not shown.

0 commit comments

Comments
 (0)