[jenkins] 08/22: windows-service-disable

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 2020b24c254a58d28daa840c640d22d4fd23371b
Author: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Date:   Sun Aug 11 10:41:39 2013 +0100

    windows-service-disable
    
    
    Gbp-Pq-Topic: native-integration
---
 core/pom.xml |   26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index b6465c2..69241b5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -759,32 +759,6 @@ THE SOFTWARE.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>winsw</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <!-- we use copy as this is a dependency from outside the reactor -->
-              <goal>copy</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>com.sun.winsw</groupId>
-                  <artifactId>winsw</artifactId>
-                  <version>1.10</version>
-                  <classifier>bin</classifier>
-                  <type>exe</type>
-                  <outputDirectory>${project.build.outputDirectory}/windows-service</outputDirectory>
-                  <destFileName>jenkins.exe</destFileName>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <plugin><!-- set main class -->
         <artifactId>maven-jar-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