Backporting changes for releaser
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
# Work in Progress
|
||||
consul:
|
||||
image: progrium/consul
|
||||
volumes:
|
||||
- /data
|
||||
- /config
|
||||
- ./src/test/resources/consul_ui:/ui
|
||||
image: library/consul
|
||||
ports:
|
||||
- "8300:8300"
|
||||
- "8400:8400"
|
||||
- "8500:8500"
|
||||
- "8600:8600"
|
||||
command: -server -bootstrap -data-dir /data -ui-dir /ui
|
||||
|
||||
@@ -22,11 +22,19 @@
|
||||
<id>docs</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.asciidoctor</groupId>
|
||||
<artifactId>asciidoctor-maven-plugin</artifactId>
|
||||
<inherited>false</inherited>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.agilejava.docbkx</groupId>
|
||||
<artifactId>docbkx-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-antrun-plugin</artifactId>
|
||||
|
||||
5
scripts/build.sh
Executable file
5
scripts/build.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
./src/main/bash/travis_install_consul.sh
|
||||
./src/test/bash/travis_run_consul.sh
|
||||
./mvnw clean install -B -Pdocs ${@}
|
||||
Reference in New Issue
Block a user