spdx-license-fetch-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.chrissw-r1</groupId>
<artifactId>spdx-license-fetch-maven-plugin</artifactId>
<version>1.1.1</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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>me.chrissw-r1</groupId>
<artifactId>maven-plugin-parent</artifactId>
<version>3.0.34</version>
</parent>
<!-- project identifier -->
<artifactId>spdx-license-fetch-maven-plugin</artifactId>
<version>1.1.1</version>
<packaging>maven-plugin</packaging>
<!-- project metadata -->
<name>SPDX License Fetch Maven Plugin</name>
<description>
Maven Plugin to extract and download clean SPDX licenses
</description>
<url>${project.site.baseUrl}/${project.site.urlPath}</url>
<inceptionYear>2025</inceptionYear>
<properties>
<!-- technically-based properties -->
<project.module-root.relativedir>./</project.module-root.relativedir>
<project.module-root.artifactId>spdx-license-fetch-maven-plugin</project.module-root.artifactId>
<mainClass.localPath>FetchSpdxLicensesMojo</mainClass.localPath>
</properties>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>spdx-fetch</goalPrefix>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<scm>
<tag>1.1.1</tag>
</scm>
<licenses>
<license>
<name>Apache License (ASL), Version 2.0 (Apache-2.0)</name>
<url>https://raw.githubusercontent.com/spdx/license-list-data/main/text/Apache-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>ChrissW-R1</id>
<name>ChrissW-R1</name>
<email>contact@ChrissW-R1.me</email>
<url>https://ChrissW-R1.me</url>
<timezone>Europe/Berlin</timezone>
</developer>
</developers>
</project>