wlp-base-license
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.websphere.appserver.features</groupId> <artifactId>wlp-base-license</artifactId> <version>25.0.0.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.websphere.appserver.features</groupId> <artifactId>wlp-base-license</artifactId> <version>25.0.0.7</version> <packaging>zip</packaging> <name>WebSphere Liberty Base License Package</name> <description>WebSphere Liberty Base License Package</description> <url>https://www.ibm.com</url> <licenses> <license> <name>IBM International License Agreement for Non-Warranted Programs</name> <url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/licenses/L-JTHS-8SZMHX/HTML/</url> <distribution>repo</distribution> <comments>Additional notices http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/licenses/L-JTHS-8SZMHX/HTML/notices.html</comments> </license> </licenses> <developers> <developer> <id>contbld</id> <name>contbld</name> <email>contbld@uk.ibm.com</email> <organization>IBM</organization> <organizationUrl>https://www.ibm.com</organizationUrl> </developer> </developers> <scm> <connection>private</connection> <developerConnection>private</developerConnection> <url>private</url> </scm> </project>