Skip to content

Commit bf73e7c

Browse files
authored
Update README.md
1 parent ccccebc commit bf73e7c

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ When using Maven, add the following dependency to your `pom.xml`:
1515
<groupId>org.moeaframework</groupId>
1616
<artifactId>jmetal-plugin</artifactId>
1717
<version>6.2.2</version>
18+
<type>jar</type>
19+
<classifier>jar-with-dependencies</classifier>
1820
</dependency>
1921
```
2022

21-
Otherwise, download and add the `.jar` file from the [Releases](https://github.com/MOEAFramework/JMetal-Plugin/releases) page
22-
to the classpath, which is typically the `MOEAFramework/lib/` folder. We recommend using the `-jar-with-dependencies` file as
23-
it includes the appropriate JMetal version and its dependencies.
23+
This references the `jar-with-dependencies` to ensure the appropriate JMetal version is included. You may also remove this
24+
classifier to use the regular `jar` file.
25+
26+
If not using Maven, download and add the `.jar` file from the [Releases](https://github.com/MOEAFramework/JMetal-Plugin/releases) page
27+
to the classpath, which is typically the `MOEAFramework/lib/` folder.
2428

2529
## Supported Versions
2630

0 commit comments

Comments
 (0)