[sikuli] 16/385: suppress install source and javadocs in any case (does not make sense in this modules)

Gilles Filippini pini at moszumanska.debian.org
Sun Jun 29 19:25:42 UTC 2014


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

pini pushed a commit to tag upstream/1.1.0_beta1
in repository sikuli.

commit b66b4dddf7013ff0224622a861aae346c1685a92
Author: Raimund Hocke <rmhdevelop at me.com>
Date:   Tue Dec 24 12:47:35 2013 +0100

    suppress install source and javadocs in any case (does not make sense in this modules)
---
 Libs/build.xml    | 20 ++++++++++++++++++++
 Libs/pom.xml      | 34 ++++++++++++++++++++++++++++------
 MacApp/pom.xml    | 22 ++++++++++++++++++++++
 OpenCV/pom.xml    | 22 ++++++++++++++++++++++
 Tesseract/pom.xml | 22 ++++++++++++++++++++++
 5 files changed, 114 insertions(+), 6 deletions(-)

diff --git a/Libs/build.xml b/Libs/build.xml
index 84a68ae..69d436b 100644
--- a/Libs/build.xml
+++ b/Libs/build.xml
@@ -116,6 +116,26 @@
           </execution>
         </executions>
       </plugin>        
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/Libs/pom.xml b/Libs/pom.xml
index 7ff5edd..1ba824d 100644
--- a/Libs/pom.xml
+++ b/Libs/pom.xml
@@ -8,12 +8,12 @@
   * RaiMan 2013
   -->
 
-	<parent>
-		<groupId>org.sikuli</groupId>
-		<artifactId>SikuliX</artifactId>
-		<version>1.1.0</version>
-		<relativePath>../</relativePath>
-	</parent>
+  <parent>
+    <groupId>org.sikuli</groupId>
+    <artifactId>SikuliX</artifactId>
+    <version>1.1.0</version>
+    <relativePath>../</relativePath>
+  </parent>
 
   <modelVersion>4.0.0</modelVersion>
 
@@ -23,5 +23,27 @@
 
   <build>
     <defaultGoal>clean install</defaultGoal>
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>  
 </project>
diff --git a/MacApp/pom.xml b/MacApp/pom.xml
index e2cd7d4..34ec116 100644
--- a/MacApp/pom.xml
+++ b/MacApp/pom.xml
@@ -24,5 +24,27 @@
 
   <build>
 		<finalName>${project.version}-9</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
 </project>
diff --git a/OpenCV/pom.xml b/OpenCV/pom.xml
index 933d09b..79bcd81 100644
--- a/OpenCV/pom.xml
+++ b/OpenCV/pom.xml
@@ -24,5 +24,27 @@
 
   <build>
     <defaultGoal>clean install</defaultGoal>  
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
 </project>
diff --git a/Tesseract/pom.xml b/Tesseract/pom.xml
index 49d1a1f..2f98e7f 100644
--- a/Tesseract/pom.xml
+++ b/Tesseract/pom.xml
@@ -30,5 +30,27 @@
         <targetPath>META-INF/libs</targetPath>
       </resource>
     </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <executions>
+          <execution>
+            <id>attach-javadocs</id>
+            <phase/>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
 </project>

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



More information about the pkg-java-commits mailing list