diff options
Diffstat (limited to 'buildhelpers')
-rw-r--r-- | buildhelpers/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml index 4b238df73e..3ddd27917b 100644 --- a/buildhelpers/pom.xml +++ b/buildhelpers/pom.xml @@ -36,6 +36,14 @@ </dependencies> <build> + <resources> + <!-- Include eclipse formatting settings in the jar to make them available + as a dependency for all submodules --> + <resource> + <directory>${project.basedir}/../eclipse</directory> + <targetPath>eclipse</targetPath> + </resource> + </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> |