Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linghuiluo authored Jan 3, 2020
1 parent 4f4e23a commit b860b29
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,7 @@ Please check out the following projects:

1. Create an empty maven project.
2. Add MagpieBridge and Gson into the pom.xml of your project (see [here](https://github.com/MagpieBridge/Tutorial2/blob/master/pom.xml)).
~~~
<dependencies>
<dependency>
<groupId>magpiebridge</groupId>
<artifactId>magpiebridge</artifactId>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
</dependencies>
~~~

3. Create a mainClass called [TutorialMain.java](https://github.com/MagpieBridge/Tutorial2/blob/master/src/main/java/TutorialMain.java) in your project and add `maven-shade-plugin` to the pom.xml and speicify the mainClass under configuration (see [here](https://github.com/MagpieBridge/Tutorial2/blob/master/pom.xml)). This is used to create a JAR file containing every dependency you need for running your language server.
~~~
<plugin>
Expand Down

0 comments on commit b860b29

Please sign in to comment.