killbill-memoizeit
server: use better background image for the jettyconsole artifact Signed-off-by: …
2/26/2013 7:34:11 AM
Details
server/pom.xml 3(+3 -0)
diff --git a/server/pom.xml b/server/pom.xml
index 7640aae..a794998 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -314,6 +314,9 @@
<goals>
<goal>createconsole</goal>
</goals>
+ <configuration>
+ <backgroundImage>${basedir}/src/main/jettyconsole/killbill.png</backgroundImage>
+ </configuration>
</execution>
</executions>
</plugin>
diff --git a/server/src/main/jettyconsole/killbill.png b/server/src/main/jettyconsole/killbill.png
new file mode 100644
index 0000000..610f58a
Binary files /dev/null and b/server/src/main/jettyconsole/killbill.png differ