aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-15 13:36:03 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-15 13:36:03 +0100
commit4e75fdc85ff2a9e04d1820a3a2f8dc62e431295b (patch)
tree4bd11b5f25d51f173786174e16d1ffafb703ed89 /pom.xml
parent829097ddaa118c0283c7e2191f9afeb241fa195b (diff)
downloadesper-testing-4e75fdc85ff2a9e04d1820a3a2f8dc62e431295b.tar.gz
esper-testing-4e75fdc85ff2a9e04d1820a3a2f8dc62e431295b.tar.bz2
esper-testing-4e75fdc85ff2a9e04d1820a3a2f8dc62e431295b.tar.xz
esper-testing-4e75fdc85ff2a9e04d1820a3a2f8dc62e431295b.zip
o Renaming PersonGenerator to LdapImporter. Taking arguments from args instead of system properties.
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5fe5c03..eba5b45 100755
--- a/pom.xml
+++ b/pom.xml
@@ -204,6 +204,10 @@
<configuration>
<programs>
<program>
+ <name>ldap-importer</name>
+ <mainClass>io.trygvis.esper.testing.LdapImporter</mainClass>
+ </program>
+ <program>
<name>nexus-importer</name>
<mainClass>io.trygvis.esper.testing.nexus.NexusImporter</mainClass>
</program>