Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add one-click functionality
  • Loading branch information
yulgit1 authored and Andrew Woods committed Jun 5, 2014
1 parent 9676453 commit 412aef1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions fcrepo-jms-indexer-webapp/pom.xml
Expand Up @@ -256,6 +256,22 @@
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.simplericity.jettyconsole</groupId>
<artifactId>jetty-console-maven-plugin</artifactId>
<version>1.52</version>
<executions>
<execution>
<goals>
<goal>createconsole</goal>
</goals>
<configuration>
<backgroundImage>${basedir}/src/main/jettyconsole/fedora_indexer_logo_10in.png</backgroundImage>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 412aef1

Please sign in to comment.