Skip to content

Commit

Permalink
Merge pull request #1757 from kcooney/eclipse-maven
Browse files Browse the repository at this point in the history
Recommend generating Eclipse project files with Maven
  • Loading branch information
kcooney committed Feb 7, 2023
2 parents 354b727 + 933814e commit e50487c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 28 deletions.
10 changes: 0 additions & 10 deletions .classpath

This file was deleted.

18 changes: 0 additions & 18 deletions .project

This file was deleted.

12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
- 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.
- Whatever content You Contribute will be provided under the Project License(s).

## Building

### Command line

You need to have Maven and a JDK (at least version 1.5) installed.

Run `./mvnw verify` to build the code and run the tests

### Eclipse

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.

## Coding Conventions

### Formatting
Expand Down
Binary file removed lib/hamcrest-core-1.3-sources.jar
Binary file not shown.
Binary file removed lib/hamcrest-core-1.3.jar
Binary file not shown.

0 comments on commit e50487c

Please sign in to comment.