shillner / MavenPP

Maven++ is a textual DSL for configuring Maven projects. It extends Maven with some concepts that makes it more easy to create complex project setups.
Eclipse Public License 1.0
2 stars 0 forks source link

Inject properties into pom from external sources #6

Closed shillner closed 9 years ago

shillner commented 9 years ago

Add a method to inject properties into the generated pom. The properties could be defined in an external source such as a properties file or any other format.

shillner commented 9 years ago

The properties-maven-plugin could also be useful for loading properties (implicit configuration of the properties plugin for runtime properties loading!)

shillner commented 9 years ago

Maybe change include statements: include properties from %importref% include properties from %filepath% Dependencies: include %scope% from %importref%

...

shillner commented 9 years ago

feature is implemented with commit 71146ea96cdc6ce3c93384bf6b40aab6a18d3140

Still need to adapt the property content assist with properties from external sources!