Skip to content

Commit 2b4170a

Browse files
chore: added POM metadata also to BOM project
Signed-off-by: Marcello Rinaldo Martina <martina.marcello.rinaldo@outlook.com>
1 parent 9a3069a commit 2b4170a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bom

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/bom/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@
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>

0 commit comments

Comments
 (0)