Skip to content

Commit

Permalink
chore(examples): Fixed examples build with Eclipse IDE (#4844)
Browse files Browse the repository at this point in the history
* Added missing properties for default build.

* Added osgi-dp-plugin-version for default build in main pom.xml
  • Loading branch information
salvatore-coppola authored and pierantoniomerlino committed Sep 26, 2023
1 parent 0e3ab39 commit c101efc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kura/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<!-- SCM: Note that we are in the "kura" sub-dir here already -->
<tycho.scmUrl>scm:git:ssh://github.com/eclipse/kura/kura</tycho.scmUrl>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<osgi-dp-plugin-version>0.3.0</osgi-dp-plugin-version>
<tycho-version>1.7.0</tycho-version>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<kura.basedir>${project.basedir}/..</kura.basedir>
<kura.build.version>${maven.build.timestamp}</kura.build.version>
Expand Down
1 change: 1 addition & 0 deletions kura/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
<!-- SCM: Note that we are in the "kura" sub-dir here already -->
<tycho.scmUrl>scm:git:ssh://github.com/eclipse/kura/kura</tycho.scmUrl>
<tycho-version>1.7.0</tycho-version>
<osgi-dp-plugin-version>0.3.0</osgi-dp-plugin-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
Expand Down

0 comments on commit c101efc

Please sign in to comment.