Skip to content

Commit

Permalink
Remove classifier from Maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Jul 1, 2024
1 parent 37206cf commit 80039b5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ When using Maven, add the following dependency to your `pom.xml`:
<groupId>org.moeaframework</groupId>
<artifactId>jmetal-plugin</artifactId>
<version>6.2.3</version>
<type>jar</type>
<classifier>jar-with-dependencies</classifier>
</dependency>
```

This references the `jar-with-dependencies` to ensure the appropriate JMetal version is included. You may also remove this
classifier to use the regular `jar` file.

If not using Maven, download and add the `.jar` file from the [Releases](https://github.com/MOEAFramework/JMetal-Plugin/releases) page
to the classpath, which is typically the `MOEAFramework/lib/` folder.
Otherwise, download and add the `.jar` file from the [Releases](https://github.com/MOEAFramework/JMetal-Plugin/releases) page
to the classpath, which is typically the `MOEAFramework/lib/` folder. Note we also publish a `-jar-with-dependencies`
version that includes the appropriate version of JMetal.

## Supported Versions

Expand Down

0 comments on commit 80039b5

Please sign in to comment.