We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cec46e commit 57df636Copy full SHA for 57df636
defcon-parent/pom.xml
@@ -289,7 +289,7 @@
289
<version>${spring-boot.version}</version>
290
</dependency>
291
<dependency>
292
- <groupId>ch.qos.logback.logback-classic</groupId>
+ <groupId>ch.qos.logback</groupId>
293
<artifactId>logback-classic</artifactId>
294
<version>1.2.3</version>
295
run.sh
@@ -106,8 +106,8 @@ function current_dev(){
106
107
#mvn_validate
108
#mvn_fast_build
109
- mvn_build
110
- #mvn_site
+ #mvn_build
+ mvn_site
111
#mvn_travis
112
#mvn_heruko
113
#mvn_run
0 commit comments