|
1 | 1 | [](http://www.apache.org/licenses/LICENSE-2.0)
|
2 | 2 | [](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
3 |
| -[](http://search.maven.org/#artifactdetails|com.igormaznitsa|mvn-golang-wrapper|2.3.1|jar) |
| 3 | +[](http://search.maven.org/#artifactdetails|com.igormaznitsa|mvn-golang-wrapper|2.3.2|jar) |
4 | 4 | [](https://maven.apache.org/)
|
5 | 5 | [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
|
6 | 6 | [](http://yasobe.ru/na/iamoss)
|
7 | 7 |
|
8 | 8 | 
|
9 | 9 |
|
10 | 10 | # Changelog
|
11 |
| -__2.3.2 SNAPSHOT__ |
| 11 | +__2.3.2 (24-jun-2019)__ |
| 12 | + - updated maven archetypes |
12 | 13 | - fixed `mvn-golang:vet does not have maven dependency resolution` [#59](https://github.com/raydac/mvn-golang/issues/59)
|
13 | 14 | - default version of GoSDK updated to 1.12.6
|
14 | 15 |
|
@@ -36,15 +37,15 @@ __2.2.0 (13-may-2018)__
|
36 | 37 | # GO start!
|
37 | 38 | __Taste Go in just two commands!__
|
38 | 39 | ```
|
39 |
| -mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello -DarchetypeVersion=2.3.1 -DgroupId=com.go.test -DartifactId=gohello -Dversion=1.0-SNAPSHOT |
| 40 | +mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello -DarchetypeVersion=2.3.2 -DgroupId=com.go.test -DartifactId=gohello -Dversion=1.0-SNAPSHOT |
40 | 41 | mvn -f ./gohello/pom.xml package
|
41 | 42 | ```
|
42 | 43 | The First command in th snippet above generates a maven project with some test files and the second command builds the project.
|
43 | 44 | [Also you can take a look at the example `Hello world` project using the plugin](https://github.com/raydac/mvn-golang-example)
|
44 | 45 |
|
45 | 46 | If you want to generate a multi-module project, then you can use such snippet
|
46 | 47 | ```
|
47 |
| -mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello-multi -DarchetypeVersion=2.3.1 -DgroupId=com.go.test -DartifactId=gohello-multi -Dversion=1.0-SNAPSHOT |
| 48 | +mvn archetype:generate -B -DarchetypeGroupId=com.igormaznitsa -DarchetypeArtifactId=mvn-golang-hello-multi -DarchetypeVersion=2.3.2 -DgroupId=com.go.test -DartifactId=gohello-multi -Dversion=1.0-SNAPSHOT |
48 | 49 | ```
|
49 | 50 |
|
50 | 51 | # Introduction
|
@@ -84,7 +85,7 @@ Below described build section for simple golang project which keeps source in `s
|
84 | 85 | <plugin>
|
85 | 86 | <groupId>com.igormaznitsa</groupId>
|
86 | 87 | <artifactId>mvn-golang-wrapper</artifactId>
|
87 |
| - <version>2.3.1</version> |
| 88 | + <version>2.3.2</version> |
88 | 89 | <extensions>true</extensions>
|
89 | 90 | <executions>
|
90 | 91 | <execution>
|
|
0 commit comments