bmatthews68 / ldap-maven-plugin

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.
http://ldap-maven-plugin.btmatthews.com
Apache License 2.0
6 stars 18 forks source link

outputDirectory parameter for run goal doesn't work #26

Closed hrefr closed 8 years ago

hrefr commented 8 years ago

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.