You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/25 19:30:36 UTC

svn commit: r699028 - in /geronimo/server/branches/2.1/plugins/client: client/pom.xml pom.xml

Author: dwoods
Date: Thu Sep 25 10:30:36 2008
New Revision: 699028

URL: http://svn.apache.org/viewvc?rev=699028&view=rev
Log:
add some missing plugin metadata

Modified:
    geronimo/server/branches/2.1/plugins/client/client/pom.xml
    geronimo/server/branches/2.1/plugins/client/pom.xml

Modified: geronimo/server/branches/2.1/plugins/client/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/client/client/pom.xml?rev=699028&r1=699027&r2=699028&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/client/client/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/client/client/pom.xml Thu Sep 25 10:30:36 2008
@@ -126,7 +126,15 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <!-- Install as extention to allow 'car' packaging to be used. -
+->
+                <extensions>true</extensions>
                 <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
                     <category>Geronimo Core</category>
                     <useMavenDependencies>
                         <value>true</value>

Modified: geronimo/server/branches/2.1/plugins/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/client/pom.xml?rev=699028&r1=699027&r2=699028&view=diff
==============================================================================
--- geronimo/server/branches/2.1/plugins/client/pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/client/pom.xml Thu Sep 25 10:30:36 2008
@@ -49,9 +49,29 @@
             <plugin>
                 <groupId>org.apache.geronimo.buildsupport</groupId>
                 <artifactId>car-maven-plugin</artifactId>
+                <extensions>true</extensions>
                 <configuration>
+                    <archive>
+                        <!-- Do not include META-INF/maven to avoid long file problems on windows -->
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                    <osiApproved>true</osiApproved>
+                    <!--
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                    -->
                     <commonInstance>
                         <plugin-artifact>
+                            <geronimo-version>${geronimoVersion}</geronimo-version>
+                            <jvm-version>1.5</jvm-version>
+                            <jvm-version>1.6</jvm-version>
+                            <!--<source-repository>http://www.geronimoplugins.com/repository/geronimo-2.1</source-repository>-->
+                            <source-repository>~/.m2/repository/</source-repository>
+                            <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
+                            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
                             <artifact-alias server="client" key="${groupId}/${artifactId}//car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.3/car">${groupId}/${artifactId}/${version}/car</artifact-alias>
                             <artifact-alias server="client" key="${groupId}/${artifactId}/2.1.2/car">${groupId}/${artifactId}/${version}/car</artifact-alias>