You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,6 @@ This is a project to build the swagger-core library, which is required for the S
43
43
### Change History
44
44
If you're interested in the change history of swagger and the swagger-core framework, see [here](https://github.com/swagger-api/swagger-core/wiki/Changelog).
45
45
46
-
47
46
### Prerequisites
48
47
You need the following installed and available in your $PATH:
49
48
@@ -52,7 +51,7 @@ You need the following installed and available in your $PATH:
52
51
* Jackson 2.4.2 or greater
53
52
54
53
55
-
### To build from source (currently 1.5.3-M2-SNAPSHOT)
54
+
### To build from source (currently 1.5.0)
56
55
```
57
56
# first time building locally
58
57
mvn -N
@@ -63,11 +62,7 @@ Subsequent builds:
63
62
mvn install
64
63
```
65
64
66
-
This will build the modules. To build sample apps, activate the `samples` profile:
67
-
68
-
```
69
-
mvn install -Psamples
70
-
```
65
+
This will build the modules.
71
66
72
67
Of course if you don't want to build locally you can grab artifacts from maven central:
0 commit comments