Skip to content

Commit

Permalink
Use template-feature-parent
Browse files Browse the repository at this point in the history
The feature is extremely simple, use a template.xml to produce it,
future-proofing pt-triemap as such.

Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jun 30, 2024
1 parent b51a980 commit 556eb66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pt-triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature-parent</artifactId>
<artifactId>template-feature-parent</artifactId>
<version>13.1.3</version>
<relativePath />
</parent>
Expand Down
6 changes: 6 additions & 0 deletions pt-triemap/src/main/feature/template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="pt-triemap">
<feature name="pt-triemap">
<bundle>mvn:tech.pantheon.triemap/triemap/{{versionAsInProject}}</bundle>
</feature>
</features>

0 comments on commit 556eb66

Please sign in to comment.