File tree Expand file tree Collapse file tree
kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bom Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <packaging >pom</packaging >
2525 <description >${artifactId} bill of materials</description >
2626
27+ <!-- Change this if your metadata is different -->
28+ <organization >
29+ <name >Eclipse Kura</name >
30+ <url >https://eclipse.dev/kura/</url >
31+ </organization >
32+ <developers >
33+ <developer >
34+ <name >Eclipse Kura Developers</name >
35+ <email >kura-dev@eclipse.org</email >
36+ </developer >
37+ </developers >
38+ <licenses >
39+ <license >
40+ <name >Eclipse Public License - v 2.0</name >
41+ <url >https://www.eclipse.org/legal/epl-2.0/</url >
42+ </license >
43+ </licenses >
44+
2745 <!-- bundles of this project that will be deployed -->
2846 <!-- on release/rc build: use latest released version, do not use -SNAPSHOT artifacts -->
2947 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments