dev-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>dev-tools</artifactId>
<version>1.0.4.Final</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>45</version>
<relativePath/>
</parent>
<groupId>org.jboss.logging</groupId>
<artifactId>dev-tools</artifactId>
<name>JBoss Logging: Development Tools</name>
<version>1.0.4.Final</version>
<packaging>pom</packaging>
<url>https://jboss.org</url>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<connection>scm:git:git://github.com/jboss-logging/logging-dev-tools.git</connection>
<developerConnection>scm:git:git@github.com:jboss-logging/logging-dev-tools.git</developerConnection>
<url>https://github.com/jboss-logging/logging-dev-tools/tree/main/</url>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
<name>James R. Perkins</name>
<email>jperkins@redhat.com</email>
<organization>Red Hat, Inc.</organization>
<organizationUrl>https://redhat.com</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>https://repository.jboss.org/licenses/apache-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<modules>
<module>ide-config</module>
<module>parent-pom</module>
</modules>
</project>