[maven-plugin-tools] Added depmap for jtidy

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Sep 29 15:05:09 UTC 2010


commit 3edfeda45a15b42e5291662d4302c1ed564b3db5
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Wed Sep 29 17:05:12 2010 +0200

    Added depmap for jtidy

 maven-plugin-tools-depmap.xml |   16 ++++++++++++++++
 maven-plugin-tools.spec       |    3 +++
 2 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/maven-plugin-tools-depmap.xml b/maven-plugin-tools-depmap.xml
new file mode 100644
index 0000000..a166e83
--- /dev/null
+++ b/maven-plugin-tools-depmap.xml
@@ -0,0 +1,16 @@
+<dependencies>
+	<dependency>
+	  <maven>
+		<groupId>net.sf.jtidy</groupId>
+		<artifactId>jtidy</artifactId>
+		<version>938</version>
+	  </maven>
+	  <jpp>
+		<groupId>JPP</groupId>
+		<artifactId>jtidy</artifactId>
+		<version>938</version>
+	  </jpp>
+	</dependency>
+
+</dependencies>
+
diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec
index aa393a7..bdb3c11 100644
--- a/maven-plugin-tools.spec
+++ b/maven-plugin-tools.spec
@@ -10,6 +10,7 @@ Epoch:          0
 #svn export http://svn.apache.org/repos/asf/maven/plugin-tools/tags/maven-plugin-tools-2.6 maven-plugin-tools-2.6
 #tar caf maven-plugin-tools-2.6.tar.xz maven-plugin-tools-2.6/
 Source0:        %{name}-%{version}.tar.xz
+Source1:        %{name}-depmap.xml
 
 # this patch should be upstreamed (together with updated pom.xml
 # dependency version on jtidy 8.0)
@@ -145,6 +146,7 @@ mvn-jpp \
         -e \
         -Dmaven2.jpp.mode=true \
         -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
+        -Dmaven2.jpp.depmap.file=%{SOURCE1} \
         -Dmaven.test.skip=true \
         package javadoc:aggregate
 
@@ -266,6 +268,7 @@ rm -rf %{buildroot}
 %changelog
 * Wed Sep 29 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 0:2.6-7
 - Add patch for new jtidy
+- Add jtidy depmap
 
 * Wed Sep 8 2010 Alexander Kurtakov <akurtako at redhat.com> 0:2.6-6
 - BR maven-site-plugin.


More information about the scm-commits mailing list