Skip to content

Commit 5e6c7b9

Browse files
committed
Remove Sample Pom Generation
Fixes: gh-520
1 parent 5f79dba commit 5e6c7b9

File tree

7 files changed

+3
-598
lines changed

7 files changed

+3
-598
lines changed

gradle/sample-war.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
apply from: JAVA_SCRIPT
2-
apply from: MAVEN_DEPLOYMENT_SCRIPT
32

43
apply plugin: 'war'
54
apply plugin: 'jetty'
65

76
sonarqube {
87
skipProject = true
98
}
10-
11-
build.dependsOn generatePom

samples/odm/pom.xml

Lines changed: 0 additions & 206 deletions
This file was deleted.

samples/odm/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The core Spring application context of the sample is defined in resources/applic
66
This ApplicationContext will start an in-process Apache Directory Server instance, automatically populated
77
with some test data. The data will be reset every time the application is restarted.
88

9-
To run the example, do `gradle jettyRun` or `mvn jetty:run`, and then navigate to `http://localhost:8080/spring-ldap-plain-sample`
9+
To run the example, do `gradle jettyRun`, and then navigate to `http://localhost:8080/spring-ldap-plain-sample`

0 commit comments

Comments
 (0)