|
2 | 2 |
|
3 | 3 | [](http://www.apache.org/licenses/LICENSE-2.0)
|
4 | 4 | [](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
5 |
| -[](http://search.maven.org/#artifactdetails|com.igormaznitsa|mvn-golang-wrapper|2.3.4|jar) |
| 5 | +[](http://search.maven.org/#artifactdetails|com.igormaznitsa|mvn-golang-wrapper|2.3.5|jar) |
6 | 6 | [](https://maven.apache.org/)
|
7 | 7 | [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
|
8 | 8 | [](http://yasobe.ru/na/iamoss)
|
9 | 9 |
|
10 | 10 | # Changelog
|
11 |
| -__2.3.5 (SNAPSHOT)__ |
| 11 | +__2.3.5 (12-sep-2020)__ |
12 | 12 | - fixed bug in go.mod backup restore [#73](https://github.com/raydac/mvn-golang/issues/73)
|
13 | 13 | - default version of GoSDK updated to 1.15.2
|
14 | 14 |
|
@@ -42,15 +42,15 @@ __2.3.1 (14-apr-2019)__
|
42 | 42 | # GO start!
|
43 | 43 | __Taste Go in just two commands!__
|
44 | 44 | ```
|
45 |
| -mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello -DarchetypeVersion=2.3.4 -DgroupId=com.go.test -DartifactId=gohello -Dversion=1.0-SNAPSHOT |
| 45 | +mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello -DarchetypeVersion=2.3.5 -DgroupId=com.go.test -DartifactId=gohello -Dversion=1.0-SNAPSHOT |
46 | 46 | mvn -f ./gohello/pom.xml package
|
47 | 47 | ```
|
48 | 48 | The First command in th snippet above generates a maven project with some test files and the second command builds the project.
|
49 | 49 | [Also you can take a look at the example `Hello world` project using the plugin](https://github.com/raydac/mvn-golang-example)
|
50 | 50 |
|
51 | 51 | If you want to generate a multi-module project, then you can use such snippet
|
52 | 52 | ```
|
53 |
| -mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello-multi -DarchetypeVersion=2.3.4 -DgroupId=com.go.test -DartifactId=gohello-multi -Dversion=1.0-SNAPSHOT |
| 53 | +mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello-multi -DarchetypeVersion=2.3.5 -DgroupId=com.go.test -DartifactId=gohello-multi -Dversion=1.0-SNAPSHOT |
54 | 54 | ```
|
55 | 55 |
|
56 | 56 | # Introduction
|
@@ -90,7 +90,7 @@ Below described build section for simple golang project which keeps source in `s
|
90 | 90 | <plugin>
|
91 | 91 | <groupId>com.igormaznitsa</groupId>
|
92 | 92 | <artifactId>mvn-golang-wrapper</artifactId>
|
93 |
| - <version>2.3.4</version> |
| 93 | + <version>2.3.5</version> |
94 | 94 | <extensions>true</extensions>
|
95 | 95 | <executions>
|
96 | 96 | <execution>
|
|
0 commit comments