o This plugin is now required during the bootstrap and it contains code
that needs to be compiled which is a problem. The only thing that needs compiling it seems it the LicenseTask which could easily be turned into a chunk of jelly. I've disabled the <license:license/> tag for now as I needed to bootstrap. As I get closer to cutting a release I'll fix it. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -8,9 +8,12 @@
|
||||
xmlns:util="jelly:util">
|
||||
|
||||
<define:taglib uri="license">
|
||||
|
||||
<!--
|
||||
<define:jellybean name="license"
|
||||
className="org.apache.maven.license.LicenseTask"
|
||||
method="doExecute" />
|
||||
-->
|
||||
|
||||
<define:tag name="fileName">
|
||||
<j:set var="licenseX" value='${maven.license.licenseFile}X'/>
|
||||
@@ -93,7 +96,7 @@
|
||||
<j:set var="licenseFile" value='${plugin.resources}/LICENSE.txt'/>
|
||||
</j:if>
|
||||
|
||||
|
||||
<!--
|
||||
<license:license
|
||||
description="Project License"
|
||||
input="${licenseFile}"
|
||||
@@ -101,6 +104,7 @@
|
||||
outputEncoding="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.outputencoding')}"
|
||||
title="License"
|
||||
/>
|
||||
-->
|
||||
|
||||
</goal>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user