From aae43d177ccefac3da7f11b510098fe3a066324b Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Mon, 18 Aug 2008 21:50:48 +0000 Subject: [PATCH] Placed both integration test modules in test. The OpenLDAP version is run only if using the profile "openldap". --- mvn-build/pom.xml | 2 +- .../integration-tests-openldap/pom.xml | 2 +- .../core/LdapTemplateSearchResultITest.java | 0 .../src/test/resources/conf/ldap.properties | 0 .../conf/ldapTemplateTestContext.xml | 0 .../src/test/resources/log4j.properties | 0 .../{ => test}/integration-tests/pom.xml | 2 +- .../java/org/springframework/ldap/Person.java | 0 .../ldap/PersonAttributesMapper.java | 0 .../ldap/PersonContextMapper.java | 0 .../core/DummyDistinguishedNameConsumer.java | 0 .../core/support/DummyBaseLdapPathAware.java | 0 .../ldap/filter/DummyFilterConsumer.java | 0 .../compensating/manager/DummyDao.java | 0 .../compensating/manager/DummyException.java | 0 .../manager/DummyServiceImpl.java | 0 .../manager/LdapAndJdbcDummyDaoImpl.java | 0 .../manager/LdapDummyDaoImpl.java | 0 .../DummyDaoLdapAndHibernateImpl.java | 0 .../manager/hibernate/OrgPerson.java | 0 .../manager/hibernate/OrgPersonDao.java | 0 .../src/test/java/log4j.properties | 0 .../AbstractLdapTemplateIntegrationTest.java | 0 .../ldap/InvalidBackslashITest.java | 0 .../LdapTemplateAttributesMapperITest.java | 0 .../ldap/LdapTemplateBindUnbindITest.java | 0 .../ldap/LdapTemplateContextExecutorTest.java | 0 .../ldap/LdapTemplateContextMapperITest.java | 0 .../ldap/LdapTemplateListITest.java | 0 .../ldap/LdapTemplateLookupITest.java | 0 .../ldap/LdapTemplateModifyITest.java | 0 .../ldap/LdapTemplateNoBaseSuffixITest.java | 0 ...LdapTemplateObjectBindIntegrationTest.java | 0 .../LdapTemplateRecursiveDeleteITest.java | 0 .../ldap/LdapTemplateRenameITest.java | 0 .../ldap/LdapTemplateSearchCountITest.xls | Bin .../ldap/LdapTemplateSearchResultITest.java | 0 .../ldap/control/SupportedControlsITest.java | 0 .../core/DistinguishedNameEditorITest.java | 0 .../ldap/core/DnParsePerformanceITest.java | 0 .../core/simple/SimpleLdapTemplateITest.java | 0 .../BaseLdapPathBeanPostprocessorITest.java | 0 .../core/support/LdapContextSourcelITest.java | 0 .../LdapContextSourcelMultiServerITest.java | 0 .../HardcodedFilterIntegrationTest.java | 0 ...urceTransactionManagerIntegrationTest.java | 0 ...urceTransactionManagerIntegrationTest.java | 0 ...nateTransactionManagerIntegrationTest.java | 0 .../src/test/java/setup_data.ldif | 0 .../src/test/java/teardown_data.ldif | 0 .../src/test/resources/conf/OrgPerson.hbm.xml | 0 .../test/resources/conf/apacheDsContext.xml | 0 ...orMultiContextSourceOneSpecTestContext.xml | 0 ...ProcessorMultiContextSourceTestContext.xml | 0 ...ostProcessorNoContextSourceTestContext.xml | 0 ...stProcessorPropertyOverrideTestContext.xml | 0 .../baseLdapPathPostProcessorTestContext.xml | 0 ...athPostProcessorTransactionTestContext.xml | 0 .../test/resources/conf/commonTestContext.xml | 0 .../distinguishedNameEditorTestContext.xml | 0 .../conf/hardcodedFilterTestContext.xml | 0 .../src/test/resources/conf/ldap.properties | 0 ...ldapAndHibernateTransactionTestContext.xml | 0 .../ldapAndJdbcTransactionTestContext.xml | 0 .../conf/ldapContextSourceTestContext.xml | 0 .../conf/ldapTemplateAcegiTestContext.xml | 0 .../ldapTemplateNoBaseSuffixTestContext.xml | 0 .../ldapTemplateObjectBindTestContext.xml | 0 .../conf/ldapTemplateTestContext.xml | 0 .../ldapTemplateTransactionTestContext.xml | 0 .../conf/rootContextSourceTestContext.xml | 0 .../conf/simpleLdapTemplateTestContext.xml | 0 .../src/test/resources/log4j.properties | 0 .../src/test/resources/setup_data.ldif | 0 mvn-build/test/pom.xml | 56 ++++++++++++++++++ 75 files changed, 59 insertions(+), 3 deletions(-) rename mvn-build/{ => test}/integration-tests-openldap/pom.xml (96%) rename mvn-build/{ => test}/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java (100%) rename mvn-build/{ => test}/integration-tests-openldap/src/test/resources/conf/ldap.properties (100%) rename mvn-build/{ => test}/integration-tests-openldap/src/test/resources/conf/ldapTemplateTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests-openldap/src/test/resources/log4j.properties (100%) rename mvn-build/{ => test}/integration-tests/pom.xml (98%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/Person.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/filter/DummyFilterConsumer.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyDao.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyException.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyServiceImpl.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapAndJdbcDummyDaoImpl.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapDummyDaoImpl.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/DummyDaoLdapAndHibernateImpl.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPerson.java (100%) rename mvn-build/{ => test}/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPersonDao.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/log4j.properties (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/filter/HardcodedFilterIntegrationTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/setup_data.ldif (100%) rename mvn-build/{ => test}/integration-tests/src/test/java/teardown_data.ldif (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/OrgPerson.hbm.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/apacheDsContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceOneSpecTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorNoContextSourceTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorPropertyOverrideTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTransactionTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/commonTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/distinguishedNameEditorTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/hardcodedFilterTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldap.properties (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapContextSourceTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/ldapTemplateTransactionTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/log4j.properties (100%) rename mvn-build/{ => test}/integration-tests/src/test/resources/setup_data.ldif (100%) create mode 100644 mvn-build/test/pom.xml diff --git a/mvn-build/pom.xml b/mvn-build/pom.xml index 10329f2a..2f1febf5 100644 --- a/mvn-build/pom.xml +++ b/mvn-build/pom.xml @@ -114,7 +114,7 @@ core-tiger acegi-support test-support - integration-tests + test diff --git a/mvn-build/integration-tests-openldap/pom.xml b/mvn-build/test/integration-tests-openldap/pom.xml similarity index 96% rename from mvn-build/integration-tests-openldap/pom.xml rename to mvn-build/test/integration-tests-openldap/pom.xml index f234c6dc..7b185ea3 100644 --- a/mvn-build/integration-tests-openldap/pom.xml +++ b/mvn-build/test/integration-tests-openldap/pom.xml @@ -11,7 +11,7 @@ 4.0.0 spring-ldap-openldap-integration-tests jar - Spring LDAP Integration Tests + Spring LDAP Integration Tests (OpenLDAP) diff --git a/mvn-build/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java b/mvn-build/test/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java similarity index 100% rename from mvn-build/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java rename to mvn-build/test/integration-tests-openldap/src/test/java/org/springframework/ldap/core/LdapTemplateSearchResultITest.java diff --git a/mvn-build/integration-tests-openldap/src/test/resources/conf/ldap.properties b/mvn-build/test/integration-tests-openldap/src/test/resources/conf/ldap.properties similarity index 100% rename from mvn-build/integration-tests-openldap/src/test/resources/conf/ldap.properties rename to mvn-build/test/integration-tests-openldap/src/test/resources/conf/ldap.properties diff --git a/mvn-build/integration-tests-openldap/src/test/resources/conf/ldapTemplateTestContext.xml b/mvn-build/test/integration-tests-openldap/src/test/resources/conf/ldapTemplateTestContext.xml similarity index 100% rename from mvn-build/integration-tests-openldap/src/test/resources/conf/ldapTemplateTestContext.xml rename to mvn-build/test/integration-tests-openldap/src/test/resources/conf/ldapTemplateTestContext.xml diff --git a/mvn-build/integration-tests-openldap/src/test/resources/log4j.properties b/mvn-build/test/integration-tests-openldap/src/test/resources/log4j.properties similarity index 100% rename from mvn-build/integration-tests-openldap/src/test/resources/log4j.properties rename to mvn-build/test/integration-tests-openldap/src/test/resources/log4j.properties diff --git a/mvn-build/integration-tests/pom.xml b/mvn-build/test/integration-tests/pom.xml similarity index 98% rename from mvn-build/integration-tests/pom.xml rename to mvn-build/test/integration-tests/pom.xml index cb9c5172..f0a6469b 100644 --- a/mvn-build/integration-tests/pom.xml +++ b/mvn-build/test/integration-tests/pom.xml @@ -11,7 +11,7 @@ 4.0.0 spring-ldap-integration-tests jar - Spring LDAP Integration Tests + Spring LDAP Integration Tests (Generic) diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/Person.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/Person.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/Person.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/Person.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/PersonAttributesMapper.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/PersonContextMapper.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/core/DummyDistinguishedNameConsumer.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/core/support/DummyBaseLdapPathAware.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/filter/DummyFilterConsumer.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/filter/DummyFilterConsumer.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/filter/DummyFilterConsumer.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/filter/DummyFilterConsumer.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyDao.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyDao.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyDao.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyDao.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyException.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyException.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyException.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyException.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyServiceImpl.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyServiceImpl.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyServiceImpl.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/DummyServiceImpl.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapAndJdbcDummyDaoImpl.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapAndJdbcDummyDaoImpl.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapAndJdbcDummyDaoImpl.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapAndJdbcDummyDaoImpl.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapDummyDaoImpl.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapDummyDaoImpl.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapDummyDaoImpl.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/LdapDummyDaoImpl.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/DummyDaoLdapAndHibernateImpl.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/DummyDaoLdapAndHibernateImpl.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/DummyDaoLdapAndHibernateImpl.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/DummyDaoLdapAndHibernateImpl.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPerson.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPerson.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPerson.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPerson.java diff --git a/mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPersonDao.java b/mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPersonDao.java similarity index 100% rename from mvn-build/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPersonDao.java rename to mvn-build/test/integration-tests/src/main/java/org/springframework/ldap/transaction/compensating/manager/hibernate/OrgPersonDao.java diff --git a/mvn-build/integration-tests/src/test/java/log4j.properties b/mvn-build/test/integration-tests/src/test/java/log4j.properties similarity index 100% rename from mvn-build/integration-tests/src/test/java/log4j.properties rename to mvn-build/test/integration-tests/src/test/java/log4j.properties diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/AbstractLdapTemplateIntegrationTest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/InvalidBackslashITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateAttributesMapperITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateBindUnbindITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextExecutorTest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateContextMapperITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateListITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateLookupITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateModifyITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateNoBaseSuffixITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateObjectBindIntegrationTest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRecursiveDeleteITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateRenameITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/LdapTemplateSearchResultITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/control/SupportedControlsITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/DistinguishedNameEditorITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/DnParsePerformanceITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/support/BaseLdapPathBeanPostprocessorITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/core/support/LdapContextSourcelMultiServerITest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/filter/HardcodedFilterIntegrationTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/filter/HardcodedFilterIntegrationTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/filter/HardcodedFilterIntegrationTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/filter/HardcodedFilterIntegrationTest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManagerIntegrationTest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceTransactionManagerIntegrationTest.java diff --git a/mvn-build/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java b/mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java similarity index 100% rename from mvn-build/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java rename to mvn-build/test/integration-tests/src/test/java/org/springframework/ldap/transaction/compensating/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTest.java diff --git a/mvn-build/integration-tests/src/test/java/setup_data.ldif b/mvn-build/test/integration-tests/src/test/java/setup_data.ldif similarity index 100% rename from mvn-build/integration-tests/src/test/java/setup_data.ldif rename to mvn-build/test/integration-tests/src/test/java/setup_data.ldif diff --git a/mvn-build/integration-tests/src/test/java/teardown_data.ldif b/mvn-build/test/integration-tests/src/test/java/teardown_data.ldif similarity index 100% rename from mvn-build/integration-tests/src/test/java/teardown_data.ldif rename to mvn-build/test/integration-tests/src/test/java/teardown_data.ldif diff --git a/mvn-build/integration-tests/src/test/resources/conf/OrgPerson.hbm.xml b/mvn-build/test/integration-tests/src/test/resources/conf/OrgPerson.hbm.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/OrgPerson.hbm.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/OrgPerson.hbm.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/apacheDsContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/apacheDsContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/apacheDsContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/apacheDsContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceOneSpecTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceOneSpecTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceOneSpecTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceOneSpecTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorMultiContextSourceTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorNoContextSourceTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorNoContextSourceTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorNoContextSourceTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorNoContextSourceTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorPropertyOverrideTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorPropertyOverrideTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorPropertyOverrideTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorPropertyOverrideTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTransactionTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTransactionTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTransactionTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/baseLdapPathPostProcessorTransactionTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/commonTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/commonTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/commonTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/commonTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/distinguishedNameEditorTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/distinguishedNameEditorTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/distinguishedNameEditorTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/distinguishedNameEditorTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/hardcodedFilterTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/hardcodedFilterTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/hardcodedFilterTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/hardcodedFilterTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldap.properties b/mvn-build/test/integration-tests/src/test/resources/conf/ldap.properties similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldap.properties rename to mvn-build/test/integration-tests/src/test/resources/conf/ldap.properties diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapAndHibernateTransactionTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapAndJdbcTransactionTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapContextSourceTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapContextSourceTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapContextSourceTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapContextSourceTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateAcegiTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateNoBaseSuffixTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateObjectBindTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/ldapTemplateTransactionTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateTransactionTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/ldapTemplateTransactionTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/ldapTemplateTransactionTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/rootContextSourceTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml b/mvn-build/test/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml similarity index 100% rename from mvn-build/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml rename to mvn-build/test/integration-tests/src/test/resources/conf/simpleLdapTemplateTestContext.xml diff --git a/mvn-build/integration-tests/src/test/resources/log4j.properties b/mvn-build/test/integration-tests/src/test/resources/log4j.properties similarity index 100% rename from mvn-build/integration-tests/src/test/resources/log4j.properties rename to mvn-build/test/integration-tests/src/test/resources/log4j.properties diff --git a/mvn-build/integration-tests/src/test/resources/setup_data.ldif b/mvn-build/test/integration-tests/src/test/resources/setup_data.ldif similarity index 100% rename from mvn-build/integration-tests/src/test/resources/setup_data.ldif rename to mvn-build/test/integration-tests/src/test/resources/setup_data.ldif diff --git a/mvn-build/test/pom.xml b/mvn-build/test/pom.xml new file mode 100644 index 00000000..f9331d7a --- /dev/null +++ b/mvn-build/test/pom.xml @@ -0,0 +1,56 @@ + + + + + org.springframework.ldap + spring-ldap-parent + 1.3-SNAPSHOT + + 4.0.0 + spring-ldap-integration-tests-parent + pom + Spring LDAP Integration Tests + + integration-tests + + + + openldap + + integration-tests-openldap + + + + + + spring-milestone + Spring Milestone Repository + http://maven.springframework.org/milestone + + + + + + org.mortbay.jetty + maven-jetty-plugin + + + org.apache.maven.plugins + maven-war-plugin + + ${pom.artifactId} + + + + + + + + log4j + log4j + runtime + + +