[jenkins] 05/22: apt-stapler-processing

James Downing Page jamespage at alioth.debian.org
Tue Aug 13 11:47:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch patch-queue/master
in repository jenkins.

commit 58ea22e07eef8f6c219c55b7cd0a1bf86818f5b0
Author: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Date:   Sun Aug 11 10:41:38 2013 +0100

    apt-stapler-processing
    
    
    Gbp-Pq-Topic: build
---
 core/pom.xml |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 55078a5..b6465c2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -678,6 +678,24 @@ THE SOFTWARE.
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <excludes>
+             <exclude>**/os/solaris/*</exclude>
+             <exclude>**/os/windows/*</exclude>
+             <exclude>**/DCOMSandbox.java</exclude>
+             <exclude>**/DotNet.java</exclude>
+             <exclude>**/WindowsSlaveInstaller.java</exclude>
+             <exclude>**/WindowsInstallerLink.java</exclude>
+          </excludes>
+          <testExcludes>
+             <exclude>**/DCOMSandbox.java</exclude>
+          </testExcludes>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.kohsuke.stapler</groupId>
         <artifactId>maven-stapler-plugin</artifactId>
         <!-- version specified in grandparent pom -->

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git



More information about the pkg-java-commits mailing list