File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.devopsdemo.tutorial</groupId >
6- <artifactId >addressbook </artifactId >
6+ <artifactId >sampleapp </artifactId >
77 <packaging >war</packaging >
88 <version >2.0</version >
99 <name >Vaadin Addressbook example</name >
193193 </plugin >
194194
195195 </plugins >
196- <finalName >addressbook </finalName >
196+ <finalName >sampleapp </finalName >
197197 </build >
198198
199199
369369 <dependencies >
370370 <dependency >
371371 <groupId >com.devopsdemo.tutorial</groupId >
372- <artifactId >addressbook </artifactId >
372+ <artifactId >sampleapp </artifactId >
373373 <version >${project.version} </version >
374374 </dependency >
375375 </dependencies >
408408 <dependencies >
409409 <dependency >
410410 <groupId >com.devopsdemo.tutorial</groupId >
411- <artifactId >addressbook </artifactId >
411+ <artifactId >sampleapp </artifactId >
412412 <version >${project.version} </version >
413413 </dependency >
414414 </dependencies >
450450 <artifactId >maven-checkstyle-plugin</artifactId >
451451 <version >2.9.1</version >
452452 <configuration >
453- <configLocation >addressbook -build/checkstyle.xml</configLocation >
453+ <configLocation >sampleapp -build/checkstyle.xml</configLocation >
454454 </configuration >
455455 </plugin >
456456 <plugin >
You can’t perform that action at this time.
0 commit comments