forked from CalculatorApps/WebApp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
log.txt
196 lines (196 loc) · 13.1 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
Build log: new change in github
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T13:28:13+05:30)
Maven home: D:\DevOps\maven\apache-maven-3.5.2-bin\apache-maven-3.5.2
Java version: 1.8.0_151, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_151\jre
Default locale: en_IN, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building WebApp Maven Webapp 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ WebApp ---
[INFO] Deleting D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building WebApp Maven Webapp 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ WebApp ---
[INFO] Verifying that there are no local modifications...
[INFO] ignoring changes on: **\pom.xml.next, **\release.properties, **\pom.xml.branch, **\pom.xml.tag, **\pom.xml.backup, **\pom.xml.releaseBackup
[INFO] Executing: cmd.exe /X /C "git status --porcelain"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'WebApp Maven Webapp'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building WebApp Maven Webapp 1.0.0-RC-4
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ WebApp ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ WebApp ---
[INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\src\main\resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ WebApp ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ WebApp ---
[INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\src\test\resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ WebApp ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ WebApp ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ WebApp ---
[INFO] [INFO] Packaging webapp
[INFO] [INFO] Assembling webapp [WebApp] in [D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\WebApp-1.0.0-RC-4]
[INFO] [INFO] Processing war project
[INFO] [INFO] Copying webapp resources [D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\src\main\webapp]
[INFO] [INFO] Webapp assembled in [93 msecs]
[INFO] [INFO] Building war: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\WebApp-1.0.0-RC-4.war
[INFO] [INFO] WEB-INF\web.xml already added, skipping
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 9.264 s
[INFO] [INFO] Finished at: 2017-12-04T20:21:57+05:30
[INFO] [INFO] Final Memory: 15M/95M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "git add -- pom.xml"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git status --porcelain"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git commit --verbose -F C:\Users\MANOHA~1\AppData\Local\Temp\maven-scm-193506278.commit pom.xml"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git symbolic-ref HEAD"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git push https://github.com/DIGITALAPPLICATION/WebApp.git master:master"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Tagging release with the label WebApp-1.0.0-RC-4...
[INFO] Executing: cmd.exe /X /C "git tag -F C:\Users\MANOHA~1\AppData\Local\Temp\maven-scm-736033994.commit WebApp-1.0.0-RC-4"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git push https://github.com/DIGITALAPPLICATION/WebApp.git WebApp-1.0.0-RC-4"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git ls-files"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Transforming 'WebApp Maven Webapp'...
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: cmd.exe /X /C "git add -- pom.xml"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git status --porcelain"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git commit --verbose -F C:\Users\MANOHA~1\AppData\Local\Temp\maven-scm-244404283.commit pom.xml"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git symbolic-ref HEAD"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Executing: cmd.exe /X /C "git push https://github.com/DIGITALAPPLICATION/WebApp.git master:master"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp
[INFO] Release preparation complete.
[INFO]
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ WebApp ---
[INFO] Checking out the project to perform the release ...
[INFO] Executing: cmd.exe /X /C "git clone --branch WebApp-1.0.0-RC-4 https://github.com/DIGITALAPPLICATION/WebApp.git D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target
[INFO] Executing: cmd.exe /X /C "git ls-remote https://github.com/DIGITALAPPLICATION/WebApp.git"
[INFO] Working directory: C:\Users\MANOHA~1\AppData\Local\Temp
[INFO] Executing: cmd.exe /X /C "git fetch https://github.com/DIGITALAPPLICATION/WebApp.git"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout
[INFO] Executing: cmd.exe /X /C "git checkout WebApp-1.0.0-RC-4"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout
[INFO] Executing: cmd.exe /X /C "git ls-files"
[INFO] Working directory: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout
[INFO] Invoking perform goals in directory D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout
[INFO] Executing goals 'deploy'...
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING]
[INFO] [WARNING] Some problems were encountered while building the effective model for com.devops.webapp:WebApp:war:1.0.0-RC-4
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing.
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing.
[INFO] [WARNING]
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING]
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING]
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building WebApp Maven Webapp 1.0.0-RC-4
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ WebApp ---
[INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\src\main\resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ WebApp ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ WebApp ---
[INFO] [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\src\test\resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ WebApp ---
[INFO] [INFO] No sources to compile
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ WebApp ---
[INFO] [INFO] No tests to run.
[INFO] [INFO]
[INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ WebApp ---
[INFO] [INFO] Packaging webapp
[INFO] [INFO] Assembling webapp [WebApp] in [D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\target\WebApp-1.0.0-RC-4]
[INFO] [INFO] Processing war project
[INFO] [INFO] Copying webapp resources [D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\src\main\webapp]
[INFO] [INFO] Webapp assembled in [88 msecs]
[INFO] [INFO] Building war: D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\target\WebApp-1.0.0-RC-4.war
[INFO] [INFO] WEB-INF\web.xml already added, skipping
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ WebApp >>>
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ WebApp <<<
[INFO] [INFO]
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ WebApp ---
[INFO] [INFO] No sources in project. Archive not created.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:3.0.0-M1:jar (attach-javadocs) @ WebApp ---
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ WebApp ---
[INFO] [INFO] Installing D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\target\WebApp-1.0.0-RC-4.war to C:\Users\manoharkumarreddy14\.m2\repository\com\devops\webapp\WebApp\1.0.0-RC-4\WebApp-1.0.0-RC-4.war
[INFO] [INFO] Installing D:\DevOps\GitHub\DIGITALAPPLICATION\WebApp\target\checkout\pom.xml to C:\Users\manoharkumarreddy14\.m2\repository\com\devops\webapp\WebApp\1.0.0-RC-4\WebApp-1.0.0-RC-4.pom
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ WebApp ---
[INFO] [INFO] Uploading to deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/1.0.0-RC-4/WebApp-1.0.0-RC-4.war
[INFO] [INFO] Uploaded to deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/1.0.0-RC-4/WebApp-1.0.0-RC-4.war (2.5 kB at 212 B/s)
[INFO] [INFO] Uploading to deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/1.0.0-RC-4/WebApp-1.0.0-RC-4.pom
[INFO] [INFO] Uploaded to deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/1.0.0-RC-4/WebApp-1.0.0-RC-4.pom (2.1 kB at 231 B/s)
[INFO] [INFO] Downloading from deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/maven-metadata.xml
[INFO] [INFO] Downloaded from deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/maven-metadata.xml (344 B at 78 B/s)
[INFO] [INFO] Uploading to deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/maven-metadata.xml
[INFO] [INFO] Uploaded to deployment: http://localhost:8081/nexus/content/repositories/releases/com/devops/webapp/WebApp/maven-metadata.xml (380 B at 247 B/s)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 54.430 s
[INFO] [INFO] Finished at: 2017-12-04T20:23:31+05:30
[INFO] [INFO] Final Memory: 22M/127M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:05 min
[INFO] Finished at: 2017-12-04T20:23:33+05:30
[INFO] Final Memory: 10M/54M
[INFO] ------------------------------------------------------------------------