aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-bootstrapper/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2011-02-10 00:15:48 +0300
committerEvgeny Mandrikov <mandrikov@gmail.com>2011-02-10 00:15:48 +0300
commit0ad2ba4fc87d0534bf274c54a5f7d63937671186 (patch)
tree373641b691bd07e195cb46692435c6b9a534dd29 /sonar-batch-bootstrapper/pom.xml
parent964f6ca40e2e0ddef9a3b8532f64e707349719ef (diff)
downloadsonarqube-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.xml9
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>