A Maven plugin that runs an embedded LDAP directory server within the Maven build life-cycle and imports/exports data to/from an LDAP directory server.
Default value for outputDirectory parameter set to ${project.build.directory} which usually means target. But when I execute ldap:run it creates a directory server-work in project root. Though log says (full path to project root omitted):
[INFO] Configured working directory for directory server: [...]/target/apacheds
Tried to set outputDirectory explicitly with no luck. Seems it's ignored during execution.
Default value for outputDirectory parameter set to
${project.build.directory}
which usually means target. But when I executeldap:run
it creates a directory server-work in project root. Though log says (full path to project root omitted):Tried to set outputDirectory explicitly with no luck. Seems it's ignored during execution.