Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-03-05 14:36:02 +0000
committerThanh Ha2013-03-05 14:36:02 +0000
commitc81adf76b546df102994e01dc72582c06b7f8f0d (patch)
tree123e3b3172b044f020638ff19876c501606e038b /eclipse-platform-parent/pom.xml
parent70d618f7dcb6dd265bac4c7d42b0c4e47d6d45e6 (diff)
downloadeclipse.platform.releng.aggregator-c81adf76b546df102994e01dc72582c06b7f8f0d.tar.gz
eclipse.platform.releng.aggregator-c81adf76b546df102994e01dc72582c06b7f8f0d.tar.xz
eclipse.platform.releng.aggregator-c81adf76b546df102994e01dc72582c06b7f8f0d.zip
Bug 397990 - Extra file package.html is included in cbi produced jars
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3b379fcc6..8e2ba7519 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -250,6 +250,9 @@
<log>${project.build.directory}/@dot.xml</log>
</compilerArguments>
<showWarnings>true</showWarnings>
+ <excludeResources>
+ <exclude>**/package.html</exclude>
+ </excludeResources>
</configuration>
</plugin>
<plugin>

Back to the top