patterns-root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>patterns-root</artifactId>
<version>2.6.1</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.team33</groupId>
<artifactId>mvn-config-alpha</artifactId>
<version>2.0.2</version>
</parent>
<groupId>de.team33.patterns</groupId>
<artifactId>patterns-root</artifactId>
<version>2.6.1</version>
<packaging>pom</packaging>
<name>Team33 Patterns Library Root</name>
<description>Root of team33 patterns library collection</description>
<url>https://www.team33.de/dev/patterns/2.x</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Andreas Kluge-Kaindl</name>
<email>akk-pg@team33.de</email>
<organization>team33.de</organization>
<organizationUrl>https://github.com/akk-team33/</organizationUrl>
</developer>
</developers>
<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/akk-team33/lib-patterns.git</connection>
<developerConnection>scm:git:ssh://github.com:akk-team33/lib-patterns.git</developerConnection>
<url>https://github.com/akk-team33/lib-patterns</url>
</scm>
<properties>
<copyright.year>2025</copyright.year>
</properties>
<modules>
<module>patterns-bom</module>
<module>patterns-lib</module>
<module>patterns-home</module>
<module>patterns-annex</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<configuration>
<excludeArtifacts>
<artifact>patterns-home</artifact>
<artifact>patterns-annex</artifact>
<artifact>legacy-testing</artifact>
<artifact>pwgen-fat</artifact>
<artifact>pwgen-main</artifact>
</excludeArtifacts>
</configuration>
</plugin>
</plugins>
</build>
</project>