aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-21 22:24:41 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2012-12-21 22:24:41 +0100
commita63ec924e5440b17434ecc91e84d1419ae39ef2a (patch)
tree933459602e0fcfd76a5f0d98d5465dc9f4aabed9 /pom.xml
parente7b1958ce5e93ead2d7d3c74eabe00a4186a048a (diff)
downloadesper-testing-a63ec924e5440b17434ecc91e84d1419ae39ef2a.tar.gz
esper-testing-a63ec924e5440b17434ecc91e84d1419ae39ef2a.tar.bz2
esper-testing-a63ec924e5440b17434ecc91e84d1419ae39ef2a.tar.xz
esper-testing-a63ec924e5440b17434ecc91e84d1419ae39ef2a.zip
o Adding a sequence number to jenkins_build.
o Making the table poller poll based on a sequence number instead.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ed91244..05af770 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,10 @@
<name>jenkins-importer</name>
<mainClass>io.trygvis.esper.testing.jenkins.JenkinsImporter</mainClass>
</program>
+ <program>
+ <name>jenkins-build-poller</name>
+ <mainClass>io.trygvis.esper.testing.core.JenkinsBuildPoller</mainClass>
+ </program>
</programs>
</configuration>
</execution>