aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-gwt-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-gwt-api/pom.xml')
-rw-r--r--sonar-gwt-api/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-gwt-api/pom.xml b/sonar-gwt-api/pom.xml
index 7f60b4adf39..1b0e10f2544 100644
--- a/sonar-gwt-api/pom.xml
+++ b/sonar-gwt-api/pom.xml
@@ -66,7 +66,7 @@
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
- <includes>**/services/*.java</includes>
+ <includes>**/services/*.java,**/unmarshallers/*.java</includes>
</artifactItem>
</artifactItems>
<overWriteReleases>true</overWriteReleases>