You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/01/22 20:33:43 UTC

git commit: [OLINGO-134] Added exclude for 'testutil' and 'ref' classes

Updated Branches:
  refs/heads/master 39b92768d -> 416537b3d


[OLINGO-134] Added exclude for 'testutil' and 'ref' classes


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/416537b3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/416537b3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/416537b3

Branch: refs/heads/master
Commit: 416537b3d78bc9738e86562c89e0fde71bc5bfad
Parents: 39b9276
Author: Michael Bolz <mi...@apache.org>
Authored: Wed Jan 22 20:33:14 2014 +0100
Committer: Michael Bolz <mi...@apache.org>
Committed: Wed Jan 22 20:33:14 2014 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/416537b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2a86628..6a57a4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,6 +278,8 @@
                 <instrumentation>
                   <excludes>
                     <exclude>org/apache/olingo/odata2/**/api/**/*.class</exclude>
+                    <exclude>org/apache/olingo/odata2/**/ref/**/*.class</exclude>
+                    <exclude>org/apache/olingo/odata2/**/testutil/**/*.class</exclude>
                   </excludes>
                 </instrumentation>
               </configuration>
@@ -344,6 +346,8 @@
                                         <exclude>**/archetype-resources/**</exclude>
                                         <exclude>**/archetype-metadata.xml</exclude>
                                         <exclude>**/archetype.properties</exclude>
+                                        <exclude>**/nb-configuration.xml</exclude>
+                                        <exclude>**/glassfish-web.xml</exclude>
                                         <exclude>**/*.txt</exclude>
                                     </excludes>
                                 </configuration>