File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?><project-modules id =" moduleCoreId" project-version =" 1.5.0" >
2- <wb-module deploy-name =" spring-security-rest " >
2+ <wb-module deploy-name =" experiments " >
33 <wb-resource deploy-path =" /" source-path =" /target/m2e-wtp/web-resources" />
44 <wb-resource deploy-path =" /" source-path =" /src/main/webapp" tag =" defaultRootSource" />
55 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" />
66 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/resources" />
77 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/test/java" />
8- <property name =" context-root" value =" spring-security-rest " />
9- <property name =" java-output-path" value =" /spring-security-rest /target/classes" />
8+ <property name =" context-root" value =" experiments " />
9+ <property name =" java-output-path" value =" /experiments /target/classes" />
1010 </wb-module >
1111</project-modules >
Original file line number Diff line number Diff line change 22 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.baeldung</groupId >
5- <artifactId >spring-security-rest </artifactId >
5+ <artifactId >experiments </artifactId >
66 <version >0.1-SNAPSHOT</version >
77
8- <name >spring-security-rest </name >
8+ <name >experiments </name >
99 <packaging >war</packaging >
1010
1111 <dependencies >
194194 </dependencies >
195195
196196 <build >
197- <finalName >spring-security-rest </finalName >
197+ <finalName >experiments </finalName >
198198 <resources >
199199 <resource >
200200 <directory >src/main/resources</directory >
You can’t perform that action at this time.
0 commit comments