bw-xml-ear
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-xml-ear</artifactId>
<version>5.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.bedework</groupId>
<artifactId>bw-xml-ear</artifactId>
<version>5.0.1</version>
<packaging>ear</packaging>
<name>Bedework: XML schemas ear package</name>
<description>This project provides a number of XML schemas</description>
<url>https://github.com/Bedework/bw-xml/bw-xml-ear</url>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Mike Douglass</name>
<organization>Bedework Commercial Services</organization>
<organizationUrl>https://bedework.com/</organizationUrl>
</developer>
<developer>
<name>Arlen Johnson</name>
<organization>Spherical Cow Group</organization>
<organizationUrl>http://sphericalcowgroup.com/</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:Bedework/bw-xml.git/bw-xml-ear</connection>
<developerConnection>scm:git:git@github.com:Bedework/bw-xml.git/bw-xml-ear</developerConnection>
<url>https://github.com/Bedework/bw-xml/bw-xml-ear</url>
</scm>
<dependencies>
<dependency>
<groupId>org.bedework</groupId>
<artifactId>bw-xml-war</artifactId>
<version>5.0.1</version>
<type>war</type>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>