-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: POM
Gradle 2.1 released with new plugin portal
Gradle 2.1 has been release recently. The biggest change is the addition of the new plugin portal. But there are far more interesting changes…
Dynamic Reloading of Vaadin Applications With Maven and Eclipse, Pt. I
Developing Vaadin web applications is a lot of fun. One reason for this is that you very quickly get presentable results without having to bother with the intricacies of web protocols or the horrors of JavaScript coding. While developing Vaadin … Continue reading
Posted in Build, config and deploy, Did you know?, Java Web Frameworks
Tagged Eclipse, Howto, jetty, maven, POM, Vaadin
4 Comments
Accessing Maven Properties From Your Code
The Maven POM hosts a number of implicit and explicit properties which you can use to flexibly configure your build. Besides a set of pre-defined properties such as the POM’s properties (e. g. ${project.version}), the operation system’s environment variables (${env.*}), … Continue reading