[ https://issues.apache.org/jira/browse/MDEPLOY-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965717#comment-17965717 ]
Olivier Lamy commented on MDEPLOY-196: -------------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-deploy-plugin#476|https://github.com/apache/maven-deploy-plugin/issues/476]. > Add support for specifying customs licenses for a generated default pom > ----------------------------------------------------------------------- > > Key: MDEPLOY-196 > URL: https://issues.apache.org/jira/browse/MDEPLOY-196 > Project: Maven Deploy Plugin (Moved to GitHub Issues) > Issue Type: Bug > Reporter: Kyle Holohan > Priority: Major > > It would be nice to be able to specify the licenses that we want to include > in the generated pom file. Something along the lines of this: > {code:xml} > <plugin> > <artifactId>maven-install-plugin</artifactId> > <configuration> > <groupId>org.apache.maven.test</groupId> > <artifactId>maven-install-file-test</artifactId> > <version>1.0-SNAPSHOT</version> > <packaging>jar</packaging> > > <file>${basedir}/target/test-classes/unit/install-file-basic-test/target/maven-install-test-1.0-SNAPSHOT.jar > </file> > <localRepository>${localRepository}</localRepository> > <licenses> > <license> > <name>Apache License, Version 2.0</name> > <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> > </license> > </licenses> > </configuration> > </plugin> > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)