diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-10 00:15:48 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-10 00:15:48 +0300 |
commit | 0ad2ba4fc87d0534bf274c54a5f7d63937671186 (patch) | |
tree | 373641b691bd07e195cb46692435c6b9a534dd29 /sonar-batch-bootstrapper/pom.xml | |
parent | 964f6ca40e2e0ddef9a3b8532f64e707349719ef (diff) | |
download | sonarqube-0ad2ba4fc87d0534bf274c54a5f7d63937671186.tar.gz sonarqube-0ad2ba4fc87d0534bf274c54a5f7d63937671186.zip |
Bootstrapper should send User-Agent request-header field
Diffstat (limited to 'sonar-batch-bootstrapper/pom.xml')
-rw-r--r-- | sonar-batch-bootstrapper/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sonar-batch-bootstrapper/pom.xml b/sonar-batch-bootstrapper/pom.xml index 75a7498f456..dae9cde4f60 100644 --- a/sonar-batch-bootstrapper/pom.xml +++ b/sonar-batch-bootstrapper/pom.xml @@ -24,4 +24,13 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + <filtering>true</filtering> + </resource> + </resources> + </build> </project> |