Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 16, 2017
1 parent bbd4196 commit bedc35d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Changelog of Generic Webhook Plugin.
## Unreleased
### No issue

**Doc**
**Refactoring**


[bc3eb085bc2543d](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/bc3eb085bc2543d) Tomas Bjerre *2017-07-13 19:59:27*
[bbd41960d1fc017](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/bbd41960d1fc017) Tomas Bjerre *2017-07-14 05:52:08*


## 1.13 (2017-07-13 19:46:13)
Expand Down
3 changes: 3 additions & 0 deletions debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
mvnDebug -q hpi:run -Djava.util.logging.config.file=logging.properties

2 changes: 1 addition & 1 deletion logging.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Logging
handlers = java.util.logging.ConsoleHandler
org.jenkinsci.plugins.gwt.level = FINE
org.jenkinsci.plugins.jvcts.level = FINE

# Console Logging
java.util.logging.ConsoleHandler.level = FINE
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion log.sh → run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/sh
mvn -q hpi:run -Djava.util.logging.config.file=logging.properties

0 comments on commit bedc35d

Please sign in to comment.