uddi-jetty
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>uddi-jetty</artifactId> <version>1.2-beta</version> </dependency>
<?xml version="1.0" encoding="ISO-8859-1"?><project> <parent> <artifactId>configs</artifactId> <groupId>org.apache.geronimo.configs</groupId> <version>1.2-beta</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>uddi-jetty</artifactId> <packaging>car</packaging> <name>Geronimo Configs :: UDDI Jetty</name> <version>1.2-beta</version> <build> <plugins> <plugin> <groupId>org.apache.geronimo.plugins</groupId> <artifactId>car-maven-plugin</artifactId> <configuration> <deploymentConfigs> <deploymentConfig>${gbeanDeployer}</deploymentConfig> <deploymentConfig>${j2eeDeployer}</deploymentConfig> <deploymentConfig>${jettyDeployer}</deploymentConfig> <deploymentConfig>${connectorDeployer}</deploymentConfig> </deploymentConfigs> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>system-database</artifactId> <version>1.2-beta</version> <type>car</type> </dependency> <dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>axis</artifactId> <version>1.2-beta</version> <type>car</type> </dependency> <dependency> <groupId>org.apache.geronimo.applications</groupId> <artifactId>geronimo-uddi-db</artifactId> <version>1.2-beta</version> </dependency> <dependency> <groupId>org.tranql</groupId> <artifactId>tranql-connector-derby-embed-local</artifactId> <type>rar</type> </dependency> <dependency> <groupId>juddi</groupId> <artifactId>juddi</artifactId> </dependency> <dependency> <groupId>scout</groupId> <artifactId>scout</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>jetty-deployer</artifactId> <version>1.2-beta</version> <type>car</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.geronimo.configs</groupId> <artifactId>connector-deployer</artifactId> <version>1.2-beta</version> <type>car</type> <scope>provided</scope> </dependency> </dependencies> <distributionManagement> <status>deployed</status> </distributionManagement> </project>