rpms/maven2/devel maven2-2.2.1-depmap.xml, NONE, 1.1 maven2-2.2.1-unshade.patch, NONE, 1.1 maven2-empty-dep.jar, 1.2, 1.3 maven2-empty-dep.pom, 1.2, 1.3 sources, 1.9, 1.10

Deepak Bhole dbhole at fedoraproject.org
Thu Jun 17 15:03:51 UTC 2010


Author: dbhole

Update of /cvs/extras/rpms/maven2/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28995

Modified Files:
	sources 
Added Files:
	maven2-2.2.1-depmap.xml maven2-2.2.1-unshade.patch 
	maven2-empty-dep.jar maven2-empty-dep.pom 
Log Message:

Add new files




--- NEW FILE maven2-2.2.1-depmap.xml ---
<dependencies>
    <dependency>
        <maven>
            <groupId>asm</groupId>
            <artifactId>asm</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/objectweb-asm</groupId>
            <artifactId>asm</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>asm</groupId>
            <artifactId>asm-commons</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/objectweb-asm</groupId>
            <artifactId>asm-commons</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>asm</groupId>
            <artifactId>asm-tree</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/objectweb-asm</groupId>
            <artifactId>asm-tree</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>asm</groupId>
            <artifactId>asm-util</artifactId>
        </maven>
        <jpp>
            <groupId>JPP/objectweb-asm</groupId>
            <artifactId>asm-util</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>nekohtml</groupId>
            <artifactId>xercesMinimal</artifactId>
        </maven>
        <jpp>
            <groupId>JPP</groupId>
            <artifactId>xerces-j2</artifactId>
        </jpp>
    </dependency>
    <dependency>
        <maven>
            <groupId>org.tmatesoft.svnkit</groupId>
            <artifactId>svnkit</artifactId>
        </maven>
        <jpp>
            <groupId>JPP</groupId>
            <artifactId>svnkit</artifactId>
        </jpp>
    </dependency>

    <dependency>
        <maven>
            <groupId>net.java.dev.jna</groupId>
            <artifactId>jna</artifactId>
        </maven>
        <jpp>
            <groupId>JPP</groupId>
            <artifactId>jna</artifactId>
        </jpp>
    </dependency>

</dependencies>

maven2-2.2.1-unshade.patch:
 pom.xml |   77 ++++++++++++++++++++++++++--------------------------------------
 1 file changed, 32 insertions(+), 45 deletions(-)

--- NEW FILE maven2-2.2.1-unshade.patch ---
diff -up ./apache-maven/pom.xml.sav ./apache-maven/pom.xml
--- ./apache-maven/pom.xml.sav	2009-08-06 15:11:25.000000000 -0400
+++ ./apache-maven/pom.xml	2010-06-15 16:21:15.000000000 -0400
@@ -71,53 +71,40 @@
                   <exclude>xml-apis:xml-apis</exclude>
                   <exclude>junit:junit</exclude>
                   <exclude>jmock:jmock</exclude>
+                  <exclude>backport-util-concurrent:backport-util-concurrent</exclude>
+                  <exclude>com.jcraft:jsch</exclude>
+                  <exclude>commons-cli:commons-cli</exclude>
+                  <exclude>commons-codec:commons-codec:jar</exclude>
+                  <exclude>commons-httpclient:commons-httpclient:jar</exclude>
+                  <exclude>jdom:jdom</exclude>
+                  <exclude>nekohtml:nekohtml</exclude>
+                  <exclude>nekohtml:xercesMinimal</exclude>
+                  <exclude>org.apache.maven.doxia:doxia-logging-api</exclude>
+                  <exclude>org.apache.maven.doxia:doxia-sink-api</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-file</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-http</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-http-lightweight</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-http-shared</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-provider-api</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-ssh</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-ssh-common</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-ssh-external</exclude>
+                  <exclude>org.apache.maven.wagon:wagon-webdav-jackrabbit</exclude>
+                  <exclude>org.apache.jackrabbit:jackrabbit-webdav</exclude>
+                  <exclude>org.apache.jackrabbit:jackrabbit-jcr-commons</exclude>
+                  <exclude>org.codehaus.plexus:plexus-container-default</exclude>
+                  <exclude>org.codehaus.plexus:plexus-interactivity-api</exclude>
+                  <exclude>org.codehaus.plexus:plexus-interpolation</exclude>
+                  <exclude>org.codehaus.plexus:plexus-sec-dispatcher</exclude>
+                  <exclude>org.codehaus.plexus:plexus-utils</exclude>
+                  <exclude>org.slf4j:jcl-over-slf4j</exclude>
+                  <exclude>org.slf4j:slf4j-api</exclude>
+                  <exclude>org.slf4j:slf4j-nop</exclude>
+                  <exclude>org.slf4j:slf4j-jdk14</exclude>
+                  <exclude>org.sonatype.plexus:plexus-cipher</exclude>
+                  <exclude>xerces:xerces</exclude>
                 </excludes>
               </artifactSet>
-              <relocations>
-                <!-- for jackrabbit webdav wagon -->
-                <relocation>
-                  <pattern>org.apache.jackrabbit</pattern>
-                </relocation>
-
-                <!-- For http/webdav wagons -->
-                <relocation>
-                  <pattern>org.apache.commons.httpclient</pattern>
-                </relocation>
-                <relocation>
-                  <pattern>org.apache.commons.logging</pattern>
-                </relocation>
-                <relocation>
-                  <pattern>org.slf4j</pattern>
-                </relocation>
-
-                <!-- For maven-artifact-manager -->
-                <relocation>
-                  <pattern>edu.emory.mathcs.backport</pattern>
-                </relocation>
-
-                <!-- For jsch wagon -->
-                <relocation>
-                  <pattern>org.apache.commons.codec</pattern>
-                </relocation>
-
-                <!-- For wagon API -->
-                <relocation>
-                  <pattern>org.cyberneko</pattern>
-                </relocation>
-                <relocation>
-                  <pattern>org.apache.xerces</pattern>
-                </relocation>
-
-                <relocation>
-                  <pattern>org.codehaus.plexus.util</pattern>
-                  <excludes>
-                    <exclude>org.codehaus.plexus.util.xml.Xpp3Dom</exclude>
-                    <exclude>org.codehaus.plexus.util.xml.pull.XmlPullParser</exclude>
-                    <exclude>org.codehaus.plexus.util.xml.pull.XmlPullParserException</exclude>
-                    <exclude>org.codehaus.plexus.util.xml.pull.XmlSerializer</exclude>
-                  </excludes>
-                </relocation>
-              </relocations>
             </configuration>
           </execution>
         </executions>


Index: maven2-empty-dep.jar
===================================================================
RCS file: maven2-empty-dep.jar
diff -N maven2-empty-dep.jar
Binary files /dev/null and /tmp/cvsc3byOQ differ


Index: maven2-empty-dep.pom
===================================================================
RCS file: maven2-empty-dep.pom
diff -N maven2-empty-dep.pom
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ maven2-empty-dep.pom	17 Jun 2010 15:03:51 -0000	1.3
@@ -0,0 +1,9 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>JPP/maven2</groupId>
+  <artifactId>empty-dep</artifactId>
+  <version>2.0.4</version>
+  <name>Empty dependency</name>
+  <description>This is an empty dependency. For use in jpp mode when one or more dependencies need elimination.</description>
+</project>


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/maven2/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	6 May 2010 09:22:27 -0000	1.9
+++ sources	17 Jun 2010 15:03:51 -0000	1.10
@@ -1,2 +1,2 @@
-982a71d34d3fe3f1eb73dd01fa76b85c  maven2-2.2.1-bootstrapdeps.tar.gz
 1197900ced670d0a62211f67aa8a3b68  maven2-2.2.1.tar.gz
+6f46b0e42921df6a9b1a8280d59ab80b  maven2-2.2.1-bootstrapdeps.tar.gz



More information about the scm-commits mailing list