SlideShare a Scribd company logo
Seven Tips and Tricks for
developing OSGi applications
with Eclipse and Tycho
Gunnar Wagenknecht (@guw)
Learn Maven
goals artifacts
dependencies
modules
parent
plug-insrepositories
profiles
properties
inheritance
parent
targets
products
aggregate
p2 repo
Adopt a Structure
/
/bundles
/features
/releng
POM
POM
POM
POM
POM
POM
POM
POM
POM
Adopt a Structure
product.git
module.git
module.git
/releng
module.git module.git
module.git
releng.git
Maven
Repo
Generate .qualifier with Git
<plugin>
…
<artifactId>tycho-packaging-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-buildtimestamp-jgit</artifactId>
<version>${tycho-extras.version}</version>
</dependency>
</dependencies>
<configuration>
<timestampProvider>jgit</timestampProvider>
<format>'v'yyyyMMdd-HHmm</format>
<additionalFileSets>…</additionalFileSets>
</configuration>
</plugin>
Use target platforms for
dependency management.
Use Maven repositories for
modular builds and aggregation.
Don’t put everything into the
Maven parent.
Setup Build Chains
module.git
module.git
product
unit
tests
unit
tests
parent
target
platform
Thank you!
tweet @guw or mail to gunnar@eclipse.org

More Related Content

ODP
Eclipse Buildship JUG Hamburg
PPT
Griffon Presentation
PDF
Gradle presentation
PPTX
Android presentation - Gradle ++
PPTX
Ultimate Survival - React-Native edition
PDF
jQuery plugin & testing with Jasmine
PDF
[DEPRECATED]Gradle the android
PDF
Sling IDE Tooling @ adaptTo 2013
Eclipse Buildship JUG Hamburg
Griffon Presentation
Gradle presentation
Android presentation - Gradle ++
Ultimate Survival - React-Native edition
jQuery plugin & testing with Jasmine
[DEPRECATED]Gradle the android
Sling IDE Tooling @ adaptTo 2013

What's hot (20)

PDF
Sling IDE Tooling
PDF
ApacheCon Europe 2016 : CONTAINERS IN ACTION - Transform Application Delivery...
ODP
Gerrit JavaScript Plugins
PPTX
Workflows using Git GitHub | Edureka
PDF
GWTcon 2015 - Beyond GWT 3.0 Panic
PDF
FOSDEM 2017: GitLab CI
PDF
Embedding Chromium into AGL demo platform with WAM
PDF
Biscuit: an operating system written in go
PDF
Google App Engine: Basic
PDF
Introduction to GitHub Actions
PDF
Essential parts to implement own Ozone backend
PDF
Gdg cloud taipei ddt meetup #53 buildpack
PDF
Composer and deployer for enterprise
PDF
distage: Purely Functional Staged Dependency Injection; bonus: Faking Kind Po...
PDF
Using GitLab CI
PDF
GradleのREPLプラグイン紹介 #jggug
PDF
Groovy in the Cloud
PDF
OWASP Juice Shop 5.x and beyond
PPTX
GWTcon 2015 - Best development practices for GWT web applications
PDF
About OpenGL and Vulkan interoperability (XDC 2020)
Sling IDE Tooling
ApacheCon Europe 2016 : CONTAINERS IN ACTION - Transform Application Delivery...
Gerrit JavaScript Plugins
Workflows using Git GitHub | Edureka
GWTcon 2015 - Beyond GWT 3.0 Panic
FOSDEM 2017: GitLab CI
Embedding Chromium into AGL demo platform with WAM
Biscuit: an operating system written in go
Google App Engine: Basic
Introduction to GitHub Actions
Essential parts to implement own Ozone backend
Gdg cloud taipei ddt meetup #53 buildpack
Composer and deployer for enterprise
distage: Purely Functional Staged Dependency Injection; bonus: Faking Kind Po...
Using GitLab CI
GradleのREPLプラグイン紹介 #jggug
Groovy in the Cloud
OWASP Juice Shop 5.x and beyond
GWTcon 2015 - Best development practices for GWT web applications
About OpenGL and Vulkan interoperability (XDC 2020)
Ad

Viewers also liked (15)

KEY
Tycho - Building plug-ins with Maven
PDF
Maven/Tycho für Eclipse RCP-Applikationen
PPTX
Migrating from PDE to Tycho builds
PPTX
Tycho Tutorial EclipseCon 2013
PPTX
Developing Runtime Applications with Eclipse Gyrex
PDF
Running a Succesful Open Source Project
PPTX
Open Source programmieren und dafür Gehalt bekommen @ AGETO
PDF
Building Server-Side Eclipse based web applications
PDF
An Introduction to EclipseRT
PDF
Building Server Applications with EclipseRT
PDF
Building Server-Side Eclipse based web applications 2010
PDF
Managing large and distributed Eclipse server applications.
PPTX
Tycho Tutorial (EclipseCon 2012)
PDF
A Scalable Stack for Modular Web Applications
PDF
Tasty Recipes for OSGi Bundles
Tycho - Building plug-ins with Maven
Maven/Tycho für Eclipse RCP-Applikationen
Migrating from PDE to Tycho builds
Tycho Tutorial EclipseCon 2013
Developing Runtime Applications with Eclipse Gyrex
Running a Succesful Open Source Project
Open Source programmieren und dafür Gehalt bekommen @ AGETO
Building Server-Side Eclipse based web applications
An Introduction to EclipseRT
Building Server Applications with EclipseRT
Building Server-Side Eclipse based web applications 2010
Managing large and distributed Eclipse server applications.
Tycho Tutorial (EclipseCon 2012)
A Scalable Stack for Modular Web Applications
Tasty Recipes for OSGi Bundles
Ad

Similar to Tips & Tricks for Maven Tycho (20)

PDF
How to create a skeleton of a Java console application
PDF
Welcome to Jenkins
PDF
Мы ведь тоже люди. Еретическая лекция про юзабилити инструментов разработчика
PPT
Slim3 quick start
PDF
The Google App Engine Oil Framework
PDF
Make use of Sonar for your mobile developments - It's easy and useful!
PDF
Soft shake 2013 - make use of sonar on your mobile developments
PPTX
Grails plugin development
PDF
Architecting your GWT applications with GWT-Platform - Lesson 02
PDF
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
PDF
How to Webpack your Django!
PDF
F3X12 FLOW3 Project Lifecycle
PPT
Maven, Eclipse And OSGi Working Together
PPT
Using Maven2
PDF
JDD 2017: 7 things which you should care about before release your code to pr...
PDF
Play Framework on Google App Engine
ODP
JavaOne 2009 BOF-5189 Griffon In Depth
DOCX
Pom configuration java xml
DOCX
Pom
PPTX
Google app engine by example
How to create a skeleton of a Java console application
Welcome to Jenkins
Мы ведь тоже люди. Еретическая лекция про юзабилити инструментов разработчика
Slim3 quick start
The Google App Engine Oil Framework
Make use of Sonar for your mobile developments - It's easy and useful!
Soft shake 2013 - make use of sonar on your mobile developments
Grails plugin development
Architecting your GWT applications with GWT-Platform - Lesson 02
Introduction to Magento 2 module development - PHP Antwerp Meetup 2017
How to Webpack your Django!
F3X12 FLOW3 Project Lifecycle
Maven, Eclipse And OSGi Working Together
Using Maven2
JDD 2017: 7 things which you should care about before release your code to pr...
Play Framework on Google App Engine
JavaOne 2009 BOF-5189 Griffon In Depth
Pom configuration java xml
Pom
Google app engine by example

Recently uploaded (20)

PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
history of c programming in notes for students .pptx
PDF
System and Network Administraation Chapter 3
PDF
medical staffing services at VALiNTRY
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PPTX
Essential Infomation Tech presentation.pptx
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
AI in Product Development-omnex systems
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
CHAPTER 2 - PM Management and IT Context
VVF-Customer-Presentation2025-Ver1.9.pptx
Adobe Premiere Pro 2025 (v24.5.0.057) Crack free
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
2025 Textile ERP Trends: SAP, Odoo & Oracle
Navsoft: AI-Powered Business Solutions & Custom Software Development
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Wondershare Filmora 15 Crack With Activation Key [2025
history of c programming in notes for students .pptx
System and Network Administraation Chapter 3
medical staffing services at VALiNTRY
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Essential Infomation Tech presentation.pptx
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
AI in Product Development-omnex systems
Upgrade and Innovation Strategies for SAP ERP Customers
Odoo POS Development Services by CandidRoot Solutions
How Creative Agencies Leverage Project Management Software.pdf
Odoo Companies in India – Driving Business Transformation.pdf
CHAPTER 2 - PM Management and IT Context

Tips & Tricks for Maven Tycho