Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above process creates a maven-like repository with the name specified in Local Plugin Repository field at the first page of the wizard. A geronimo-plugin.xml file is created for each plugin under its /META-INF directory. The top directory of the repository includes a geronimo-plugins.xml file which keeps track of all the plugins that have been created. The values in these files came from fields in the last two pages of the wizard.If you need to update the geronimo-plugin.xml file afterwards, you can edit this file manually. When it is installed in the next step, the updates will be saved.
Image Removed

Code Block
titlegeronimo-plugins.xml
borderStylesolid
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<ns2:geronimo-plugin-list xmlns="http://geronimo.apache.org/xml/ns/attributes-1.2" xmlns:ns2="http://geronimo.apache.org/xml/ns/plugins-1.3">
    <ns2:plugin>
        <ns2:name>jdbc_userds</ns2:name>
        <ns2:category>Unknown</ns2:category>
        <ns2:description/>
        <ns2:url/>
        <ns2:author/>
        <ns2:plugin-artifact>
            <ns2:module-id>
                <ns2:groupId>console.dbpool</ns2:groupId>
                <ns2:artifactId>jdbc_userds</ns2:artifactId>
                <ns2:version>1.0</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:module-id>
            <ns2:geronimo-version>2.2-SNAPSHOT</ns2:geronimo-version>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>system-database</ns2:artifactId>
                <ns2:version>2.2-SNAPSHOT</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>transaction</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>j2ee-server</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:obsoletes>
                <ns2:groupId>console.dbpool</ns2:groupId>
                <ns2:artifactId>jdbc_userds</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:obsoletes>
        </ns2:plugin-artifact>
    </ns2:plugin>
    <ns2:plugin>
        <ns2:name>ApplictionClient</ns2:name>
        <ns2:category>Unknown</ns2:category>
        <ns2:description/>
        <ns2:url/>
        <ns2:author/>
        <ns2:plugin-artifact>
            <ns2:module-id>
                <ns2:groupId>default</ns2:groupId>
                <ns2:artifactId>ApplictionClient</ns2:artifactId>
                <ns2:version>1.0</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:module-id>
            <ns2:geronimo-version>2.2-SNAPSHOT</ns2:geronimo-version>
            <ns2:dependency>
                <ns2:groupId>default</ns2:groupId>
                <ns2:artifactId>StatelessSessionEJB</ns2:artifactId>
                <ns2:version>1.0</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>tomcat6</ns2:artifactId>
                <ns2:version>2.2-SNAPSHOT</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>concurrent</ns2:artifactId>
                <ns2:version>2.2-SNAPSHOT</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>j2ee-corba-yoko</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>openjpa</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>openejb</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>axis</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>axis2</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>jasper</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:obsoletes>
                <ns2:groupId>default</ns2:groupId>
                <ns2:artifactId>ApplictionClient</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:obsoletes>
        </ns2:plugin-artifact>
    </ns2:plugin>
    <ns2:plugin>
        <ns2:name>StatelessSessionEJB</ns2:name>
        <ns2:category>Unknown</ns2:category>
        <ns2:description/>
        <ns2:url/>
        <ns2:author/>
        <ns2:plugin-artifact>
            <ns2:module-id>
                <ns2:groupId>default</ns2:groupId>
                <ns2:artifactId>StatelessSessionEJB</ns2:artifactId>
                <ns2:version>1.0</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:module-id>
            <ns2:geronimo-version>2.2-SNAPSHOT</ns2:geronimo-version>
            <ns2:dependency>
                <ns2:groupId>console.dbpool</ns2:groupId>
                <ns2:artifactId>jdbc_userds</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>openejb</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>system-database</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>tomcat6</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>concurrent</ns2:artifactId>
                <ns2:version>2.2-SNAPSHOT</ns2:version>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>j2ee-corba-yoko</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>openjpa</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>axis</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:dependency>
                <ns2:groupId>org.apache.geronimo.configs</ns2:groupId>
                <ns2:artifactId>axis2</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:dependency>
            <ns2:obsoletes>
                <ns2:groupId>default</ns2:groupId>
                <ns2:artifactId>StatelessSessionEJB</ns2:artifactId>
                <ns2:type>car</ns2:type>
            </ns2:obsoletes>
        </ns2:plugin-artifact>
    </ns2:plugin>
    <ns2:default-repository>http://geronimo.apache.org/plugins/geronimo-2.2/</ns2:default-repository>
</ns2:geronimo-plugin-list>

...