confd Maven Plugin
Last Published: 2016-09-17
|
Version: 0.1.0-SNAPSHOT
Overview
Introduction
Goals
Usage
Examples
Simple Usage
Project Documentation
Project Information
Project Reports
JavaDocs
Test JavaDocs
Surefire Report
PMD
Change Log
File Activity
Developer Activity
Plugin Documentation
File Activity Report
Changes between 2016-08-18 and 2016-09-18
Total commits: 27
Total number of files changed: 86
Filename
Number of Times Changed
scripts/
travis_build.sh
9
.travis.yml
5
src/integration-test/java/com/github/nodevops/confd/maven/plugin/
MavenRunnerStepdefs.java
5
appveyor.yml
4
pom.xml
4
src/integration-test/resources/com/github/nodevops/confd/maven/plugin/
works_as_expected.feature
4
README.adoc
2
integration-tests/
Gemfile
2
integration-tests/features/
cucumber_works.feature
2
integration-tests/features/
runtime_env.feature
2
integration-tests/features/
simple_noprofile.feature
2
integration-tests/features/support/
aruba.rb
2
integration-tests/projects/springboot-simple-noprofile/.mvn/wrapper/
maven-wrapper.jar
2
integration-tests/projects/springboot-simple-noprofile/.mvn/wrapper/
maven-wrapper.properties
2
integration-tests/projects/springboot-simple-noprofile/
mvnw
2
integration-tests/projects/springboot-simple-noprofile/
mvnw.cmd
2
integration-tests/projects/springboot-simple-noprofile/
pom.xml
2
integration-tests/projects/springboot-simple-noprofile/src/main/assembly/
confd.xml
2
integration-tests/projects/springboot-simple-noprofile/src/main/confd/dictionaries/
local.dict
2
integration-tests/projects/springboot-simple-noprofile/src/main/confd/templates/
application.yml.tmpl
2
integration-tests/projects/springboot-simple-noprofile/src/main/java/com/github/nodevops/
SpringbootSampleApplication.java
2
integration-tests/projects/springboot-simple-noprofile/src/main/java/com/github/nodevops/api/
Greeting.java
2
integration-tests/projects/springboot-simple-noprofile/src/main/java/com/github/nodevops/controllers/
GreetingController.java
2
integration-tests/projects/springboot-simple-noprofile/src/test/java/com/github/nodevops/
SpringbootSampleApplicationTests.java
2
integration-tests/projects/springboot-simple/.mvn/wrapper/
maven-wrapper.jar
2
integration-tests/projects/springboot-simple/.mvn/wrapper/
maven-wrapper.properties
2
integration-tests/projects/springboot-simple/
Dockerfile
2
integration-tests/projects/springboot-simple/
README.adoc
2
integration-tests/projects/springboot-simple/
mvnw
2
integration-tests/projects/springboot-simple/
mvnw.cmd
2
integration-tests/projects/springboot-simple/
pom.xml
2
integration-tests/projects/springboot-simple/src/main/assembly/
confd.xml
2
integration-tests/projects/springboot-simple/src/main/confd/dictionaries/
local.dict
2
integration-tests/projects/springboot-simple/src/main/confd/templates/
application.yml.tmpl
2
integration-tests/projects/springboot-simple/src/main/java/com/github/nodevops/
SpringbootSampleApplication.java
2
integration-tests/projects/springboot-simple/src/main/java/com/github/nodevops/api/
Greeting.java
2
integration-tests/projects/springboot-simple/src/main/java/com/github/nodevops/controllers/
GreetingController.java
2
integration-tests/projects/springboot-simple/src/test/java/com/github/nodevops/
SpringbootSampleApplicationTests.java
2
.gitignore
2
scripts/
Dockerfile.integration-tests
2
src/integration-test/data/projects/simple-noprofile/.mvn/wrapper/
maven-wrapper.jar
2
src/integration-test/data/projects/simple-noprofile/.mvn/wrapper/
maven-wrapper.properties
2
src/integration-test/data/projects/simple-noprofile/
pom.xml
2
src/integration-test/data/projects/simple-noprofile/src/main/assembly/
confd.xml
2
src/integration-test/data/projects/simple-noprofile/src/main/confd/dictionaries/
local.dict
2
src/integration-test/data/projects/simple-noprofile/src/main/confd/templates/
application.yml.tmpl
2
src/integration-test/data/projects/simple-noprofile/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
2
src/integration-test/java/com/github/nodevops/confd/maven/plugin/
ITRunCukesTest.java
2
src/main/java/com/github/nodevops/confd/maven/plugin/processors/impl/
LocalConfdProcessorImpl.java
1
src/integration-test/data/projects/simple-noprofile-java-processor/
pom.xml
1
src/integration-test/data/projects/simple-noprofile-java-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/simple-noprofile-java-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/simple-noprofile-java-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/simple-noprofile-java-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/data/projects/simple-with-profile-confd-processor/
pom.xml
1
src/integration-test/data/projects/simple-with-profile-confd-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/simple-with-profile-confd-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/simple-with-profile-confd-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/simple-with-profile-confd-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/data/projects/simple-with-profile-java-processor/
pom.xml
1
src/integration-test/data/projects/simple-with-profile-java-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/simple-with-profile-java-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/simple-with-profile-java-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/simple-with-profile-java-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-confd-processor/
pom.xml
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-confd-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-confd-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-confd-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-confd-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-java-processor/
pom.xml
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-java-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-java-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-java-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/fail-because-missing-keys-with-profile-java-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/data/projects/fail-because-name-space-with-profile-confd-processor/
pom.xml
1
src/integration-test/data/projects/fail-because-name-space-with-profile-confd-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/fail-because-name-space-with-profile-confd-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/fail-because-name-space-with-profile-confd-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/fail-because-name-space-with-profile-confd-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/data/projects/fail-because-name-space-with-profile-java-processor/
pom.xml
1
src/integration-test/data/projects/fail-because-name-space-with-profile-java-processor/src/main/assembly/
confd.xml
1
src/integration-test/data/projects/fail-because-name-space-with-profile-java-processor/src/main/confd/dictionaries/
local.dict
1
src/integration-test/data/projects/fail-because-name-space-with-profile-java-processor/src/main/confd/templates/
application.yml.tmpl
1
src/integration-test/data/projects/fail-because-name-space-with-profile-java-processor/src/main/java/com/github/nodevops/
SimpleSampleApplication.java
1
src/integration-test/resources/com/github/nodevops/confd/maven/plugin/
should_fail.feature
1
.drone.yml
1