Repository: karaf-decanter Updated Branches: refs/heads/master 245171a6a -> c41a748d5
Add config for log socket Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/c41a748d Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/c41a748d Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/c41a748d Branch: refs/heads/master Commit: c41a748d5575b3aa9bc0837a581ddbc1ac796540 Parents: 245171a Author: Christian Schneider <[email protected]> Authored: Wed Feb 17 13:13:28 2016 +0100 Committer: Christian Schneider <[email protected]> Committed: Wed Feb 17 13:13:28 2016 +0100 ---------------------------------------------------------------------- collector/log4j-socket/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/c41a748d/collector/log4j-socket/pom.xml ---------------------------------------------------------------------- diff --git a/collector/log4j-socket/pom.xml b/collector/log4j-socket/pom.xml index ecfdb85..669edbf 100644 --- a/collector/log4j-socket/pom.xml +++ b/collector/log4j-socket/pom.xml @@ -43,6 +43,26 @@ <build> <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>build-helper-maven-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>attach-artifact</goal> + </goals> + <configuration> + <artifacts> + <artifact> + <file>src/main/cfg/org.apache.karaf.decanter.collector.log.socket.cfg</file> + <type>cfg</type> + </artifact> + </artifacts> + </configuration> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration>
