[maven-hpi-plugin] 01/03: build-tools

James Downing Page jamespage at alioth.debian.org
Mon Aug 12 09:42:49 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 maven-hpi-plugin.

commit 8f5aee2aeecb5f07e71fe510c8a4f7e46995f823
Author: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Date:   Mon Aug 12 10:34:04 2013 +0100

    build-tools
---
 pom.xml |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pom.xml b/pom.xml
index 431b4af..bd3e2ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,24 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+      <id>default-tools.jar</id>
+      <activation>
+        <property>
+          <name>java.vendor</name>
+          <value>Sun Microsystems Inc.</value>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+          <version>1.6.0_21</version>
+          <scope>system</scope>
+          <systemPath>${java.home}/../lib/tools.jar</systemPath>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 
   <pluginRepositories>

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



More information about the pkg-java-commits mailing list