fix package name parameter for help generation
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1337278 13f79535-47bb-0310-9956-ffa450edef68master
parent
73885abdbc
commit
643c8de61c
|
|
@ -23,7 +23,7 @@ under the License.
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>org.apache.maven.its.plugin</groupId>
|
<groupId>org.apache.maven.its.plugin</groupId>
|
||||||
<artifactId>help</artifactId>
|
<artifactId>help-package</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#if ($helpPackageName.length>0)
|
#if ($helpPackageName.length()>0)
|
||||||
package ${helpPackageName};
|
package ${helpPackageName};
|
||||||
#end
|
#end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue