File tree 18 files changed +128
-16
lines changed
spring-security-basic-auth
spring-security-mvc-custom
spring-security-mvc-digest-auth
spring-security-mvc-login
spring-security-mvc-session
spring-security-rest-custom
18 files changed +128
-16
lines changed Original file line number Diff line number Diff line change 30
30
<classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
31
31
<attributes >
32
32
<attribute name =" maven.pomderived" value =" true" />
33
+ <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
33
34
</attributes >
34
35
</classpathentry >
35
36
<classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 1
1
DELEGATES_PREFERENCE =delegateValidatorList
2
2
USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
3
3
USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
4
- USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633
5
+ disabled =06target
5
6
eclipse.preferences.version =1
6
7
override =true
7
8
suspend =false
Original file line number Diff line number Diff line change 138
138
139
139
<plugins >
140
140
141
+ <plugin >
142
+ <groupId >org.apache.maven.plugins</groupId >
143
+ <artifactId >maven-compiler-plugin</artifactId >
144
+ <version >${maven-compiler-plugin.version} </version >
145
+ <configuration >
146
+ <source >1.7</source >
147
+ <target >1.7</target >
148
+ </configuration >
149
+ </plugin >
150
+
151
+ <plugin >
152
+ <groupId >org.apache.maven.plugins</groupId >
153
+ <artifactId >maven-war-plugin</artifactId >
154
+ <version >${maven-war-plugin.version} </version >
155
+ </plugin >
156
+
141
157
<plugin >
142
158
<groupId >org.apache.maven.plugins</groupId >
143
159
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 27
27
<attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
28
28
</attributes >
29
29
</classpathentry >
30
+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
31
+ <attributes >
32
+ <attribute name =" optional" value =" true" />
33
+ <attribute name =" maven.pomderived" value =" true" />
34
+ </attributes >
35
+ </classpathentry >
30
36
<classpathentry kind =" output" path =" target/classes" />
31
37
</classpath >
Original file line number Diff line number Diff line change 1
1
DELEGATES_PREFERENCE =delegateValidatorList
2
2
USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
3
3
USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
4
- USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633
5
+ disabled =06target
5
6
eclipse.preferences.version =1
6
7
override =true
7
8
suspend =false
Original file line number Diff line number Diff line change 143
143
144
144
<plugins >
145
145
146
+ <plugin >
147
+ <groupId >org.apache.maven.plugins</groupId >
148
+ <artifactId >maven-compiler-plugin</artifactId >
149
+ <version >${maven-compiler-plugin.version} </version >
150
+ <configuration >
151
+ <source >1.7</source >
152
+ <target >1.7</target >
153
+ </configuration >
154
+ </plugin >
155
+
156
+ <plugin >
157
+ <groupId >org.apache.maven.plugins</groupId >
158
+ <artifactId >maven-war-plugin</artifactId >
159
+ <version >${maven-war-plugin.version} </version >
160
+ </plugin >
161
+
146
162
<plugin >
147
163
<groupId >org.apache.maven.plugins</groupId >
148
164
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 16
16
<attribute name =" maven.pomderived" value =" true" />
17
17
</attributes >
18
18
</classpathentry >
19
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 " >
19
+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
20
20
<attributes >
21
21
<attribute name =" maven.pomderived" value =" true" />
22
+ <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
22
23
</attributes >
23
24
</classpathentry >
24
- <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
25
+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
26
+ <attributes >
27
+ <attribute name =" optional" value =" true" />
28
+ <attribute name =" maven.pomderived" value =" true" />
29
+ </attributes >
30
+ </classpathentry >
31
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
25
32
<attributes >
26
33
<attribute name =" maven.pomderived" value =" true" />
27
- <attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
28
34
</attributes >
29
35
</classpathentry >
30
36
<classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nul
6
6
org.eclipse.jdt.core.compiler.annotation.nullanalysis =disabled
7
7
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
8
8
org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
9
- org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
10
9
org.eclipse.jdt.core.compiler.compliance =1.7
11
- org.eclipse.jdt.core.compiler.debug.lineNumber =generate
12
- org.eclipse.jdt.core.compiler.debug.localVariable =generate
13
- org.eclipse.jdt.core.compiler.debug.sourceFile =generate
14
10
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface =warning
15
11
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
16
12
org.eclipse.jdt.core.compiler.problem.autoboxing =ignore
Original file line number Diff line number Diff line change 1
1
DELEGATES_PREFERENCE =delegateValidatorList
2
2
USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
3
3
USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
4
- USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633
5
+ disabled =06target
5
6
eclipse.preferences.version =1
6
7
override =true
7
8
suspend =false
Original file line number Diff line number Diff line change 93
93
<dependency >
94
94
<groupId >com.google.guava</groupId >
95
95
<artifactId >guava</artifactId >
96
- <version >14.0.1 </version >
96
+ <version >${guava.version} </version >
97
97
</dependency >
98
98
99
99
<!-- test scoped -->
137
137
</resources >
138
138
139
139
<plugins >
140
-
140
+
141
+ <plugin >
142
+ <groupId >org.apache.maven.plugins</groupId >
143
+ <artifactId >maven-compiler-plugin</artifactId >
144
+ <version >${maven-compiler-plugin.version} </version >
145
+ <configuration >
146
+ <source >1.7</source >
147
+ <target >1.7</target >
148
+ </configuration >
149
+ </plugin >
150
+
151
+ <plugin >
152
+ <groupId >org.apache.maven.plugins</groupId >
153
+ <artifactId >maven-war-plugin</artifactId >
154
+ <version >${maven-war-plugin.version} </version >
155
+ </plugin >
156
+
141
157
<plugin >
142
158
<groupId >org.apache.maven.plugins</groupId >
143
159
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 27
27
<attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
28
28
</attributes >
29
29
</classpathentry >
30
+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
31
+ <attributes >
32
+ <attribute name =" optional" value =" true" />
33
+ <attribute name =" maven.pomderived" value =" true" />
34
+ </attributes >
35
+ </classpathentry >
30
36
<classpathentry kind =" output" path =" target/classes" />
31
37
</classpath >
Original file line number Diff line number Diff line change 1
1
DELEGATES_PREFERENCE =delegateValidatorList
2
2
USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
3
3
USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
4
- USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633
5
+ disabled =06target
5
6
eclipse.preferences.version =1
6
7
override =true
7
8
suspend =false
Original file line number Diff line number Diff line change 135
135
136
136
<plugins >
137
137
138
+ <plugin >
139
+ <groupId >org.apache.maven.plugins</groupId >
140
+ <artifactId >maven-compiler-plugin</artifactId >
141
+ <version >${maven-compiler-plugin.version} </version >
142
+ <configuration >
143
+ <source >1.7</source >
144
+ <target >1.7</target >
145
+ </configuration >
146
+ </plugin >
147
+
148
+ <plugin >
149
+ <groupId >org.apache.maven.plugins</groupId >
150
+ <artifactId >maven-war-plugin</artifactId >
151
+ <version >${maven-war-plugin.version} </version >
152
+ </plugin >
153
+
138
154
<plugin >
139
155
<groupId >org.apache.maven.plugins</groupId >
140
156
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 27
27
<attribute name =" org.eclipse.jst.component.dependency" value =" /WEB-INF/lib" />
28
28
</attributes >
29
29
</classpathentry >
30
+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
31
+ <attributes >
32
+ <attribute name =" optional" value =" true" />
33
+ <attribute name =" maven.pomderived" value =" true" />
34
+ </attributes >
35
+ </classpathentry >
30
36
<classpathentry kind =" output" path =" target/classes" />
31
37
</classpath >
Original file line number Diff line number Diff line change 1
1
DELEGATES_PREFERENCE =delegateValidatorList
2
2
USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
3
3
USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
4
- USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633
5
+ disabled =06target
5
6
eclipse.preferences.version =1
6
7
override =true
7
8
suspend =false
Original file line number Diff line number Diff line change 143
143
144
144
<plugins >
145
145
146
+ <plugin >
147
+ <groupId >org.apache.maven.plugins</groupId >
148
+ <artifactId >maven-compiler-plugin</artifactId >
149
+ <version >${maven-compiler-plugin.version} </version >
150
+ <configuration >
151
+ <source >1.7</source >
152
+ <target >1.7</target >
153
+ </configuration >
154
+ </plugin >
155
+
156
+ <plugin >
157
+ <groupId >org.apache.maven.plugins</groupId >
158
+ <artifactId >maven-war-plugin</artifactId >
159
+ <version >${maven-war-plugin.version} </version >
160
+ </plugin >
161
+
146
162
<plugin >
147
163
<groupId >org.apache.maven.plugins</groupId >
148
164
<artifactId >maven-surefire-plugin</artifactId >
Original file line number Diff line number Diff line change 16
16
<attribute name =" maven.pomderived" value =" true" />
17
17
</attributes >
18
18
</classpathentry >
19
- <classpathentry kind =" src" path =" src/test/java" />
19
+ <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
20
+ <attributes >
21
+ <attribute name =" optional" value =" true" />
22
+ <attribute name =" maven.pomderived" value =" true" />
23
+ </attributes >
24
+ </classpathentry >
20
25
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7" >
21
26
<attributes >
22
27
<attribute name =" maven.pomderived" value =" true" />
Original file line number Diff line number Diff line change 1
1
DELEGATES_PREFERENCE =delegateValidatorList
2
2
USER_BUILD_PREFERENCE =enabledBuildValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
3
3
USER_MANUAL_PREFERENCE =enabledManualValidatorListorg.eclipse.jst.j2ee.internal.classpathdep.ClasspathDependencyValidator;
4
- USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.303.v201202090300
4
+ USER_PREFERENCE =overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.402.v201212031633
5
+ disabled =06target
5
6
eclipse.preferences.version =1
6
7
override =true
7
8
suspend =false
You can’t perform that action at this time.
0 commit comments