We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06d4422 + bf94afb commit c9aa675Copy full SHA for c9aa675
README.md
@@ -14,7 +14,7 @@ It was born while teaching to my students how to build and distribute their Java
14
15
## How to use this plugin
16
17
-### Config your project and package your app with Maven
+### Package your app with Maven
18
19
Add the following `plugin` tag to your `pom.xml`:
20
@@ -60,7 +60,7 @@ And execute the next command in project's root folder:
60
mvn package
61
```
62
63
-### Config your project and package your app with Gradle
+### Package your app with Gradle
64
65
Apply JavaPackager plugin in `build.gradle` using legacy mode (because at the moment it's only available in Maven Central repository):
66
0 commit comments