Skip to content

Commit

Permalink
Merge pull request #47 from m4rkmckenna/add-feature
Browse files Browse the repository at this point in the history
Adds karaf feature file
  • Loading branch information
Mike Zaccardo authored Apr 10, 2017
2 parents b0a12e3 + 720e006 commit 456d0e5
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 221 deletions.
6 changes: 6 additions & 0 deletions feature/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.3.0" name="${project.artifactId}-${project.version}">
<feature name="${project.artifactId}" version="${project.version}">
<bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
</feature>
</features>
Loading

0 comments on commit 456d0e5

Please sign in to comment.