diff options
author | Michael Bien <[email protected]> | 2010-08-23 19:35:37 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-08-23 19:35:37 +0200 |
commit | dbb10aea19c9d8647a326074361b0acfb4354178 (patch) | |
tree | 46f7da6892998fcf156bd521588b63db92839778 /nb-configuration.xml | |
parent | 307b85dc58eaed06e74472ce0f5d0d2026193053 (diff) |
preparations for blog feed aggregation; more freemarker data etc.
Diffstat (limited to 'nb-configuration.xml')
-rw-r--r-- | nb-configuration.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nb-configuration.xml b/nb-configuration.xml index 3486bc9..620063c 100644 --- a/nb-configuration.xml +++ b/nb-configuration.xml @@ -15,4 +15,7 @@ Any value defined here will override the pom.xml file value but is only applicab --> <netbeans.compile.on.save>all</netbeans.compile.on.save> </properties> + <config-data xmlns="http://www.netbeans.org/ns/maven-config-data/1"> + <configurations/> + </config-data> </project-shared-configuration> |